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