[Help] Adding Banned row to MuWeB 0.7

Status
Not open for further replies.
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:
<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?
 
search in releases autoban script.. there is one there
then just install it and add a link to the module

<a href="index.php?op=banned">Banned Users</a>

something like that
 
Upvote 0
Status
Not open for further replies.
Back