Mine actually has an error too, now that I manually opened the page an found it:
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT COUNT(post.dateline) AS postcount, post.userid, user.username
FROM post AS post
LEFT JOIN user AS user ON (post.userid = user.userid)
WHERE dateline > 1167662990 AND user.usergroupid IN ()
GROUP BY userid ORDER BY postcount DESC LIMIT 10;
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 ')
GROUP BY userid ORDER BY postcount DESC LIMIT 10' at line 4
Error Number : 1064
Date : Tuesday, January 2nd 2007 @ 07:49:50 AM
Script :
http://stupidworld.net/misc.php?do=topposters
Referrer :
IP Address : 7**********
Username : ****
Classname : vB_Database
Any ideas how I fix this? Thanks for your help!