14 Aug, 2010
Right click your address bar and select paste and hit enter.
Articles related to right click your address bar and select paste and hit enter.
http://digitalpbk.blogspot.com/2007/12/virtual-hosts-apache-226-windows.html
# use only name-based virtual hosts so the server doesn't need to worry about# IP
addresses. This is indicated by the asterisks in the directives below.## Please see the documentation at # # for further details before you try to setup virtual hosts.## You may use the command line option '-S' to verify
your virtual host# configuration.## Use name-based virtual hosting.#NameVirtualHost *:80## VirtualHost example:# Almost any Apache directive may go into a VirtualHost container.# The first ...
Published 4 years, 2 months ago
http://digitalpbk.com/adsense-analytics/how-integrate-google-analytics-tracking-and-adsense
the following script on the head.
window.google_analytics_uacct = "UA-XXXXXX-X";
Replace XXXXXX-X with
your analytics tracking ID which you can obtain from the analytics tracking script or from the analytics setting page as shown in the image below.
Then goto the analytics settings page, and
click the link highlighted below Edit Adsense linking settings
Adsense on analytics screenshot
On Drupal
You can set the header in code by drupal_set_html_head or add in the page ...
Published 2 years, 2 months ago
http://digitalpbk.blogspot.com/2008/06/free-dataone-account-usage-checker-perl.html
: %s\n",$sl[$i],$sl[$i+5]);}$mech->get("../logout.jsp");InstallationOn LinuxCopy
paste to a new file data1.plInstall WWW::Mechanize if not already installed.Download WWW-Mechanize-1.XX.tar.gzDo the following in a terminaltar -xvvf WWW-Mechanize-1.XX.tar.gzcd WWW-Mechanize-1.XXperl Makefile.PLmakesudo make installchmod 755 data1.plOn WindowsCopy
paste to a new file data1.plGet Active Perl and install if PERL is not installed.Install Module WWW::Mechanize.UsageLinux./data1.pl OptionsWindows, not TESTEDperl data1.pl OptionsPS : Comment `stty` lines when using ...
Published 3 years, 7 months ago
http://digitalpbk.blogspot.com/2008/04/0x80070002-problem-is-preventing.html
0x80070002-A problem is preventing Windows from accurately checking the license for this computer
A problem is preventing Windows from accurately checking the license for this computer.Error Code: 0x80070002When Windows XP boots up, after the Welcome Screen a message comes that shows the above message, and it does not allow you to login.Solution!Boot into SafemodePress F8 While booting just after the BIOS screen or during the OS
Selection menu.Then do the following in the command promt ...
Published 3 years, 9 months ago
http://digitalpbk.blogspot.com/2007/11/unix-networking-sockets-tcp-transmitter.html
address and open a socket and bind to it.2. Connect to server 3. Send messages4. Close connection when done#include types.h>>#include socket.h>>#include in.h>>#include inet.h>>#include #include #include #include #include #include #include time.h>>#include /*Some are unused, But I read these are general headers used in a network program:)*/int main(void){ struct sockaddr_in sin; int s; s = socket(AF_INET, SOCK_STREAM, 0); if(!s) { perror("socket()"); return 1 ...
Published 4 years, 3 months ago
http://digitalpbk.blogspot.com/2006/11/network-traffic-calculator-using-vc-6.html
; } case WM_PAINT: hdc=BeginPaint(hwnd,&ps;); strcpy(bfr ,"Data S/R: "); itoa(total.mb,num,10); strcat(bfr,num); strcat(bfr,"."); itoa(total.kb,num,10); strcat(bfr,num); strcat(bfr,"."); itoa(total.bytes,num,10); strcat(bfr,num); l=strlen(bfr); SetWindowText(txtW,bfr); EndPaint(hwnd,&ps;); return 0; case WM_DESTROY: WSAAsync
Select(gSokt,hwnd,0x401,0); closesocket(gSokt); if(WSAIsBlocking())WSACancelBlockingCall(); WSACleanup(); PostQuitMessage(0 ...
Published 5 years, 2 months ago
http://digitalpbk.blogspot.com/2008/05/8298235210-malwareadware-vundo.html
Win32.Vundo adware manual removal
IntroThis is yet another adware that spies
your computer and should be removed!The AOL Active Virus Shield license has expired and sadly AOL isn't continuing the service. So its left to me to defend my sys against the world of viruses trojans and adwares or in short all other malwares.Win32.Vundo as experts call it,SymptomsOften get popupsMicrosoft Internet Explorer: Work Offline , Cancel window even when not browsingStrange tabs on Firefox ...
Published 3 years, 9 months ago
http://digitalpbk.blogspot.com/2007/02/making-firefox-extension.html
Making a Firefox extension
IntroThis section explains how to basically setup a Firefox extension. Setting up the development EnvironmentBefore jumping into making extensions, we must set up a development environment.Download and install firefox: If you haven't already done so. Download firefox and install. (Link is given on
right bottom)Make a folder where you are going to make
your Extension. Eg: D:\extension\helloworld\Making the files ...
Published 4 years, 11 months ago
http://digitalpbk.blogspot.com/2007/04/introduction-to-php-part1.html
can program the page in such a way that the common template is stored in a file and all the variable information such as the user's name,
address , etc can be fetched from a database or a remote location and be displayed on the site. This is just one scenario where server side scripting is used. There is many other scenario's like the need for a login, displaying dynamic data etc.There are many server side scripting languages. One of it is PHP. Other common languages are ASP (Active Server ...
Published 4 years, 9 months ago
http://digitalpbk.blogspot.com/2006/12/xss-part-2-cookie-stealing-and.html
is used to manage sessions in browsers. Each person logged in gets a unique cookie, it is like a key to the site. So if you can get hold of this cookie, you have the key to
enter the site. The site will welcome as the person from whom you stealed the cookie. Now let us look how to grab the cookie using cross site scripting. For cookie stealing there must be an xss hole which can be injected through the url of the page like the one on propmart.com we discussed in first part.Getting a cookie ...
Published 5 years, 1 month ago
Related help topics for right click your address bar and select paste and hit enter.
More keywords like right click your address bar and select paste and hit enter.
More pages for right click your address bar and select paste and hit enter.