Размер файла: 2.99Kb
<?php
require_once"../template/start.php";
require_once"../template/regglobals.php";
require_once"../template/config.php";
require_once"../template/functions.php";
require_once"../template/antidos.php";
require_once"../template/cookies.php";
require_once"../template/gzip.php";
require_once"../template/header.php";
require_once"../template/referer.php";
include_once"../themes/$config_themes/index.php";
include_once"../template/isset.php";
require_once"../template/ljfun.php";
require_once"../sett/conf/config.php";
if($cnf_9=='1')
{
if(!empty($start2)){$start=round(($start2-1)*10);}
echo '<div class="a"><b>РЕЙТИНГ АКТИВЫХ ЖУРНАЛИСТОВ!</b></div>';
$dir = opendir ("../local/lj"); // открываем текущую директорию
while ($file = readdir ($dir))
{if (( $file != ".") && ($file != "..") && ($file != ".htaccess") && ($file != "index.php")) // эти файлы игнорируем
{$a[]=$file;}} // записываем все что есть в массив
closedir ($dir); //Закрываем
$total = count($a); //считаем
for ($i = 0; $i < $total; $i++){
$tex = @file("../local/lj/$a[$i]");
$data = explode(":||:",$tex[0]);
$dat_max[]=$data[0];
$dat_log[]=$data[1];
$dat_date[]=$data[2];
}
arsort($dat_max);
foreach($dat_max as $k=>$v)
{$uz=$dat_log[$k]; $postsall=$v;
$mesto++;
$dat_max2[]='</div>
<div class="a"><b>
• <b>'.$mesto.'.</b> <a href="/pages/anketa.php?uz='.$dat_log[$k].'&'.SID.'">'.$dat_log[$k].'</a></b><br />
<img src="../images/dot.gif" alt="">Написано статей: '.$v.'<br />
<img src="../images/dot.gif" alt="">Последняя запись: '.$dat_date[$k].'</div>';
}
if ($start=="") {$start = 0;}
if ($total < $start + 10){ $end = $total; }
else {$end = $start + 10; }
for ($i = $start; $i < $end; $i++){
echo $dat_max2[$i];
}
echo '<div class="a">';
if ($start != 0) {echo '<hr><a href="topj.php?start='.($start - 10).'&'.SID.'">Назад |</a> ';}else{echo'<hr>';}
if ($total > $start + 10) {echo ' <a href="topj.php?start='.($start + 10).'&'.SID.'"> Далее</a>';}
$nn=round(($start/10)+2);
$nn2=round(($start/10)+1);
echo'<img src="../images/dot.gif" alt="">Текущая страница: '.$nn2.'<br>';
//////////////////////////////////////////////////////////////////
echo '</div><div class="a">';
echo '<img src="../images/dot.gif" alt="">Всего журналистов: '.$total.'<br>';
$stri=ceil($total/10);
echo '<img src="../images/dot.gif" alt="">Всего страниц: '.$stri.'</div>
<img src="../images/dot.gif" alt=""> <a href="index.php?'.SID.'">B журнал</a><br>
';
}else{echo'<p align="center"><br><b/>Администрация предпочла отключить этот плагин </b><br></p>';}
echo '<img src="../images/dot.gif" alt=""> <a href="../index.php?'.SID.'">На главную</a><br>';
include_once"../themes/$config_themes/foot.php";
?>