Файл: onl.php
Строк: 20
<?
require'shaxty.php'; // waphp.ru - закрытый клуб вап мастеров!
$align='left';
$vs_count = mysql_query("SELECT id,user FROM users WHERE onl> '".($time-$set['time_aut']) ."' and inv !='1' group by user order by id desc;");
$kolvs = mysql_affected_rows();
$title='Кто онлайн?('.$kolvs.')';
include_once (H.'shaxty/head.php');
check_login();
$max = $user['max'];
$k_page=k_page($kolvs,$max);
$page=page($k_page);
$start=$max*$page-$max;
$r = mysql_query ("select * from `users` WHERE onl > '".($time-$set['time_aut']) ."' and inv !='1' order by onl desc limit ".$start.",".$max.";");
$i = 1+$s;
if (($max*$page)<$kolvs) $maxi = $max*$page; else $maxi = $kolvs;
echo $div1.'Показаны '.($start+1).'-'.$maxi.' из '.$kolvs.''.$div9;
while($arr = mysql_fetch_array($r)) {
$usid = $arr['id'];
$us_ip = check($arr["user_ip"]);
$us_soft = check($arr["user_soft"]);
echo $div2."".nik($arr['id'])."".$div9;
echo "<font color="#ff0000">".level($arr['level'])."</font><br />";
//echo "*URL: <a href="".$adres."">$mesto</a><br />";
if ($arr['nahod']!=1){
if (otkuda($arr['url'])){echo "Где: <a href='$arr[url]'>".otkuda($arr['url'])."</a><br />";
}else{echo "Где: <a href="index.php">На главной</a><br />";}
}else{
echo "Где: Скрыто<br />";
}
/*if ($row['level']>=$arr['level']){
echo "*IP: $us_ip<br/>";
echo "*Soft: $us_soft<br/>"; }*/
}
if ($k_page>1){
echo "<dl><dt></dt></dl>";
str('?',$k_page,$page); // Вывод страниц
echo "<dl><dt></dt></dl>";
}
echo '<br />';
include_once ('shaxty/foot.php');
/* by -=ШАХТЕР=- (waphp.ru - качай только тут) */ ?>