\n";
$url =urlencode($_SERVER['REQUEST_URI']);
$agent =urlencode($_SERVER['HTTP_USER_AGENT']);
$ip =urlencode($_SERVER['REMOTE_ADDR']);
$variablescodees = "url=".$url."&agent=".$agent."&ip=".$ip."&site=1";
$url_crawlt2=parse_url("http://www.go-sexshop.com/Controle_robos/crawltrack.php");
$hote=$url_crawlt2['host'];
$script=$url_crawlt2['path'];
$entete = "POST ".$script." HTTP/1.1\r\n";
$entete .= "Host: ".$hote." \r\n";
$entete .= "Content-Type: application/x-www-form-urlencoded\r\n";
$entete .= "Content-Length: " . strlen($variablescodees) . "\r\n";
$entete .= "Connection: close\r\n\r\n";
$entete .= $variablescodees . "\r\n";
$socket = fsockopen($url_crawlt2['host'], 80, $errno, $errstr);
if($socket)
{
fputs($socket, $entete);
fclose($socket);
}
echo"
|