View Single Post
Old 10-19-2004, 09:37 PM   #225
Unregistered
Nameless Being
 
Quote:
Originally Posted by ZeNiTRaM
My PageRank Calculator gets back.. but with a new name and new features.
Now it's GoogleGetInfo and gets PageRank and 10 parameters more.

Check it at http://dhost.info/zeni/google-info

It gets all the parameters from Google in XML and returns them in an array with those parameters:

//0: URL
//1: Title
//2: PageRank. The Most Wanted!
//3: Last Crawled Date. Syntax: " 31 Aug 2004". Note the first space, use trim() to remove it.
//4: Page Text that appears in Google
//5: Language of the page (2 letters)
//6: URL in the Directory. Get to http://www.google.com/<this> to see it.
//7: Title in the Directory.
//8: Description in the Directory.
//9: File Size. Ex: "59k"
//10: Looks like a checksum of the page, not sure

Read googlegetinfo.php comments for info.
How exactly would one use this on their site, I am not exactly the best at php..I have downloaded and installed in my server, but I cannot get it to work..Would someone please help me on this....

Maybe I just need the right query string...

Thanks
  Reply With Quote