PDA

View Full Version : Page Rank Script


2mk
03-16-2006, 10:38 PM
I want to display page rank for every website on my
website(likeingoogle directory), anyone have the script. The result
will be likethis:

http://student.ukdw.ac.id/~22022908/pr1.png

Wail
03-17-2006, 05:55 AM
I'm sure you can Google this. The script was leaked out into the public some time ago.

Just be aware that it only works because Google hasn't yet changed the system. It could at any point. Google also objects to unauthorised scraping which, technically, the PageRank script does.

seomike
03-17-2006, 11:05 AM
The scripts don't scrape, they parses xml.

It creates a checksum number from a url, then it sends the checksum and url (which need to match) to the toolbar query subdomain on google.com. Google then spits an xml response back. In that xml there is a specific tag for the PageRank value. If you don't want an xml response you can add a variable to the query and it'll just shoot back the PageRank value.

As per the script, I'd rather not let it go publicly, then every tom dick and harry that remotely knows php will use it or abuse it.