Join Blogspeedway - the blog network of Webanalyticsbook | Next Tip »

Improve your Alexa ranking without the toolbar / booster service

Posted by admin on March 16th, 2007 filed in Other webanalytic software

A friend just forwarded me this script and I am not sure if it is working, but if it does….good luck to Alexa.

function sendPost($host,$path,$data)
{
$method = 'POST';
$fp = fsockopen($host, 80);
fputs($fp, "$method $path HTTP/1.1\r\n");
fputs($fp, "Host: $host\r\n");
fputs($fp,"Content-type: application/x-www-form- urlencoded\r\n");
fputs($fp, "Content-length: " . strlen($data) . "\r\n");
fputs($fp, "Connection: close\r\n\r\n");
fputs($fp, "Cookie: A9ToolbarRunning=1; A9ToolbarVersion=1.5.0.65; A9ToolbarClientID=2; A9ToolbarSource=A9 \r\n");
while (!feof($fp)) {
$sent .= fgets($fp,128);
}
fclose($fp);
return $sent;
}
$stringa = ""
$sent = sendPost("siteinfo.a9.com","/data/=?cli=10&dat=nsa&pane=amzn&ver=a9-1.5&url=

http://www.lol.com/", $stringa);

Related Posts








- Archives -