Просмотр файла ero/live/r.php
- <?php
- Error_Reporting(E_ALL & ~E_NOTICE);
- include "../config.php";
- header("Content-type:text/vnd.wap.wml;charset=utf-8");
- include "../header.php";
- $file = file("http://myxxx.ru/bibliotek/erotika/live/r.php?$QUERY_STRING");
- $file = @implode("", $file);
- include "../replace.php";
- print "$file";
- include "../footerr.php";
- ?>