Hey nice hack..
I get the sql error, on my forum index page
Database error in vBulletin 3.6.5:
Invalid SQL:
SELECT post.postid, post.pagetext, post.userid, post.username, thread.forumid, forum.forumid, forum.title
FROM post as post
LEFT JOIN thread as thread on (post.threadid = thread.threadid)
LEFT JOIN forum as forum on (thread.forumid = forum.forumid)
WHERE thread.forumid not in ()
ORDER BY postid DESC
LIMIT 5;
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 ')
ORDER BY postid DESC
LIMIT 5' at line 5
Error Number : 1064
Date : Thursday, March 22nd 2007 @ 12:42:24 PM
Script : *********************
Referrer :
IP Address : ******************
Username : ******************
Classname : vB_Database
|