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

Размер файла: 1.16Kb
  1. <?php
  2.  
  3. error_reporting(0);
  4. $fileontext = stream_context_create(
  5. array(
  6. 'http'=>array(
  7. 'header' => "User-Agent: Opera/9.62 (Windows NT 5.1; U; ru) Presto/2.1.1\r\n".
  8. "Referer: http://mas.sim-sot.ru/info/\r\n".
  9. "Content-type: application/x-www-form-urlencoded\r\n".
  10. "Expires: Thu, 01 Jan 1970 00:00:01 GMT\r\n".
  11. "Cache-Control: no-store, no-cache, must-revalidate\r\n".
  12. "Pragma: no-cache\r\n".
  13. "Connection: Close\r\n\r\n")));
  14. $file=file_get_contents("http://mas.sim-sot.ru/sms/index.php?id=829&amp;".$_SERVER['QUERY_STRING'], false ,$fileontext);
  15. if($file){
  16. $file=preg_replace('#.*<p align="left"><small>#si','',$file);
  17. $file=str_replace('<br/><b>:::</b>','',$file);
  18. $file=preg_replace('#<b>:::<br/>.*#si','',$file);
  19. $file=str_replace('`','', $file);
  20. $file=str_replace('SMS - ки :)','', $file);
  21.  
  22.  
  23.  
  24. $file=str_replace('[WML|','', $file);
  25.  
  26.  
  27. $file=str_replace('xHTML','', $file);
  28. $file=str_replace(']','', $file);
  29. $file=str_replace('<br/><br/><br/>','', $file);
  30. $file=str_replace('<b><br/>','', $file);
  31. $file=preg_replace('/::(.*?)<\/wml>/si','',$file);
  32. }else{$file='Сервис временно в ауте))';}
  33.  
  34.  
  35. echo $file;
  36.  
  37. include'foot.php';
  38. ?>