Update newsbox2.tpl

This commit is contained in:
Shadow
2014-03-02 13:26:07 +02:00
parent 4a658a2c13
commit 078abb4b47
+38 -11
View File
@@ -7,15 +7,42 @@ $online = mysql_num_rows(mysql_query("SELECT * FROM " . TB_PREFIX . "users WHERE
?>
<div class="news">
<b><left>Online Users &nbsp;&nbsp;&nbsp;: <font color="Red"><?php echo $online ?> users</font></left></b></br>
<b><left>Server Speed &nbsp;&nbsp;: <font color="Red"><?php echo ''.SPEED.'x';?></font></left></b></br>
<b><left>Troop Speed &nbsp;&nbsp;&nbsp;&nbsp;: <font color="Red"><?php echo INCREASE_SPEED;?>x</font></left></b></br>
<b><left>Evasion Speed &nbsp;: <font color="Red"><?php echo EVASION_SPEED;?></font></left></b></br>
<b><left>Map Size &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: <font color="Red"><?php echo WORLD_MAX;?>x<?php echo WORLD_MAX;?></font></left></b></br>
<b><left>Village Exp. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: <font color="Red"><?php if(CP == 0){ echo "Fast"; } else if(CP == 1){ echo "Slow"; } ?></font></left></b></br>
<b><left>Beginners Prot. : <font color="Red"><?php echo (PROTECTION/3600);?> hrs</font></left></b></br>
<b><left>Medal Interval &nbsp;&nbsp;: <font color="Red"><?php if(MEDALINTERVAL >= 86400){ echo ''.(MEDALINTERVAL/86400).' Days'; } else if(MEDALINTERVAL < 86400){ echo ''.(MEDALINTERVAL/3600).' Hours'; } ?></font></left></b></br>
<b><left>Server Start : <font color="Red"><?php echo START_DATE;?></font></left></b><br /><br />
<b><u><center>Released by: Shadow</u></b><br />
<b>Visit: <a href="http://forum.ragezone.com/f742/travianz-official-yi12345-bugs-list-952593/">RageZone.com</a></b><br /></center>
<table width="100%" border="0">
<tr>
<td align="left"><b>Online Users</td>
<td>: <font color="Red"><?php echo $online ?> users</font></b></td>
</tr>
<tr>
<td><b>Server Speed</td>
<td>: <font color="Red"><?php echo ''.SPEED.'x';?></font></b></td>
</tr>
<tr>
<td><b>Troop Speed</td>
<td>: <font color="Red"><?php echo INCREASE_SPEED;?>x</font></b></td>
</tr>
<tr>
<td><b>Evasion Speed</td>
<td>: <font color="Red"><?php echo EVASION_SPEED;?></font></b></td>
</tr>
<tr>
<td><b>Map Size</td>
<td>: <font color="Red"><?php echo WORLD_MAX;?>x<?php echo WORLD_MAX;?></font></b></td>
</tr>
<tr>
<td><b>Village Exp.</td>
<td>: <font color="Red"><?php if(CP == 0){ echo "Fast"; } else if(CP == 1){ echo "Slow"; } ?></font></b></td>
</tr>
<tr>
<td><b>Beginners Prot.</td>
<td>: <font color="Red"><?php echo (PROTECTION/3600);?> hrs</font></b></td>
</tr>
<tr>
<td><b>Medal Interval</td>
<td>: <font color="Red"><?php if(MEDALINTERVAL >= 86400){ echo ''.(MEDALINTERVAL/86400).' Days'; } else if(MEDALINTERVAL < 86400){ echo ''.(MEDALINTERVAL/3600).' Hours'; } ?></font></b></td>
</tr>
<tr>
<td><b>Server Start</td>
<td>: <font color="Red"><?php echo START_DATE;?></font></b></td>
</tr>
</table>
</div>