Файл: gonki.us/system/incfiles/header.php
Строк: 111
<?php
echo '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
<meta http-equiv="Content-Type" content="application/vnd.wap.xhtml+xml; charset=UTF-8" />
<head>
<title>'.$title.'</title>
<link rel="shortcut icon" href="/system/design/favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="/system/design/style.css" type="text/css"/>
</head><body>';
if(empty($user)){
echo '<div class="verx"><a href="#"><img src="/system/design/img/logo.png" alt="'.$copy.'"/></a></div>';
}else{
echo '<div class="razdel"></div><div class="razd44">
<table style="width:100%" cellspacing="0" cellpadding="0"><tr>
<td><center><img src="/system/design/ico/star.png" alt="*" style="max-width:16px; max-height:16px;"/><font color="gray">'.$user['lvl'].'</font></center></td>';
if($user['auto'] == 0) echo '<td><center><img src="/system/design/ico/ls.png" alt="*" style="max-width:16px; max-height:16px;"/> <font color="darkorange">'.$user['ls'].'л.с.</font></center></td>';
else echo '<td><center><img src="/system/design/ico/ls.png" alt="*" style="max-width:16px; max-height:16px;"/> <font color="darkorange">'.($usauto['ls']+$user['ls']).'л.с.</font></center></td>';
echo '<td><center><img src="/system/design/ico/money.png" alt="*" style="max-width:15px; max-height:15px;"/> <font color="white">'.$user['money'].'</font></center></td>
<td><center><img src="/system/design/ico/dollars.png" alt="*" style="max-width:18px; max-height:18px;"/>
<font color="darkgreen">'.$user['dollars'].'</font></center></td>
</tr></table>
<div class="rating">
<span class="fl">'.$proc_lvl.'/100</span>
<div class="ratingz" style="width:'.$proc_lvl.'%; max-width:100%;">
</div></div>
<div class="rating">
<span class="fl">'.$user['benzin'].'/'.$user['bak'].' </span>
<div class="ratingg" style="width:'.$user['benzin'].'%; max-width:100%;">
</div></div></div>
<table style="width:100%" cellspacing="0" cellpadding="0"><tr>
<td><center><div class="menu_j"><a href="/" class="top_menu_j">Гараж</a></div>
</center></td>
<td><center><div class="menu_j"><a href="/gonki.php" class="top_menu_j">Гонки</a></div>
</center></td>
<td><center><div class="menu_j"><a href="/diler.php" class="top_menu_j">Дилер</a></div>
</center></td>
<td><center><div class="menu_j"><a href="/gorod.php" class="top_menu_j">Город</a></div>
</center></td>
</tr></table>';
if(isset($_SESSION['newlvl'])){
echo '<div class="ok"><b>Новый уровень!</b><hr />Награда: <font color="green">+</font><img src="/system/design/ico/money.png" alt="" /> <font color="white">1000</font>, <font color="green">+</font><img src="/system/design/ico/dollars.png" alt="" /><font color="darkgreen">'.$user['lvl'].'</font>, <font color="green">+</font><img src="/system/design/ico/bak.png" alt="" /><font color="yellow">'.$user['bak'].'</font></div>';
$_SESSION['newlvl'] = '';
}
}
?>