This is a great hack and it's running fine on my site with vb 3.6.4 and vBadvanced CMPS v2.2.1.
I'm wondering if some of you are having the same problem that I did when I first installed, when I downloaded the zipped module files from the different locations on this thread. I don't know why, but there was a lot of garbage code in the beginning when I unzipped, that I didn't notice at first. When I copied the code from within the posts instead, it worked fine for me.
Code:
<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/vaispy.php">Live Forum Updates</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>
<tr><td colspan="4" class="tcat smallfont" align="left" colspan="4"><strong>» <a href="/forum/vaispy.php">Live Forum Updates</a></strong></td></tr>
<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" /> subscribed theads only";}";}
I don't know if this helps or not, but I thought I'd share what made it work for me.
Also, someone asked about server load. I haven't noticed that, HOWEVER I have noticed that it makes my "page views" through the roof on my server logs, so I exclude vaispy.php from my reports to get a more accurate picture of actual human page views.