' : '
';
$requa = mysql_query("SELECT `name`, `rights` FROM `users` where `id`='$arr[user]' LIMIT 1");
$arrua = mysql_fetch_array($requa);
echo '
'.$arrua[name].'';
echo ' (' . date("d.m.Y / H:i", $arr['time'] + (core::$system_set['timeshift'] + core::$user_set['timeshift']) * 3600) . ')
';
$texto = $arr['text'];
$texto = functions::checkout($texto, 1, 2);
if ($set_user['smileys'])
$texto = smileys($texto, $arrua['rights'] ? 1 : 0);
echo '' .$texto.'';
if ($user_id)
echo '
';
echo '
';
++$i;
}
if ($total > $kmess) {
echo '
' . pagenav('index.php?act=read&id='.$id.'&', $start, $total, $kmess) .
'
';
echo '
';
}
}else {echo '';}
echo '
Всего: ' . $total . '
';
echo '-
Назад';
?>