Просмотр файла chatservice/statistic.php

Размер файла: 6.48Kb
<?php
header ("Content-type:text/vnd.wap.wml; charset=utf-8");
print '<?xml version="1.0" encoding="utf-8"?>';
print '<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"'.
' "http://www.wapforum.org/DTD/wml_1.1.xml">'.
'<wml><head><meta http-equiv="Cache-Control" content="no-cache" forua="true"/></head>';
include "./ini.php";
mysql_query ("select * from bannedib WHERE ci='$ci' AND (ip = '".getenv(REMOTE_ADDR)."')and(browser = '".getenv(HTTP_USER_AGENT)."')");
                        if(mysql_affected_rows()!=0){include "b.php";}
print '<card title="&#1057;&#1090;&#1072;&#1090;&#1080;&#1089;&#1090;&#1080;&#1082;&#1072;!">'.
'<p>';
$query_users = @mysql_query("select * from `".$px.$utable."` where id='".$id."'  and ci='$ci';");
$q = @mysql_query("select * from `".$px.$utable."` where ci='$ci' and id='".$id."'  order by posts desc limit 10;");
$q1 = @mysql_query("select * from `".$px.$utable."` where sex='m' and ci='$ci';");
$q2 = @mysql_query("select * from `".$px.$utable."` where sex='zh' and ci='$ci';");
$data = @mysql_fetch_array($query_users);
$login = autorize();
if(empty($id))
print "&#1051;&#1086;&#1075;&#1080;&#1085; &#1087;&#1091;&#1089;&#1090;!<br/>";
if($login) {
switch($mod) {
//&#1088;&#1077;&#1078;&#1080;&#1084; &#1072;&#1076;&#1084;&#1080;&#1085;&#1086;&#1074;
case 'admins':
$q = @mysql_query("select `login`,`posts` from `".$px.$utable."` where admin>0 and moder>0 and ci='".$ci."';");
print "&#1040;&#1076;&#1084;&#1080;&#1085;&#1099; &#1095;&#1072;&#1090;&#1072;:<br/>";
while($arr = @mysql_fetch_array($q)) {
++$i; print "<b>$i.</b>".$arr['login']." - ".$arr['posts']."<br/>"; }
break;
//&#1088;&#1077;&#1078;&#1080;&#1084; &#1084;&#1086;&#1076;&#1077;&#1088;&#1086;&#1074;
case 'moders':
$q = @mysql_query("select `login`,`posts` from `".$px.$utable."` where moder=1 and admin=0 and ci='".$ci."';");
print "&#1053;&#1072;&#1096;&#1080; &#1084;&#1086;&#1076;&#1077;&#1088;&#1099;:<br/>";
while($arr = @mysql_fetch_array($q)) {
++$i; print "<b>$i.</b>".$arr['login']." - ".$arr['posts']."<br/>"; }
break;
//&#1088;&#1077;&#1078;&#1080;&#1084; &#1082;&#1080;&#1083;&#1083;&#1077;&#1088;&#1086;&#1074;
case 'killers':
$q = @mysql_query("select `login`,`posts` from `".$px.$utable."` where moder=2 and admin=0 and ci='".$ci."';");
print "&#1053;&#1072;&#1096;&#1080; &#1082;&#1080;&#1083;&#1083;&#1077;&#1088;&#1099;:<br/>";
while($arr = @mysql_fetch_array($q)) {
++$i; print "<b>$i.</b>".$arr['login']." - ".$arr['posts']."<br/>"; }
break;
//&#1088;&#1077;&#1078;&#1080;&#1084; &#1082;&#1080;&#1083;&#1083;&#1077;&#1088;&#1086;&#1074;
case 'topmoder':
$q = @mysql_query("select `login`,`posts` from `".$px.$utable."` where moder=4 and admin=0 and ci='".$ci."';");
print "&#1053;&#1072;&#1096;&#1080; &#1074;&#1099;&#1089;&#1096;&#1080;&#1077; &#1084;&#1086;&#1076;&#1077;&#1088;&#1099;:<br/>";
while($arr = @mysql_fetch_array($q)) {
++$i; print "<b>$i.</b>".$arr['login']." - ".$arr['posts']."<br/>"; }
break;
//&#1088;&#1077;&#1078;&#1080;&#1084; &#1082;&#1080;&#1083;&#1083;&#1077;&#1088;&#1086;&#1074;
case 'shpion':
$q = @mysql_query("select `login`,`posts` from `".$px.$utable."` where moder=3 and admin=0 and ci='".$ci."';");
print "&#1053;&#1072;&#1096;&#1080; &#1096;&#1087;&#1080;&#1086;&#1085;&#1099;:<br/>";
while($arr = @mysql_fetch_array($q)) {
++$i; print "<b>$i.</b>".$arr['login']." - ".$arr['posts']."<br/>"; }
break;
//&#1088;&#1077;&#1078;&#1080;&#1084; &#1089;&#1090;&#1072;&#1090;&#1080;&#1089;&#1090;&#1080;&#1082;&#1080; &#1091;&#1084;&#1085;&#1099;&#1093;
case 'stats':
$q = @mysql_query("select * from `".$px.$utable."` where ci='".$ci."' order by vposts   desc limit 10;");
print "&#1044;&#1077;&#1089;&#1103;&#1090;&#1082;&#1072; &#1089;&#1072;&#1084;&#1099;&#1093; &#1091;&#1084;&#1085;&#1099;&#1093;:<br/>";
while($arr = @mysql_fetch_array($q)) {
++$i; print "<b>$i.</b>".$arr['login']." - ".$arr['vposts']."<br/>"; }
break;
//&#1088;&#1077;&#1078;&#1080;&#1084; &#1089;&#1072;&#1084;&#1099;&#1093; &#1088;&#1072;&#1079;&#1075;&#1086;&#1074;&#1086;&#1088;&#1095;&#1080;&#1074;&#1099;&#1093;
case '10top':
$q = @mysql_query("select * from `".$px.$utable."`where ci='".$ci."' order by posts desc limit 10;");
print "&#1044;&#1077;&#1089;&#1103;&#1090;&#1082;&#1072; &#1089;&#1072;&#1084;&#1099;&#1093; &#1088;&#1072;&#1079;&#1075;&#1086;&#1074;&#1086;&#1088;&#1095;&#1080;&#1074;&#1099;&#1093;:<br/>";
while($arr = @mysql_fetch_array($q)) {
++$i; print "<b>$i.</b>".$arr['login']." - ".$arr['posts']."<br/>"; }
break;
//&#1087;&#1086; &#1091;&#1084;&#1086;&#1083;&#1095;&#1072;&#1085;&#1080;&#1102;
default:
print "&#1063;&#1080;&#1089;&#1083;&#1086; &#1087;&#1072;&#1088;&#1085;&#1077;&#1081;: ".@mysql_num_rows($q1)." <br/>";
print "&#1063;&#1080;&#1089;&#1083;&#1086; &#1076;&#1077;&#1074;&#1091;&#1096;&#1077;&#1082;: ".@mysql_num_rows($q2)." <br/>";
print "<a href=\"statistic.php?ci=$ci&amp;id=$id&amp;pass=$pass&amp;mod=admins\">&#1040;&#1076;&#1084;&#1080;&#1085;&#1099;</a><br/>";
print "<a href=\"statistic.php?ci=$ci&amp;id=$id&amp;pass=$pass&amp;mod=moders\">&#1052;&#1086;&#1076;&#1077;&#1088;&#1099;</a><br/>";
print "<a href=\"statistic.php?ci=$ci&amp;id=$id&amp;pass=$pass&amp;mod=killers\">&#1050;&#1080;&#1083;&#1083;&#1077;&#1088;&#1099;</a><br/>";
print "<a href=\"statistic.php?ci=$ci&amp;id=$id&amp;pass=$pass&amp;mod=shpion\">&#1064;&#1087;&#1080;&#1086;&#1085;&#1099;</a><br/>";
print "<a href=\"statistic.php?ci=$ci&amp;id=$id&amp;pass=$pass&amp;mod=topmoder\">&#1042;&#1099;&#1089;&#1096;&#1080;&#1077; &#1084;&#1086;&#1076;&#1077;&#1088;&#1099;</a><br/>";
print "<a href=\"statistic.php?ci=$ci&amp;id=$id&amp;pass=$pass&amp;mod=10top\">10 &#1058;&#1086;&#1087;</a><br/>";
print "<a href=\"statistic.php?ci=$ci&amp;id=$id&amp;pass=$pass&amp;mod=stats\">10 &#1059;&#1084;&#1085;&#1080;&#1082;&#1086;&#1074;</a><br/>";
break;
}
if($mod)
print "<br/><a href=\"statistic.php?ci=$ci&amp;id=$id&amp;pass=$pass\">&#1057;&#1090;&#1072;&#1090;&#1080;&#1089;&#1090;&#1080;&#1082;&#1072;</a><br/>";
if($room)
print "<a href=\"room.php?ci=$ci&amp;id=$id&amp;pass=$pass&amp;room=$room\">&#1042; &#1095;&#1072;&#1090;</a><br/>";
else
print "<a href=\"enter.php?ci=$ci&amp;id=$id&amp;pass=$pass\">&#1055;&#1088;&#1080;&#1093;&#1086;&#1078;&#1072;&#1103;</a><br/>";
        } else { print $lang['not_loged']; }
//&#1088;&#1072;&#1079;&#1088;&#1099;&#1074;&#1072;&#1077;&#1084; &#1089;&#1086;&#1077;&#1076;&#1080;&#1085;&#1077;&#1085;&#1080;&#1077; &#1089; &#1073;&#1072;&#1079;&#1086;&#1081;
@mysql_close();
print '</p>'.
'</card>'.
'</wml>';
ob_end_flush();
?>