03 Jan, 2011

Www mechanize resume on error

Articles related to www mechanize resume on error

Making a Firefox extension

http://digitalpbk.blogspot.com/2007/02/making-firefox-extension.html Install.rdf xmlns:em="http://www.mozilla.org/2004/em-rdf#"> helloworld@digitalpbk.com Hello World 1.0 Hello World Sample Extension from digitalpbk.com digitalpbk A person who helped you Another one http://digitalpbk.blogspot.com chrome://sampleext/content/settings.xul chrome://sampleext/content/about.xul chrome://sampleext/skin/mainicon.png http://sampleextension.mozdev.org/update.rdf {ec8030f7-c20a-464f-9b0e-13a3a9e97384} 1.5 2.0.0.* DraftFinally Packaging your skinIf you are familiar with Firefox, extensions are packaged in .xpi ...
Published 4 years, 11 months ago

XSS on GrazeIt.com

http://digitalpbk.blogspot.com/2007/01/xss-on-grazeitcom.html Scripting holeshttp://www.grazeit.com/Backpage.asp?BPID=210&FilterBy;=tags&FilterTag;=%3Cscript%3Ealert('hi')%3C/script%3E&FilterTagID;=1325to Grazeit.com administratorsGreat work guys. But please remove this serious security vulnerability as it can be used for more than redirection. It can be used to deface, steal user sessions etc. Thank you for making Grazeit.com.How to remove this vulnerablilty?To remove this vulnerablity you have to strengthen the filters. To do this, the src ...
Published 5 years ago

An Introduction to PHP

http://digitalpbk.blogspot.com/2007/04/introduction-to-php-part1.html visit www.php.net.Inputing to PHPNow you have seen how the PHP outputs the DATA. Now lets see how to push data into the PHP code. Data can be pushed in two common ways : 1. GET : In get method, the data to be passed to the php page can be encoded in the URL in the following format : http://www.example.com/some/test.php?variable1=something&variable2;=something else These variables are automatically filled into the $_GET array. Therefore $_GET["variable1"] has the value ...
Published 4 years, 9 months ago

Fun with UNICODE and Mirroring Character

http://digitalpbk.blogspot.com/2006/11/fun-with-unicode-and-mirroring.html . Get a browser like firefox that supports unicode.Want the mirroring character?The mirroring character cannot be seen and I couldnot find the HEX or Numeric Code. If anyone has found out leave a comment.The mirroring character is within these braces (‮‮( Inorder to get the mirroring character, try copying the content between the braces and paste it somewhere to see the magic! ...What can it be used for?‮‮http://www.mysite.com/fol/file.html?site/moc.elgoog.www://ptthSuppose you paste a link like ...
Published 5 years, 2 months ago

Remove Flash Tracking on AddThis module on Drupal 5

http://digitalpbk.com/drupal/remove-flash-tracking-addthis-module-drupal-5 'http://www.addthis.com/images/yourlogo.png'), variable_get('addthis_logo_background', 'EFEFFF'), variable_get('addthis_logo_color', '666699'), variable_get('addthis_brand', 'Your Site'), variable_get('addthis_options', 'favorites, email, digg, delicious, myspace, facebook, google, live, more'), variable_get('addthis_offset_top', '2'), variable_get('addthis_offset_left', '2') ), 'inline'); } return ...
Published 2 years, 3 months ago

CAPTCHA - What ?

http://digitalpbk.blogspot.com/2007/07/captcha-what.html . The text is then set as a cookie.Eg:header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1header("Expires: Mon, 25 Nov 1987 12:00:00 GMT"); // Date in the past// Set the content-typeheader("Content-type: image/png");error_reporting(0);// Create the image$im = imagecreatetruecolor(200, 40);// Create some colors$colors = array(imagecolorallocate($im, 0, 0, 0),imagecolorallocate($im, 128, 0, 0),imagecolorallocate($im, 0, 128, 0),imagecolorallocate($im, 0, 0, 128 ...
Published 4 years, 6 months ago

Install Wireless Wifi drivers on Sony Vaio CW on Linux Ubuntu

http://digitalpbk.com/ubuntu/install-wireless-wifi-drivers-linux-karmic-9.1-sony-vaio-cw Install Wireless Wifi drivers on Sony Vaio CW on Linux Ubuntu Out of the box Ubuntu 9.10 wireless/wifi did not work on my Sony Vaio CW Series (VPCCW26FG), The following error message is shown on start up and on dmesg command. Could not read microcode: -2 The solution was to install backports modules. Installing Wireless Drivers on Ubuntu In order to make wireless (WiFi) work on the new Sony Vaio CW series, you have to run the following commands on Ubuntu 9.10 Karmic. sudo apt-get clean ...
Published 1 year, 10 months ago

Network Traffic Calculator using VC++ 6 on XP

http://digitalpbk.blogspot.com/2006/11/network-traffic-calculator-using-vc-6.html Res = WSAIoctl(Sock, SIO_GET_INTERFACE_LIST,0, 0,&buffer;, 1024, &lnBytesReturned;,0, 0); if(lnRes) return WSAGetLastError(); for(int i=0u;i76;i++)> { if(i } closesocket(Sock); return 0;}int ConnectSock(char sck[],int port,HWND hwnd){ WORD wVs = MAKEWORD(2,2); WSADATA wsaData; int err=WSAStartup(wVs,&wsaData;); if(err!=0) return INVALID_SOCKET; SOCKADDR_IN sin; sin.sin_family = AF_INET; sin.sin_port = htons(port); if(sin.sin_port == INVALID_SOCKET) return INVALID_SOCKET; unsigned long iret ...
Published 5 years, 2 months ago

The MP3 ID3 Tag

http://digitalpbk.blogspot.com/2007/03/mp3-id3-tag.html method. Bit3 : If SET the frame is encrypted, with descriptions in ENCR Frame. Bit2 : If SET Frame has been unsynchronized. Bit1 : If SET a data length indiciator is present.LSBThat's All FolksFor more information visit,» http://www.id3.org ...
Published 4 years, 10 months ago

Related help topics for www mechanize resume on error More keywords like www mechanize resume on error
More pages for www mechanize resume on error


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Tender Coconut water anyone ? Tender Coconut water anyone ? in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk