Hi, I have searching script for google page rank. But i don.t know which is the best and working. I got some script example at http://budakampung.net. But this script not working. Anyone had other resources about page rank script???
dngm - I would caution against doing mass lookups from your website. Google's datacenters only allow a certain amount for toolbar queries from a particular IP per hour before they shut access off. I personally use an Ajax/javascript for my PR lookup tool. That way the person doing the lookup's IP is the one seen by the Google datacenters.
Emm.. Is this true. I like using bulk PR checker to check potential PR domains. Does anybody have Fake CPR like DomainPageRank or CPR.net?
is it posible to check PR from script? I have an error when running the script: HTTP request failed! HTTP/1.0 403 Forbidden
Download ParRaMeter here: http://www.cleverstat.com/en/ The best PR checker I know, so far. (It's free)
I think google does not like people using such automated tools to query the site...heard it even bans the site for doing this.
You're correct seoalan. Google doesn't like people abusing the tollbar queries. Which is why the javascript method is the most effective.
Hey BrYce, I am interested in having the javascript code which gets the PR - can you share it with us?
I used this script (power by iWEBTOOL) on www.thailandseo.net at http://www.thailandseo.net/pagerank/ --------------------- <!-- iWEBTOOL - www.iwebtool.com - Rank Checker --> <form target="pageframe" method="get" action="http://www.iwebtool.com/tool/tools/rank/rank.php" onsubmit="return validate(this);" name="pageform"> <table border="0" width="100%" style="border-collapse: collapse"> <tr> <td height="91" vAlign="top"> <table width="100%" height="76" style="border-collapse: collapse" class="tooltop"> <tr> <td> <table border="0" width="100%" cellSpacing="5" style="border-collapse: collapse"> <tr> <td height="28"><strong><font size="2">Your domain: </font></strong></td> <td height="28"><input name="domain" size="33" /></td> <td height="28"><input type="submit" style="float: left" /></td> </tr> <tr> <td height="21"> </td> <td height="21" colSpan="2" vAlign="top"><font size="1">(eg. iwebtool.com)</font></td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td><iframe height="287" scrolling="no" width="100%" frameBorder="0" name="pageframe" class="toolbot"></iframe></td> </tr> <tr> <td> </td> </tr> </table> </form><script language="JavaScript"> function validate(theform) { if (theform.domain.value == “â€) { alert(â€No domain providedâ€); return false; } return true; }</script> <a xhref="http://www.iwebtool.com/" target="_blank"><font size="1">Powered by iWEBTOOL</font></a> <!-- iWEBTOOL - www.iwebtool.com - Rank Checker --> ---------------------
Check it out, downloadable free version script of web diagnostic on http://www.diagnosticoweb.com/wdscript/
When i made my tool on www.dlls.info i hosted the "PR Lookup" part on 4 different physical servers and using 6 different IP's to get around it. When you do a check it uses one of the 6 server IP's in rotation. So it's basically load balanced across servers. Last Pagerank update it checked the PR of 150,000 sites in 24 hours and not once did it fail.