Вход Регистрация
Файл: gref_rat.php
Строк: 32
<?php
include "header/config.inc.php";
include 
"header/function.inc.php";
include 
"header/gheader.inc.php";
include 
"header/connect.inc.php";
include 
"header/click-club.class.php";

$q=mysql_query("SELECT `login` FROM `".prefix."users` order by `id` desc;");
while (
$r=mysql_fetch_array($q))
{
$n=mysql_num_rows(mysql_query("SELECT `login` FROM `".prefix."users` WHERE `pid`='$r[login]';"));
if (
$n>0)
$arr[$r[login]]=$n;
}

arsort($arr);

print 
'<div class="header_rek"><b>Рейтинг по рефералам</b></div><div class="boxWhite1">Логин [рефералов]:<br/>---<br/>';

$start=mysql_escape_string($_GET[start]);

if (empty(
$start))
$start=1;

foreach(
$arr as $key=>$value)
{
$i++;
if (
$i>=$start and $i<=($start+15))
print 
"$i$key [$value] <br />";
}
print 
"---<br />участников: <b>$i</b><br />";


$start=$start+15;

if (
$i>15)

print 
"<a href='ref_rat.php?start=$start'>далее ....</a></div>";

include 
"header/gend.inc.php";
?>
Онлайн: 0
Реклама