<?php
include "./../ini3.php";
include "./../includes/header2.php";
include "./../includes/inc_online.php";
$id=cyr(htmlspecialchars(stripslashes(trim($id))));
$pass=cyr(htmlspecialchars(stripslashes(trim($pass))));
if(!empty($id))
{
$q = mysql_query("select * from users where id='".$id."';");
}
else
{
die ($lang['empty_login']."</body>
</html>");
}
$data = mysql_fetch_array($q);
$id=$data['id'];
$login=$data['login'];
$money=$data['money'];
$level=$data['level'];
$police=$data['police'];
$stage=$data['stage'];
$health=$data['health'];
$cars=$data['cars'];
$guns=$data['guns'];
$nums=$data['nums'];
$voo_por=$data['voodoo'];
$golod=$data['golod'];
$secur=$data['secur'];
$zav=$data['zav'];
$lsd=$data['lsd'];
$ban=$data['ban'];
$lox=$data['lox'];
if($pass!=$data['pass'])
{
die ($lang['empty_login']."</body>
</html>");
}
if($level<150)
{
die ($lang['error']."</body>
</html>");
}
mysql_query("update users set last='".time()."',city='3' where id='".$id."';");
if($ban==0)
{
include "./../includes/inc_secur.php";
include "./../includes/inc_golod.php";
include "./../includes/inc_hospital.php";
include "./../includes/inc_police.php";
include "./../includes/inc_die.php";
include "./../includes/inc_voodoo.php";
include "./../includes/inc_attack.php";
include "./../includes/inc_mes.php";
print "<b>[Зд: $health %][Сыт: $golod %][Зщ: $secur %]</b><br/>";
print "<b>".$lang['game_city3']."</b><br/>";
print "<u>[".$lang['city']."]</u><br/>";
print 'Ты находишься в Лаc-Beнтypac, самой главной ценностью здесь Является Всемирный Золотой Запас,но ограбить его не так-то просто<br/><br/>';
print "<a href=\"izdat.php?id=$id&pass=$pass\">Издательство</a><br/>";
print "<a href=\"fond.php?id=$id&pass=$pass\">Казна города</a><br/>";
print "<a href=\"gold.php?id=$id&pass=$pass\">Всемирный золотой запас</a><br/>";
print "<a href=\"events.php?id=$id&pass=$pass\">Городские конкурсы</a><br/>";
print "<a href=\"killer.php?id=$id&pass=$pass\">Киллер</a><br/>";
include("./../includes/inc_in_city3.php");
mysql_close();
include "./../includes/footer2.php";
}
elseif($ban==1)
{
die ($lang['empty_login']."</body>
</html>");
}
?>