mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-08-24 20:17:13 +00:00
Update newsbox2.tpl
This commit is contained in:
@@ -1,4 +1,11 @@
|
|||||||
<h5><img src="img/en/t2/newsbox2.gif" alt="newsbox 2"></h5>
|
<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">
|
<div class="news">
|
||||||
<b><center>TravianX</center></b>
|
<b><center>Online Users: <?php echo $online ?> </center></b>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user