View file mobil/index.php
<?php header ("Content-type: text/vnd.wap.wml; charset=utf-8"); $file = file("http://mnews.forewer.ru/index.php?$QUERY_STRING"); $file = @implode("", $file); $file = ereg_replace('http://bizness.forewer.ru','http://xxxwap.org',$file); $file = ereg_replace('MNews','XXXWAP NEWS',$file); $file = ereg_replace('WAP-[^Q]+</a>','',$file); print $file;