03 Jan, 2011

Www mechanize resume on error

Articles related to www mechanize resume on error

How to make more fans on orkut?

http://digitalpbk.blogspot.com/2006/11/how-to-make-more-fans-on-orkut.html "http://www.orkut.com/setKarma?cat=0&val;=1&gid;=FR[your id here]/[friends id here]". After visiting check out your friends list to see that you have become the fan of your friend. To get your and your friends ID view the source of the friends page scroll a little down and you can see a list of FRUSXXXXXXXX/USXXXXXXXXX. First one stands for the first friend shown on that page. You can verify that the FRUSXXXXXXXXXX is same. It is your id.How do i get more fans?Now to get you more fans, or to make your friend fan of you just interchange ...
Published 5 years, 2 months ago

Which is better - Intel core 2 duo or dual core?

http://digitalpbk.com/intel-core/intel-core-2-duo-vs-dual-core-which-better Which is better - Intel core 2 duo or dual core? mechanism uses two cores on a single chip. Dual Core is a major architecture and Core 2 Duo is an improvement over making the architecture more efficient. Performance Core 2 Duo has better performance than dual-core processors in almost all the benchmark tests. Dual Core: The best performer of all Pentium processors of the previous series, but not better than Core 2 Duo. Core 2 Duo is a clear winner. Thermal Product Core 2 Duo ...
Published 1 year, 5 months ago

Fix for Facebook authentication on IE

http://digitalpbk.blogspot.com/2009/08/facebook-auth-next-parameter-ie.html in Facebook redirecting to a wierd URL. the Workaroundfor this is to remove the next parameter from the facebook login URL.http://www.facebook.com/login.php?api_key=&v;=1.0&next;=http%3A%2F%2Flocalhost%2Ftest%2F%2Ffacebook%3Fredir_domain%3Dexample.comtohttp://www.facebook.com/login.php?api_key=&v;=1.0For PHP websites the changes for the facebook.php are given below:It must be similar changes for any of the other client API's.This is accomplished by changing the line on facebook ...
Published 2 years, 5 months ago

Buttons with Rollover Effect

http://digitalpbk.blogspot.com/2007/06/buttons-with-rollover-effect.html when the mouse is over the image. The third image is not used.So we have to design the buttonHTML:Styles:a.ah{display:block;width:382px;height:75px;background:url("http://www.blogger.com/img/bg-tab-right.gif") no-repeat 0 0;}a.ah:hover{background:url("http://www.blogger.com/img/bg-tab-right.gif") no-repeat 0 -75px;}The -75px highlited in red indicates the height of the images to be skipped, in this case 75px, If we have to display the third image as the hover image then just ...
Published 4 years, 8 months ago

Introduction to XSS Part 1

http://digitalpbk.blogspot.com/2006/12/introduction-to-xss-part-1.html 2 : Javascript injectionThe next thing you try to do is put javascript into those areas which appear on the site. For example alert("hi");Most probably it wouldn't have work, because either you tried it on some well known site or you have to enter a little more code. Take the following example:The following page has an XSS hole http://www.propmart.com/search/pm_IdSearch.asp?txtPropertyId=somesearchitemBut if you put ...
Published 5 years, 1 month ago

Solve "Cannot modify header information - headers already sent by *.php"

http://digitalpbk.com/php/warning-cannot-modify-header-information-headers-already-sent Solve  "Cannot modify header information - headers already sent by *.php" this warning by turning the error_reporting to OFF using error_reporting(0);, which is pretty much the not way of doing things. In HTTP Headers are sent before the actual content so if you are going to use header function after outputting the contents, it is likely to not work. How do I solve this Warning Cannont Modify Header Information ? In order to solve this issue you have to make sure you dont echo or print any output before using header or setcookie function. Make sure the control passes through ...
Published 1 year, 10 months ago

Wordpress nextGEN gallery XSS (Cross site scripting) Cookie Stealing Vulnerability

http://digitalpbk.blogspot.com/2009/07/wordpress-nextgen-gallery-xss.html Wordpress nextGEN gallery XSS (Cross site scripting) Cookie Stealing Vulnerability IntroNow I need not tell what actually an XSS is, for that refer to here. To see what I mean check out the links given below. If you are using NextGen wordpress plugin, you are probably infected.the VulnerabilityThe vulnerability on this wordpress plugin is seen in the pid, album, gallery GET variables. http://www.example.com/wordpress/next-gen-gallery/?album=1&pid=3&gallery=2The GET variables on most ...
Published 2 years, 6 months ago

Automate Rsync without Password using Rsync Daemon

http://digitalpbk.com/linux/automate-rsync-passwordless-daemon-rsyncd-conf-cron the username and passwords IP_Addresses : List of IP Addresses that can connect to the rsync daemon to sync. The User_Password_file is a file which is only readable by the rsync daemon. The contents of the file have the template User:Password An example implementation of the rsyncd.conf and password file is as shown below. [images] path = /var/www/images/ comment = Images copy auth users = user123 secrets file = /etc/rsyncd.secret hosts allow = 192.168.1.2 192 ...
Published 1 year, 12 months ago

Reset the root password on a linux box

http://digitalpbk.blogspot.com/2009/03/reset-root-password-linux-fedora-debian.html .Edit Choose the OS you want to boot into and press "e" to edit.Edit Find the line that corresponds to kernel, and again press "e". Add the following line to the end of the line. single init=/bin/bashThen press enter, and then "b" to boot the OS. After booting you will get a root shell.Mounting the filesystem in readwrite mode: Type in the following command to remount the filesystem in read write mode.mount -o remount,rw / Not doing this step might give the following error ...
Published 2 years, 11 months ago

My First useful PERL program

http://digitalpbk.blogspot.com/2007/05/my-first-useful-perl-program.html /\//g; #Strip all HTML tags $contents =~ s/\s+//g; #Strip all spaces $contents =~ m/Total(([0-9]|,)+)Average/g; #The data we need. print "Visits : ",$1; $contents =~ m/Total(([0-9]|,)+)Average/g; printf "\nPageviews : $1\n"; }else{ print "Error : $! ",$res->as_string; exit 1;#Messed up somewhere.}exit 0;#thats allWhat does this do ?The script gives me the total number of visitors and pageviews on my site via sitemeter.com. By passing an optional username as a command ...
Published 4 years, 9 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
Radha Nagar Beach Radha Nagar Beach in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk