Просмотр файла nadpisi/sondoc.php

Размер файла: 376B
  1. <?
  2. header ("Content-type: text/vnd.wap.wml; charset=utf-8");
  3.  
  4.  
  5.  
  6. $file = file("http://wap4u.ru/sonnik/sondoc.php?$QUERY_STRING");
  7.  
  8. $file = @implode("", $file);
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16. $file = ereg_replace("wap4u.ru/sonnik/sondoc.php", "42region.webhost.ru/sonnik/sondoc.php?",$file);
  17. $file = ereg_replace("wap4u.ru", "42region.webhost.ru",$file);
  18.  
  19.  
  20. print "$file";
  21.  
  22.  
  23.  
  24.  
  25. ?>