Lately I’ve been searching for a good Google Pagerank function.
Couldn’t find any… So i decided to make my own.
Here is an Ajax Google Pagerank I have done today
Demo: click here
Download files: click here
Brief description:
- _ajax.new.js: is the main ajax class. I have already explained this class here
- pagerank.php: functions to calculate the hash
- ouf.php: php call to the function
- index.html: simple input form
- style.css: simple stylesheet
If you like it digg it here
Please provide me with any comments to improve it.
//Jo
Popularity: 29% [?]

nice one.. Your code is PHP version, isn’t it? I also found PR checker in ASP.NET version here.
Simply Superb design and concept…
Sorry, but your url validator isn’t so much good enough because I put the url for my weblog but it raises this is not a valid url
Good luck
The only improvement that I would make is to allow people to enter more than one domain and to automatically append the http:// prefix to URLs.
halo,
i’ve tested on my localhost, there was no problem. but when i send it to my server, and tested, i’ve seen an interesting error.
http://www.bilgisayarim.org/pagerank/
maybe you should see it. first i thpught it is because chmod, but i’ve given 777, still same.
if you find the solution and send me a mail, i’ll be appreciated.
Hi gil,
it seems that your server does not allow fopen() from its side
I have faced this problem be4 … the way i see it you have 2 choices
1. contact ur hosting provider with this prb
2. host ur script on another server
Very goog job.
hi !
Nice code ! it will more beautiful if the pagerank is shown with an image …
thanks !
Thx for your script. Thx to share.
Thanks!!! Very simple ajax script…
Cheers for the script. Have taken your pagerank.php script and started to mess about with it so I can save PageRank values into a Database.
Hey … that is very good … Thank you …