Archive for April 7, 2008

PHP function to get google PR

<?php // 3/20/2008 – Updated by Roger Collins (http://www.rogercollins.com/) // to remove graphing step //PageRank Lookup v1.1 by HM2K (update: 31/01/07) //based on an alogoritham found here: http://pagerank.gamesaga.net/ //settings – host and user agent $googlehost=‘toolbarqueries.google.com’; $googleua=‘Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5′; echo getpr(“http://www.xydw.com”); //convert a string to a 32-bit integer function [...]