Файл: start.php
Строк: 52
<?php
SetCookie("start","ok");
include_once ("important/important_gzip.php");
list($msec,$sec)=explode(chr(32),microtime());
$gtime=$sec+$msec;
echo '<title>Lineage 2</title>';
echo '<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta forua="true" http-equiv="Cache-Control" content="no-cache,no-store,must-revalidate"/>';
echo '<link rel="shortcut icon" href="pictures/other/icon.bmp" />';
echo '<link rel="stylesheet" type="text/css" href="style/style.css">';
echo '</head><body><div class="gameBorder">
<div class="menu">
</head><body><div class="foot"><center>Онлайн Игра <b>Lineage II High Five</b></div></center><div class = "up" ></div><div class = "body" >';
echo '<META HTTP-EQUIV="REFRESH" CONTENT="5; URL=/index?"> ';
echo 'Loading... <img src="pictures/other/loading.gif" height=20 width=20 alt="pic"><br/>';
echo '<a href="index?">>></a><br/>';
echo '<font color="red"><i>Загрузка игры производится в течении 5 секунд</i></font><br/>';
// Выводим код ног
echo '<div class="foot"><img src="pictures/other/time.png" alt="."> <small>Время: '.date("H:i:s").'</small><br/>';
$adres = $_SERVER['SCRIPT_NAME'];
if ($adres=="/index.php"){
echo '<a href="http://waplog.net/c.shtml?487166"><img src="http://c.waplog.net/487166.cnt" alt="waplog" /></a><a href="http://fixwap.net/ru/?uid=130225"><img src="http://fixwap.net/ru/main.php?uid=130225" alt="fixwap"/></a><a href="http://vigre.su/vote?game_id=967" id="vigre.su.banner"><img style="border:0px" alt="vigre.su" src="http://vigre.su/banner.php?game_id=967"/></a><br/>';
}else{
echo '<a href="http://waplog.net/c.shtml?487167"><img src="http://c.waplog.net/487167.cnt" alt="waplog" /></a><a href="http://fixwap.net/ru/?uid=130225"><img src="http://fixwap.net/ru/count.php?uid=130225" alt="fixwap"/></a><a href="http://vigre.su/vote?game_id=967" id="vigre.su.banner"><img style="border:0px" alt="vigre.su" src="http://vigre.su/banner.php?game_id=967"/></a><br/>';
}
echo 'Powered Bishop <b>2o12-2o13</b><br/>';
list($msec,$sec)=explode(chr(32),microtime());
echo "[Регенирация: ".round((($sec+$msec)-$gtime),2)." сек.]";
echo '</div></div></div>';
?>