To get rid of the double boxes use this verison
1. Login to your vb-cp
2. Under vba cmps click "add module"
3. Select "Template"
4. Fill in module title, can be anything
5. Fill in template to include: adv_portal_vBiSpy
6. Select style you want to install.
7. Paste the following in template content:
Code:
<tr>
<td class="$bgclass">
<if condition="is_browser('opera')">
<table class="tborder" cellpadding="0" cellspacing="0" border="0" width="100%" align="center" id="spy_table">
<tr><td colspan="4" class="tcat smallfont" align="left" style="height:25px;"><strong>» <a href="/forum/live.php"></a></strong></td></tr>
<tr><td width="20" class="tcat" nowrap="nowrap" style="height:25px;"> </td>
<td class="tcat" width="190" nowrap="nowrap" style="height:20px;">By</td>
<td class="tcat" width="80%" style="height:20px;">Thread/Post</td>
<td class="tcat" width="200" nowrap="nowrap" style="height:20px;">Forum
</tr>
<tr><td colspan="4" class="alt1">
<div id="row1" style="display:none;"></div>
<div id="row2" style="display:none;"></div>
<div id="row3" style="display:none;"></div>
<div id="row4" style="display:none;"></div>
<div id="row5" style="display:none;"></div>
<div id="row6" style="display:none;"></div>
<div id="row7" style="display:none;"></div>
<div id="row8" style="display:none;"></div>
<div id="row9" style="display:none;"></div>
<div id="row10" style="display:none;"></div>
</td></tr>
</table>
<else />
<table class="tborder" cellpadding="6" cellspacing="0" border="0" width="100%" align="center" id="spy_table">
<thead>
<a href="/forum/live.php"></a>
<tr align="center"><td class="thead" width="20"> </td><td class="thead" width="190">By</td><td class="thead">Thread/Post</td><td class="thead" width="190">Forum</td></tr>
</thead>
<tbody class="alt1">
<tr id="row1"><td align="center"> </td><td> </td><td> </td><td align="center"> </td></tr>
<tr id="row2"><td align="center"> </td><td> </td><td> </td><td align="center"> </td></tr>
<tr id="row3"><td align="center"> </td><td> </td><td> </td><td align="center"> </td></tr>
<tr id="row4"><td align="center"> </td><td> </td><td> </td><td align="center"> </td></tr>
<tr id="row5"><td align="center"> </td><td> </td><td> </td><td align="center"> </td></tr>
<tr id="row6"><td align="center"> </td><td> </td><td> </td><td align="center"> </td></tr>
<tr id="row7"><td align="center"> </td><td> </td><td> </td><td align="center"> </td></tr>
<tr id="row8"><td align="center"> </td><td> </td><td> </td><td align="center"> </td></tr>
<tr id="row9"><td align="center"> </td><td> </td><td> </td><td align="center"> </td></tr>
<tr id="row10" class="spyfade4"><td align="center"> </td><td> </td><td> </td><td align="center"> </td></tr>
</tbody>
</table>
</if>
<input type="checkbox" id="subscribe" value="1" /> Click for subscribed threads only!
</td>
</tr>
8 Change "live.php" in the code above to "vaispy.php" or whatever you change the name to.
to view an example of this code working go to
http://keyhunterz.com