Вход Регистрация
Файл: tortuga/magazin/index.php
Строк: 11
<?php
require_once '../core/system.php';
echo 
only_reg();
$header 'Магазин';
require_once 
'../core/head.php';

$spis mysql_query("SELECT * FROM `komplekt` order by `id` asc");
while(
$s mysql_fetch_assoc($spis)){
echo
'<div class="player"><a href="kompl.php?id='.$s['id'].'">'.$s['name'].'</a> (ур. '.($user['level']>=$s['lvl']?'<font color="green">':'<font color="red">').$s['lvl'].'</font>)</div>';
}
 
echo
'</div>'
include_once 
'../core/foot.php'?>
</div>
</body>
</html>
Онлайн: 1
Реклама