Просмотр файла nadpisi/index.php
- <?php
- header ("Content-type: text/vnd.wap.wml; charset=utf-8");
- $file = file("http://wap4u.ru/nadpisi/index.php?$QUERY_STRING");
- $file = @implode("", $file);
- $file = ereg_replace("wap4u.ru/nadpisi", "belzone.org.ru/nadpisi?",$file);
- $file = ereg_replace("wap4u.ru", "belzone.org.ru",$file);
- $file = ereg_replace('href="g.php', 'href="text.php',$file);
- print "$file";
- ?>