Here is the html code:
Code
<!--Server Stats -->
<table border="0" cellpadding="0" cellspacing="0" width="216">
<tr><td height="36" colspan="3" style="background:url('http://src.ucoz.com/t/996/8.gif');padding-left:20px;color:#ACC5FF; "><b>Server Stats</b></td></tr>
<tr><td width="26" valign="top" style="background:url('http://src.ucoz.com/t/996/9.gif');"><img src="http://src.ucoz.com/t/996/10.gif" border="0"></td><td width="175" align="left" style="background:url('http://src.ucoz.com/t/996/11.gif');padding:5px;"><iframe src="http://www.game-monitor.com/server-stat.php?ip=72.5.250.33:27015&style=3&text=2EBB00&link=0000FF&back=1D1D59&border=8F9DB4&body=" width="160" height="300" frameborder="0" scrolling="no"></iframe><td> <td width="15" valign="top" style="background:url('http://src.ucoz.com/t/996/12.gif');"><img src="http://src.ucoz.com/t/996/13.gif" border="0"></td></tr>
<tr><td colspan="3"><img src="http://src.ucoz.com/t/996/14.gif" border="0"></td></tr>
</table>
<!--/-->
Now, u need to put this code after %IF($NEWS_SEARCH_FORM$)% right after it ends.
I will show u picture, so by that picture u will figur it out.
here is picture :
K now about online shit:
find on tha page editor as in picture this text %IF($COUNTER$)%
and replace that hole box of counters with this one :
Code
<!-- -->
%IF($COUNTER$)%
<table border="0" cellpadding="0" cellspacing="0" width="216">
<tr><td height="36" colspan="3" style="background:url('http://src.ucoz.com/t/996/8.gif');padding-left:20px;color:#ACC5FF;"><b>Statistics</b></td></tr>
<tr><td width="26" valign="top" style="background:url('http://src.ucoz.com/t/996/9.gif');"><img src="http://src.ucoz.com/t/996/10.gif" border="0"></td><td width="175" align="center" style="background:url('http://src.ucoz.com/t/996/11.gif');padding:5px;">$COUNTER$ $ONLINE_COUNTER$ $ONLINE_USERS_LIST$</td><td width="15" valign="top" style="background:url('http://src.ucoz.com/t/996/12.gif');"><img src="http://src.ucoz.com/t/996/13.gif" border="0"></td></tr>
<tr><td colspan="3"><img src="http://src.ucoz.com/t/996/14.gif" border="0"></td></tr>
</table>
%ENDIF%
<!--/-->