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