2009-05-07, 01:47 PM
(This post was last modified: 2009-05-08, 12:08 PM by flash.tato.)
I received a MP from a person asking to put a header in table.
You can do that yourself, replace the current table with this code:
Then into xspy.php find:
Replace it with:
So less bytes will be sent.
New version uploaded to MyBB Mods with some very minor adjustment.
Waiting for approvation
You can do that yourself, replace the current table with this code:
<table border="0" cellspacing="1" cellpadding="4" class="tborder" style="clear: both;">
<tr>
<td colspan="8" class="thead"><b>xSpy</b></td>
</tr>
<tr>
<td colspan="3" width="20%" class="tcat"><b>Author</b></td>
<td width="30%" class="tcat"><b>Subject</b></td>
<td width="30%" class="tcat"><b>Post</b></td>
</tr>
<tbody id="xSpy_log">
</tbody>
</table>
Then into xspy.php find:
echo "<tr><td colspan=\"3\" class=\"trow1\" width=\"20%\">{$username}</td><td class=\"trow1\" width=\"30%\">{$t['subject']}</td><td class=\"trow1\" width=\"30%\">{$link}</td></tr>";
Replace it with:
echo "<tr><td colspan=\"3\" class=\"trow1\">{$username}</td><td class=\"trow1\">{$t['subject']}</td><td class=\"trow1\">{$link}</td></tr>";
So less bytes will be sent.
New version uploaded to MyBB Mods with some very minor adjustment.
Waiting for approvation