mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-08 13:46:09 +00:00
12 lines
319 B
Smarty
12 lines
319 B
Smarty
<h5><img src="img/en/t2/newsbox2.gif" alt="newsbox 2"></h5>
|
|
<?php
|
|
|
|
$online = mysql_num_rows(mysql_query("SELECT * FROM " . TB_PREFIX . "users WHERE " . time() . "-timestamp < (60*10) AND tribe!=0 AND tribe!=4 AND tribe!=5"));
|
|
|
|
|
|
?>
|
|
|
|
<div class="news">
|
|
<b><center>Online Users: <?php echo $online ?> </center></b>
|
|
</div>
|