Here's a very minor bug in vbstopforumspam.php
Database error in vBulletin 3.8.2:
Invalid SQL:
SELECT * FROM vb3_vbstopforumspam_log AS logs
ORDER BY
ip ASC, date DESC
LIMIT 0, 15;
MySQL Error : Unknown column 'ip' in 'order clause'
Error Number : 1054
Request Date : Monday, January 25th 2010 @ 04:50:55 PM
Error Date : Monday, January 25th 2010 @ 04:50:56 PM
Script :
http://myforums.com/forums/admincp/v...erby=ip&page=1
Referrer :
http://myforums.com/forums/admincp/v...am.php?do=view
IP Address : xx.xxx.xxx.x
Username : webmaster
Classname : vB_Database
MySQL Version : 5.1.30
The column-name reference in this query should be to "ipaddress" and NOT to "ip". I fixed it here. But it should be fixed in the released code too.