Use PHP to get the website's Google PR value.
Here's how:
function App_hash_url ($url) {
$seed = "Mining PageRank is against GOOGLE's TERMS of SERVICE.";
$result =0x01020345;
for ($i =0; $i
<>
$result ^=ord ($seed {$i%87}) ^ord ($url {$i});
$result = (($result >>23) &0x1ff) | $result <<9;
}
Return sprintf ("8%x", $result);
}
PHP full access to Google PR value examples are as follows:
/*php Get website Google PR Value complete example */
$url = ' www.scutephp.com ';
function App_hash_url ($url) {
$seed = "Mining PageRank is against GOOGLE's TERMS of SERVICE.";
$result =0x01020345;
for ($i =0; $i
<>
$result ^=ord ($seed {$i%87}) ^ord ($url {$i});
$result = (($result >>23) &0x1ff) | $result <<9;
}
Return sprintf ("8%x", $result);
}
$PR _ch=app_hash_url ($url);
$url = ' http://toolbarqueries.google.com/tbr?client=navclient-auto&features=Rank&q=info: '. $url. ' &ch= '. $PR _ch;
Echo file_get_contents ($url);