y'all need to fix this:
Code:
Database error in vBulletin 3.6.8:
Invalid SQL:
select s.*, u.username, u.usergroupid from vbshout s
left join vbuser u on (u.userid = s.s_by)
order by s.sid desc limit;
MySQL Error : You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near '' at line
3
Error Number : 1064
Date : Monday, May 19th 2008 @ 01:44:07 PM
Script : http://www.__________.com/vbshout.php?
Referrer :
IP Address : 38.99.13.122
Username : Unregistered
Classname : vB_Database
note it's trying to utilize a query requiring a USER ID on a username of UNREGISTERED.