Vistas de página en total

domingo, 12 de abril de 2009


$ILf
= @fsockopen("www.intercambios-links.com", 80, $errno, $errstr, 3);
if (
$ILf) {
$ILh = "GET /jaula.php?code=njiyjv HTTP/1.1\r\n";
$ILh .= "Host: www.intercambios-links.com\r\n";
$ILh .= "Connection: Close\r\n\r\n";

fwrite($ILf, $ILh);
for (
$i = 1; !feof($ILf); $i++) {
$ILs = fgets($ILf, 128);
if (
$i > 8) echo $ILs;
}
fclose($ILf);
}

?>