Просмотр файла index.php

Размер файла: 1.49Kb
<?php

error_reporting(0);
$fileontext = stream_context_create(
array(
'http'=>array(
'header' => "User-Agent: Opera/9.62 (Windows NT 5.1; U; ru) Presto/2.1.1\r\n".
"Referer: http://mas.sim-sot.ru/info/\r\n".
"Content-type: application/x-www-form-urlencoded\r\n".
"Expires: Thu, 01 Jan 1970 00:00:01 GMT\r\n".
"Cache-Control: no-store, no-cache, must-revalidate\r\n".
"Pragma: no-cache\r\n".
"Connection: Close\r\n\r\n")));
$file=file_get_contents("http://mas.sim-sot.ru/anek/index.php?id=829&amp;".$_SERVER['QUERY_STRING'], false ,$fileontext);
if($file){
$file=preg_replace('#.*<p align="left"><small>#si','',$file);
$file=str_replace('<br/><b>:::</b>','',$file);
$file=preg_replace('#<b>:::<br/>.*#si','',$file);
$file=str_replace('В','', $file);
$file=str_replace('нашей','', $file);



$file=str_replace('базе','', $file);


$file=str_replace('35500','', $file);
$file=str_replace('анекдотов.','', $file);
$file=str_replace('<br/><br/><br/>','', $file);
$file=str_replace('<b><br/>','', $file);
$file=preg_replace('/::(.*?)<\/wml>/si','',$file);
}else{$file='Сервис временно в ауте))';}

echo "<style type=\"text/css\">
body { font-weight: normal; font-size: normal; font-family: ".$sil."; color: ".$text."; background-color: ".$fon1." }
a:link,a:active,a:visited { text-decoration: underline; color : ".$sil." }
div.form { background-color: $fon2 }
</style></head><body><div style=\"text-align: left\">\n";

echo $file;

include'foot.php';
?>