Great hack - but found a bug on one of my threads (and not sure how to even debug or fix it):
Code:
Database error in vBulletin 3.5.0:
Invalid SQL:
SELECT a.*, au.*
FROM award a, award_user au
WHERE (au.userid = ) AND (a.award_id=au.award_id)
ORDER BY au.issue_time;
MySQL Error : You have an error in your SQL syntax near ') AND (a.award_id=au.award_id)
ORDER BY au.issue_time
' at line 4
Error Number : 1064
Date : Sunday, October 16th 2005 @ 11:25:07 AM
Script : http://www.xxxxxx.com/forums/showpost.php?p=6344
Referrer :
IP Address : xxx.x.xx.xxxx
Username : Kaelon
Classname : vb_database
Edit: I've debugged the problem. Apparently, the poster had his account deleted and the post is showing up as coming from an Unregistered user. Thoughts on how we can fix this?