I've made a couple of useful (to me, anyway) tweaks for this hack. If you replace:
PHP Code:
<td><a href="http://www.vbulletin.org/" target="_blank">vBulletin.org Search</a></td>
with:
PHP Code:
<td><a href="https://vborg.vbsupport.ru/search.php?s=$session[sessionhash]&action=getnew"" target="_blank">vBulletin.org Search</a></td>
and replace:
PHP Code:
<td><a href="http://www.vbulletin.com/" target="_blank">vBulletin.com Search</a></td>
with:
PHP Code:
<td><a href="http://www.vbulletin.com/forum/search.php?do=getnew" target="_blank">vBulletin.com Search</a></td>
you can search for any new posts by just clicking on the link.