<?php include('files/header.php'); ?>
<div id="content-outer">
<div id="content">
<div id="page-heading">
<h1><?php echo $lang_moderator['statistic']; ?></h1>
</div>
<table border="0" width="100%" cellpadding="0" cellspacing="0" id="content-table">
<tr>
<th rowspan="3" class="sized"><img src="files/shared/side_shadowleft.jpg" width="20" height="300" alt="shadow_l"></th>
<th class="topleft"></th>
<td id="tbl-border-top"> </td>
<th class="topright"></th>
<th rowspan="3" class="sized"><img src="files/shared/side_shadowright.jpg" width="20" height="300" alt="shadow_r"></th>
</tr>
<tr>
<td id="tbl-border-left"></td>
<td><div id="content-table-inner">
<div id="table-content">
<p><?php include_once('../functions/statistic.php');
echo '<p><strong>' . $lang_moderator['real_time_data'] . '</strong></p>';
echo '<p> </p>';
echo '<p>'; echo '' . $lang['posts'] . ': '; stat_posts();
echo '<br>';
echo '<br>';
echo '' . $lang['topics'] . ': '; stat_topics();
echo '<br>';
echo '<br>';
echo '' . $lang['categories'] . ': '; stat_categories();
echo '<br>';
echo '<br>';
echo 'User: '; stat_user();
echo '<br>';
echo '<br>';
echo '' . $lang['news'] . ': '; stat_news();
echo '<br>';
echo '<br>';
echo '' . $lang['articles'] . ': '; stat_blog();
echo '<br>';
echo '<br>';
echo '' . $lang['comments'] . ': '; stat_com();
echo '<br>';
echo '<br>';
echo '' . $lang['counter_today'] . ': '; stat_today();
echo '<br>';
echo '<br>';
echo '' . $lang['counter_total'] . ': '; stat_total();
echo '<br>';
echo '<br>';
echo '' . $lang['counter_online'] . ': '; stat_online();
echo '</p></td>';
echo '<td valign="top"><p class="blue">Forum Version</p>';
echo '<p>' . VERSION . '</p></td>';
?></p>
</div>
</div></td>
<td id="tbl-border-right"></td>
</tr>
<tr>
<th class="sized bottomleft"></th>
<td id="tbl-border-bottom"> </td>
<th class="sized bottomright"></th>
</tr>
</table>
<div class="clear"></div>
</div>
<div class="clear"> </div>
</div>
<div class="clear"> </div>
</div>
<?php include('files/footer.php'); ?>