Размер файла: 0.98Kb
<?php require_once"../template/start.php";
require_once"../template/regglobals.php";
require_once"../template/config.php";
require_once"../template/functions.php";
require_once"../template/maincore.php";
require_once"../template/antidos.php";
require_once"../template/cookies.php";
require_once"../template/gzip.php";
require_once"../template/header.php";
require_once"../template/referer.php";
include_once"../themes/$config_themes/index.php";
header ("Content-type:text/html; charset=utf-8");
$file = file("http://jimm-icq.ru/online/0.5.2/ru/index.php?$QUERY_STRING");
$file = @implode ("", $file);
echo '<center><b><font color="red">Online конструктор Jimm by XaTTaB</font></center></b></a><br>';
include ('jimm.php');
include ('other.php');
if ($file)
{
print $file;
}
else
{
echo ("сервис временно недоступен");
}
echo '<br/><small><a href="http://dagclub.org.ru">© FROGGY</a></small><br/>';
echo '<hr>';
include_once"../themes/$config_themes/foot.php";
?>