View Single Post
Old 09-02-2004, 07:02 AM   #162
ZeNiTRaM
Nameless Being
 
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.
  Reply With Quote