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

Размер файла: 425B
  1. <?php
  2.  
  3.  
  4.  
  5.  
  6.  
  7. header ("Content-type: text/vnd.wap.wml; charset=utf-8");
  8.  
  9.  
  10.  
  11. $file = file("http://wap4u.ru/nadpisi/index.php?$QUERY_STRING");
  12.  
  13. $file = @implode("", $file);
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. $file = ereg_replace("wap4u.ru/nadpisi", "belzone.org.ru/nadpisi?",$file);
  22. $file = ereg_replace("wap4u.ru", "belzone.org.ru",$file);
  23. $file = ereg_replace('href="g.php', 'href="text.php',$file);
  24.  
  25.  
  26. print "$file";
  27.  
  28.  
  29.  
  30.  
  31.  
  32. ?>