Вход Регистрация
Файл: impwar.tk/opitrat.php
Строк: 122
<?php
require_once('conf/dbc.php');
require_once(
'conf/session_start.php');
require_once(
'conf/ban.php');
$page_title 'Рейтинг по опыту';
require_once(
'conf/head.php');
if ((isset(
$_SESSION['id'])) and (isset($_SESSION['nick'])))  {
  require_once(
'conf/top.php');
}
?>
    <div id="main">
    <div class="stats">
    
    
    <?php
$type
=abs(intval($_GET['type']));
    if (empty(
$type)) {
    
$type=1;
    }
    
?>

    <div class="stats">
 <p class="name">Рейтинг самых опытных игроков <img src="img/ico/patrul.png" width="16" height="16" alt="н"/></span>
       </div>
   <?php
    
    $query_num 
"Select id from users where gruppa <> 'mytants' and gruppa <>'bandits' and gruppa <> 'zombie' and gruppa <> 'monolits'" ;
    
$result_num mysqli_query($dbc$query_num) or die ('Ошибка передачи запроса к БД');
    
$total mysqli_num_rows($result_num); 
    
?>
    <p class="link">Всего игроков <?php echo "[ $total ]"?></p>
    <?php
   
/////////////////////////////////
   ////////////////////////////////
if (!empty($_GET['page'])) {
$cur_page abs(intval($_GET['page']));
}
else {
  
$cur_page 1;
}
    
$result_per_page 10;
    
$skip = (($cur_page 1) * $result_per_page);
        
