I did some further searching...
Stephane Queraud has created a PageRank bar for Mozilla and Firefox: http://pagerankstatus.mozd
It is actually a javascript, the checksum-coding is based on the php code mentioned in my previous post. Source code is available so if you understand javascript better than php you should check it out.
I don't know anything about .NET programming, but parsing the meta tags from the html should not be hard (it isn't hard in VBScript, so...).
And I'm sorry, but I cant help you with the Google API (never heard of it). And I'm pretty sure Seochat.com isn't using it. I think that seochat.com uses php for their functions; it could be possible that they are using just using the same php code as I mentioned for the PageRank.
Regards, T22
Main Topics
Browse All Topics





by: T22Posted on 2005-06-16 at 04:05:40ID: 14229671
Hi there,
ch?client= navclient- auto& ch=62 360705356& features=R ank&q=info :www.exper ts-exchang e.com
forums/sho wpost.php? p=7769& pos tcount=87
.php?url=w ww.experts -exchange. com
As for the PageRank part.
You can use the following url to retrieve the PageRank info for experts-exchange.com:
http://www.google.com/sear
For every PageRank you want, you will have to calculate a checksum (the 'ch' part in the url above). How to do this is already figured out by someone, please look at this piece of php: http://www.mobileread.com/
You can also let the checksum be returned with http://www.flexficie.nl/pr
The first mentioned url will return this html:
Rank_1:1:7
So what you have got to do is:
- generate checksum (maybe you or someone else can convert the php code to ...)
- retrieve html
- parse the PageRank-number out of it
I don't know if you want a PageRank-number or a PageRank-graphic, but the last one is available on quite a few websites.
Greetings