Файл: vk.com_vhllam/games_xhata/sims/city.php
Строк: 100
<?php
include_once '../../sys/inc/start.php';
include_once '../../sys/inc/compress.php';
include_once '../../sys/inc/sess.php';
include_once '../../sys/inc/home.php';
include_once '../../sys/inc/settings.php';
include_once '../../sys/inc/db_connect.php';
include_once '../../sys/inc/ipua.php';
include_once '../../sys/inc/fnc.php';
include_once '../../sys/inc/adm_check.php';
include_once '../../sys/inc/user.php';
$set['title']='The Sims';
include_once '../../sys/inc/thead.php';
title();
err();
aut();
if(!isset($user)){
echo 'Вы неавторизованы';
include_once '../../sys/inc/tfoot.php';
exit;
}
include_once 'inc/start.php';
echo '<div class="'.$diz['post_1'].'"><img src="i/city_large.png" /> <b style="font-size:1.3em;">'.mysql_result(mysql_query("SELECT `name` FROM `sims_city` WHERE `id`='".$sims_user['city_id']."'"),0).'</b><b style="font-size:1.3em;float:right;">'.date("H:i",time()).'</b></div>
<div class="'.$diz['post_1'].'">
<img src="i/bank.png" /> <a href="bank.php" style="font-weight:bold;color:#6DF53B;text-decoration:underline"> Банк</a><br />
<img src="i/shop.png" /> <a href="shop.php" style="font-weight:bold;color:#6DF53B;text-decoration:underline"> Магазин</a><br />
<br/>
<img src="i/work.png" /> <a href="work.php" style="font-weight:bold;color:#6DF53B;text-decoration:underline"> Центр трудоустройства</a><br />
<img src="i/school.png" /> <a href="school.php" style="font-weight:bold;color:#6DF53B;text-decoration:underline"> Университет</a><br />
<br/>
<img src="i/caffe.png" /> <a href="caffe.php" style="font-weight:bold;color:#6DF53B;text-decoration:underline"> Кафе</a><br />
<img src="i/shop_toys.png" /> <a href="gift.php" style="font-weight:bold;color:#6DF53B;text-decoration:underline"> Магазин игрушек</a><br />
<br/>
<img src="i/online.png" /> <a href="online.php" style="font-weight:bold;color:#6DF53B;text-decoration:underline"> Онлайн</a><br />
<img src="i/rating1.png" /> <a href="rating.php" style="font-weight:bold;color:#6DF53B;text-decoration:underline"> Доска почета</a><br />
</div>
';
sims_ret($diz['ret'],'Назад','index.php');
include_once '../../sys/inc/tfoot.php';
?>