Beispiel #1
0
<?php

if (!defined('IS_SITE_ADMIN')) {
    header('Location: /404.php');
    exit;
}
$cnt = users::CountAll();
require_once $_SERVER['DOCUMENT_ROOT'] . '/classes/payed.php';
require_once $_SERVER['DOCUMENT_ROOT'] . '/classes/account.php';
$pro = payed::CountPro();
$DB = new DB('master');
?>

<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
	<td align="left"><strong>Статистика</strong></td>
	<td align="right"><a href="/siteadmin/stats/charts.php">График</a></td>
</tr>
</table>


<br><br>
<?php 
$mFull = true;
require_once 'top_menu.php';
?>
<br><br>

<table width="100%" border="1" cellspacing="2" cellpadding="2" class="brd-tbl">
<tr>
	<td>Активно PRO (Всего разных юзеров в PRO (за все время))</td>