- Joined
- Apr 16, 2006
- Messages
- 474
- Reaction score
- 71
How can I add banned row to MuWeb 0.7? I know html and a little bit php, but for here's sample:
So how am I suppost to know where these $muweb thingies from? Witch file?
<tr>
<td align="center" background="template/mukorea/images/index_c3_04.gif" height="20" valign="top">
<table width="165" border="0" cellspacing="4" cellpadding="0">
<tr>
<td class="text_statistics2" align="left">Total Accounts <b><? echo($muweb['accounts_reults'][0]); ?></b></td>
</tr>
<tr>
<td class="text_statistics2" align="left">Total Characters <b><? echo($muweb['character_reults'][0]); ?></b></td>
</tr>
<tr>
<td class="text_statistics2" align="left">Total Guilds <b><? echo($muweb['guilds_reults'][0]); ?></b></td>
</tr>
<tr>
<td class="text_statistics2" align="left">Users Connected <b><font color="#00FF00"><? echo($muweb['users_reults'][0]); ?></font> / 100</b></td>
</tr>
So how am I suppost to know where these $muweb thingies from? Witch file?