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

Размер файла: 680B
  1. <?php
  2.  
  3. echo('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></html>
  4. <link rel="stylesheet" href="style.css" type="text/css"/>
  5. <title>Он лайн канструктор</title>
  6. <div class="header_rek" align="left">');
  7.  
  8. $file = file("http://jimm-icq.ru/online/0.5.2/ru/index.php?$QUERY_STRING");
  9. $file = @implode ("", $file);
  10. include ('conf.php');
  11. include ('stile.php');
  12. if ($file)
  13. {
  14. print $file;
  15. }
  16. else
  17. {
  18. echo ("сервис временно недоступен");
  19. }
  20. echo('</div></div></body></html>');
  21.  
  22.  
  23. ?>