$num_page ceil($total $result_per_page);
    if (
$num_page 0) {
       if (
$type==1) {
      
$query_us "Select nick ,id,gruppa,lvl,avatar, last_active, opit from users where gruppa <> 'mytants' and gruppa <>'bandits' and gruppa <> 'zombie' and gruppa <> 'monolits' order by opit DESC limit $skip$result_per_page";
      }
      
$result_us mysqli_query($dbc$query_us) or die ('Ошибка передачи запроса к БД');
      
$now = (date("Y-m-d H:i:s"));
      
$now strtotime("$now");
      while (
$row_us mysqli_fetch_array($result_us)) {
            
$lvl $row_us['lvl'];
        
$nick $row_us['nick'];
        
$id_us $row_us['id'];
        
$gruppa $row_us['gruppa'];
        
$last_active $row_us['last_active'];
        
$last_active strtotime("$last_active");
        
$razn_last_act = ($now $last_active);
        
?>
<div style="background: url(/style/img/2.jpg);">
        <div class="zx">

        <?php
      
if ($gruppa == 'svoboda') {if ($razn_last_act 300 ) {?><img src="img/ico/on.png" width="12" height="12" alt="н"/><img src="img/ico/svobodaon.png" width="12" height="12" alt="н"/><?php } else {?><img src="img/ico/off.png" width="12" height="12" alt="н"/><img src="img/ico/svobodaon.png" width="12" height="12" alt="н"/><?php }}
      if (
$gruppa == 'dolg') {if ($razn_last_act 300 ) {?><img src="img/ico/on.png" width="12" height="12" alt="н"/><img src="img/ico/dolgon.png" width="12" height="12" alt="н"/><?php } else {?><img src="img/ico/off.png" width="12" height="12" alt="н"/><img src="img/ico/dolgon.png" width="12" height="12" alt="н"/><?php }}
      if (
$gruppa == 'naemniki') {if ($razn_last_act 300 ) {?><img src="img/ico/on.png" width="12" height="12" alt="н"/><img src="img/ico/naemniki.png" width="12" height="12" alt="н"/><?php } else {?><img src="img/ico/off.png" width="12" height="12" alt="н"/><img src="img/ico/naemniki.png" width="12" height="12" alt="н"/><?php }}
      if (
$gruppa == 'renegat') {if ($razn_last_act 300 ) {?><img src="img/ico/on.png" width="12" height="12" alt="н"/><img src="img/ico/renegat.png" width="12" height="12" alt="н"/><?php } else {?><img src="img/ico/off.png" width="12" height="12" alt="н"/><img src="img/ico/renegat.png" width="12" height="12" alt="н"/><?php }}
      if (
$gruppa == 'chistoenebo') {if ($razn_last_act 300 ) {?><img src="img/ico/on.png" width="12" height="12" alt="н"/><img src="img/ico/chistoenebo.png" width="12" height="12" alt="н"/><?php } else {?><img src="img/ico/off.png" width="12" height="12" alt="н"/><img src="img/ico/chistoenebo.png" width="12" height="12" alt="н"/><?php }}
  
?> [<?php echo "$lvl";?>ур]
         <a style="text-decoration:none;"  href="profile.php?id=<?php echo "$id_us"?>"><?php echo "$nick";?></a></div></p><b>
       <span class="white">
        <?php
 
if ($type==1) { 
    
   
echo 
'  <table width="370" border="0" cellpadding="0" cellspacing="0">
    <tbody>
    <tr>
    <td width="170" valign="top"><img src="img/avatars/'
.$row_us['avatar'].'" width="70" height="70" border="0"/></tr>
    <td width="3000" valign="top">
<p class="link">Опыт:<img src="/img/ico/star.png" width="12" height="12"> '
.$row_us['opit'].' </p>
    </tr>
    </tr>
    </tbody>
    </table>'
;
}  
      
?></span>
      </b></div>
      
        <?php
      
}
      
?>
        <p class="podmenu">
      <div class="zx">
      <?php
$phpself
filter($_SERVER['PHP_SELF']);
      
///////////////////////////////////////
      ////////////////////////////////////////
      
if ($cur_page 1) {
        echo 
'<a href="' "$phpself'?page=1' '&type=' $type '"><<</a> ';
      }
      else {
        echo 
'<< ';
      }
      if (
$cur_page 1) {
        echo 
'<a href="' "$phpself'?page=' . ($cur_page-1) . '&type=' $type '"><</a> ';
      }
      else {
        echo 
'<';
      }
    
/////
      
if (($cur_page-3)>0) {
     
$k = ($cur_page-3);
        
?><a href="<?php echo "$phpself'?page=' . ($cur_page-3) . "&type=$type"?>"><?php echo "$k";?></a><?php
      
}
     if ((
$cur_page-2)>0) {
     
$k = ($cur_page-2);
        
?> <a href="<?php echo "$phpself'?page=' . ($cur_page-2) . "&type=$type"?>"><?php echo "$k";?></a> <?php
      
}
     if ((
$cur_page-1)>0) {
     
$k = ($cur_page-1);
        
?> <a href="<?php echo "$phpself'?page=' . ($cur_page-1) . "&type=$type"?>"><?php echo "$k";?></a> <?php
      
}
    
?> <span class="white"><?php echo $cur_page ";?></span><?php
     
if (($cur_page+1)<=$num_page) {
     
$k = ($cur_page+1);
        
?> <a href="<?php echo "$phpself'?page=' . ($cur_page+1) . "&type=$type"?>"><?php echo "$k";?></a> <?php
      
}
           if ((
$cur_page+2)<=$num_page) {
     
$k = ($cur_page+2);
        
?> <a href="<?php echo "$phpself'?page=' . ($cur_page+2) . "&type=$type"?>"><?php echo "$k";?></a> <?php
      
}
     if ((
$cur_page+3)<=$num_page) {
     
$k = ($cur_page+3);
        
?> <a href="<?php echo "$phpself'?page=' . ($cur_page+3) . "&type=$type"?>"><?php echo "$k";?></a> <?php
      
}
    
/////
    
if ($cur_page $num_page) {
      echo 
'<a href="' "$phpself'?page=' . ($cur_page+1) . '&type=' $type '">></a> ';
    }
    else {
      echo 
'>';
    }
    if (
$cur_page $num_page) {
      echo 
' <a href="' "$phpself.  '?page=' $num_page '&type=' $type '">>></a> ';
    }
    else {
      echo 
' >>';
    }

    
////////////////////////////////
    ///////////////////////////////
    
}
    
?>
    </div>
    <?php
   
/////////////////////////////////
   //////////////////////////////////
require_once('conf/navig.php');
require_once(
'conf/foot.php');
mysqli_close($dbc);

?>
</body>
</html>
Онлайн: 0
Реклама