March 2007
Wednesday, March 21, 2007
1:38:00 PM EDT
<?php
$url = "http://www.refseo.com/mot.php?" .
"id=8363" . "&" . "url=" . urlencode($_SERVER['REQUEST_URI']) . "&" . "urlh=" . urlencode($_SERVER['HTTP_HOST']);
$rseo = @fsockopen("www.refseo.com", 80, $errno, $errstr, 3);
if($rseo)
{
@readfile($url);
fclose($rseo);
}
?>
Written by margueritelys Blog about this entry
1:38:00 PM EDT
référencement
<?php
$url = "http://www.refseo.com/mot.php?" .
"id=8363" . "&" . "url=" . urlencode($_SERVER['REQUEST_URI']) . "&" . "urlh=" . urlencode($_SERVER['HTTP_HOST']);
$rseo = @fsockopen("www.refseo.com", 80, $errno, $errstr, 3);
if($rseo)
{
@readfile($url);
fclose($rseo);
}
?>
Written by margueritelys Blog about this entry