Quote:
Originally Posted by MarsNIIT
Please help me error
Code:
Database error in vBulletin 3.5.0 Release Candidate 3:
Invalid SQL:
SELECT adminlog.*, user.username FROM abc_adminlog
LEFT JOIN abc_user AS user ON (user.userid = adminlog.userid)
ORDER BY adminlogid DESC LIMIT 10;
MySQL Error : Unknown table 'adminlog'
Error Number : 1051
Date : Tuesday, September 13th 2005 @ 04:23:49 AM
Script : http://www.forums.niitvn.info/x_AdminCP/index.php?do=home
Referrer : http://www.forums.niitvn.info/x_AdminCP/index.php?do=nav
IP Address : 58.186.11.53
Username : MarsNIIT
Classname : vb_database
|
Ok, Thanks for letting me know. I think it's a problem with the hack, that only happens when people are using a table prefix. I will take a look at this when I get home and find a fix for it.
Derek