Google Page Rank checker code inside (open source) – Question
<?php
/*
This code is released unto the public domain
*/
header("Content-Type: text/plain; charset=utf-8");
define('GOOGLE_MAGIC', 0xE6359A60);
//unsigned shift right
function zeroFill($a, $b)
{
$z = hexdec(80000000);
[…]
See original post by invalid@example.com (Torrentguy)
Leave a Reply
You must be logged in to post a comment.