Вход Регистрация
Файл: pesn_voini/peseni_vojni/instalscript/engine/public/raid/log.php
Строк: 16
<?php
//
$count $BaseConnect->query("SELECT (id) FROM `raid_log` WHERE `id_user` = '".$uid."' AND `tipe` = '1'")->rowCount(); 
//
$q $BaseConnect->query("SELECT * FROM `raid_log` WHERE `id_user` = '".$uid."' ORDER BY `id` DESC LIMIT 10"); 
//
//
?><center>Журнал боя:</center><div class="message"><?
//
if($count == 0)echo '<center>Нет новых записей</center>';
//
while($post $q->fetch(PDO::FETCH_ASSOC)){
//
//
if($post['tipe'] == && $uid == $post['id_user']) {
//
//
?>
Вы атаковали на <b><? echo $post['uron']; ?></b><br>
<?
//
//
}
//
//
if($post['tipe'] == && $uid == $post['id_user']) {
//
//
?>
<font color='tomato'>Вас атаковали на <b><? echo $post['uron']; ?></b></font><br>
<?
//
//
}
//
//
}
//
//
?></div>
Онлайн: 1
Реклама