View file menu/stat.php

File size: 2.48Kb
<?php
#############################################
# 0JXRgdC70Lgg0YLRiyDRh9C40YLQsNC10YjRjCDRj #
# dGC0L4g0YHQvtC+0LHRidC10L3QuNC1LCDQt9C90L #
# DRh9C40YIg0YLRiyDQvdC10LzQvdC+0LPQviDQt9C #
#          90LDQtdGI0YwgUEhQIQ==            #
#__---------------------------------------__#
#__        0JrQu9C40Log0JrQu9GD0LE=       __#
#  ---------------------------------------  #
# 0JDQstGC0L7RgCA6IE1vcmdhbg==              #
# SUNRIDog0L3QtSDRgdC60LDQttGDIHhE          #
#                                           #
#############################################

require '../inc/start.php';
require '../inc/regvars.php';
require '../inc/db.php';
require '../inc/config.php';
require '../inc/funct.php';
require '../inc/antidos.php';
require '../inc/gzip.php';
require '../inc/header.php';



only_reg('/aut.php?',true);

if($user_prof['admin']<$config['enable_stat']){location('menu/index.php');}

require '../inc/oper.php';
$my_operator = get_operator($_ip,$_ua);

$title = 'Статистика';
require '../inc/head.php';
echo '<div class="sec">
Статистика
</div><div class="vstavka">
<div class="ad">Всего пользователей : <b>'.get_cache('colusers',"SELECT COUNT(*) FROM `$db[prefix]users`",$config['cache_limit_colusers']).'</b></div>
<div class="ad">Доступно ссылок : <b>'.get_cache('coldost_links').'</b></div>
<div class="ad">Вы перешли по ссылкам : <b>'.$user_prof['trans_from'].'</b> '.postfix($user_prof['trans_from'],'раз','раза','раз').'</div>
<div class="ad">Перешло по вашим ссылкам : <b>'.$user_prof['trans_to'].'</b> '.postfix($user_prof['trans_to'],'раз','раза','раз').'</div>';
if($user_prof['won_credits']>0) echo '<div class="ad">Выиграно в играх : <b>'.$user_prof['won_credits'].postfix($user_prof['won_credits']).'</b></div>';
if($user_prof['lost_credits']>0) echo '<div class="ad">Проиграно в играх : <b>'.$user_prof['lost_credits'].postfix($user_prof['lost_credits']).'</b></div>';
echo '<hr/>
<div class="ad">Ваш браузер : <b>'.$my_operator['name'].'</b>('.$_ua.')</div>
<div class="ad">Ваш IP : <b>'.$_ip.'</b></div>
<br />
';

echo '<hr/>
.<a href="/menu/">Кабинет</a><br />
';



require '../inc/foot.php';

################################################
# 0KHQutGA0LjQv9GCINC90LUg0L/QsNCx0LvQuNC6IQ== #
#   0KHRgtCw0LLRgNC+0L/QvtC70YwsIDIwMDkg0LMu   #
################################################

?>