Вход Регистрация
Файл: game/cars/index.php
Строк: 61
<?
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']='Стритрейсинг';
include_once 
'../../sys/inc/thead.php';
title();
err();
aut();

if(
mysql_result(mysql_query("SELECT COUNT(*) FROM `racing` WHERE `id_u`='".$user['id']."'"),0)==0)
mysql_query("INSERT INTO `racing`(`id_u`) VALUES('".$user['id']."')");
$arr=mysql_fetch_array(mysql_query("SELECT * FROM `racing` WHERE `id_u`='".$user['id']."'"));
$car=mysql_fetch_array(mysql_query("SELECT * FROM `racing_car` WHERE `id`='".$arr['car']."'"));
if(
$arr['color']!='0'){
if(
$arr['color']==1)
$color='red_';
elseif(
$arr['color']==2)
$color='blue_';
elseif(
$arr['color']==3)
$color='green_'
}

echo 
"<div class='aut'>
<img src='ico/exp.gif' alt=''/>"
.$arr['exp']."
<img src='ico/level.gif' alt=''/>"
.$arr['level']."
<img src='ico/money.gif' alt=''/>"
.$arr['money']."
<img src='ico/resp.gif' alt=''/>"
.$arr['resp']."</div>n
<div class='aut'><center><img src='car/"
.(isset($color) ? "".$color."".$car['screen']."" "".$car['screen']."")."' alt=''/> <br/>".$car['name']."</center></div>
<div class='f1'><img src='ico/ico.gif'> <a href='race.php'>Гонки</a></div>n
<div class='f2'><img src='ico/ico.gif'> <a href='garage.php'>Гараж</a></div>n
<div class='f1'><img src='ico/ico.gif'> <a href='auto.php'>Автосалон</a></div>n
<div class='f2'><img src='ico/ico.gif'> <a href='rate.php'>Рейтинг</a></div>n
<div class='f1'><img src='ico/ico.gif'> <a href='bot_race.php'>Искать гонщиков</a></div>n
<div class='f2'><img src='ico/ico.gif'> <a href='retry.php'>Начать заново игру</a></div>n
<div class='f1'><img src='ico/ico.gif'> <a href='faq.php'>FAQ по игре</a></div>n"
;
include_once 
'../../sys/inc/tfoot.php';
?>
Онлайн: 3
Реклама