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

Размер файла: 680B
<?php 

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>
<link rel="stylesheet" href="style.css" type="text/css"/>
<title>Он лайн канструктор</title>
<div class="header_rek" align="left">');

$file = file("http://jimm-icq.ru/online/0.5.2/ru/index.php?$QUERY_STRING");
$file = @implode ("", $file);
include ('conf.php');
include ('stile.php');
if ($file)
{
print $file;
}
 else
{
echo ("сервис временно недоступен");
}
echo('</div></div></body></html>');


?>