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

Размер файла: 1.55Kb
<? 
///////////////////////////////////////////////////////////////////////////////////////////
/////        
/////                            Made by   :  VANTUZ
/////                              E-mail  :  [email protected]        
/////                            WEB-site  :  http://www.pizdec.ru
/////                            WAP-site  :  http://wap.pizdec.ru
/////                             Skripts  :  http://wap.pizdec.ru/skripts
/////        
////////////////////////////////////////////////////////////////////////////////////////////// 
Error_Reporting(E_ALL & ~E_NOTICE);
echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head>';
echo "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\">
<title>WAP.PIZDEC.RU</title></head><body bgcolor=\"666666\" link=\"FF00FF\" alink=\"FF0000\" vlink=\"FFFF00\" text=\"OOFFFF\">";
$err= @implode("",@file("index.txt"));
if (isset($error))
{
echo '<p align="center"><small><img src="images/blya.gif" alt="."/><br/><b>Извините, но такой страницы не существует</b><br/>Если вы видите эти слова,значит все работает</small></p>';}
echo '<p>';
if ($p=="") {print "$err"; print '</p></body></html>'; exit;}
if ($f!="") { $f = @implode("",@file("$p/$f.txt")); if ($f == "")
{print "$err"; print '</p></body></html>'; exit;}  print "$f";}
else {print "$err"; print '</p></body></html>'; exit;}

print '<br/><br/><small><a href="http://wap.pizdec.ru">&#169; WAP.PIZDEC.RU</a></small></p></body></html>';
?>