May 28, 2008 by Alex Polski
Hi friends,
Sorry for the delay with new posts and thanks for your comments and opinions about my tools.
Some people have problems with getting banned by Google while PageRank checking. So I decided to write a separate post about this problem and describe possible solutions.
First of all my tools are developed as single-user tools and don’t support multi-user mode. That’s why don’t run more than one instances of the tool simultaneously.
The second reason of getting banned by Google is possibly a little delay between PageRank checks. You can set bigger delays by inserting a line to the file system/application/helpers/seo_helper.php:
function pagerank($url)
{
sleep(5);
$ch = _checksum($url);
...
I set a 5 seconds delay in the example above. You can play with your own values of the delay.
Hope this will help you. Cheers!
This entry was posted on Wednesday, May 28, 2008 at 4:41 pm and is filed under SEO helper, SEO tools.
You can leave a response, or trackback from your own site.
Related posts
« New tool released - PageRank Spider
Alexa Rank checking added to Mass PageRank Checker tool »
Leave a Reply
Posted on May 31st, 2008 at 2:49 am
Thanks a lot !!
That solved my problem :)