Hi Guys,
My forums were recently hacked into and the little (*^*&% randomly deleted fields from various tables in the database. I've managed to fix most of the errors but there's one popping up occasionally that I don't understand. The error message is as follows:
Database error in vBulletin: Invalid SQL:
SELECT
session.userid AS sessionuserid,
post.*,post.username AS postusername,post.ipaddress AS
ip,user.*,userfield.*,icon.title as icontitle,icon.iconpath,
attachment.attachmentid,attachment.filename,attachment.visible AS
attachmentvisible,attachment.counter
,avatar.avatarpath,NOT ISNULL(customavatar.avatardata) AS
hascustomavatar,customavatar.dateline AS avatardateline
FROM
post
LEFT JOIN icon ON icon.iconid=post.iconid
LEFT JOIN user ON user.userid=post.userid
LEFT JOIN userfield ON userfield.userid=user.userid
LEFT JOIN avatar ON avatar.avatarid=user.avatarid
LEFT JOIN customavatar ON customavatar.userid=user.userid
LEFT JOIN attachment ON attachment.attachmentid=post.attachmentid
LEFT JOIN session ON (session.userid = user.userid
AND session.userid > 0
AND user.invisible = 0
AND session.lastactivity>996096408)
WHERE
post.postid IN (0,314,318,319)
ORDER BY dateline
mysql error: Got error 28 from table handler
mysql error number: 1030
Date: Wednesday 25th of July 2001 05:41:48 PM
Script: /forums/upload/showthread.php?threadid=105
Does anyone have any ideas?
Thanks
My forums were recently hacked into and the little (*^*&% randomly deleted fields from various tables in the database. I've managed to fix most of the errors but there's one popping up occasionally that I don't understand. The error message is as follows:
Database error in vBulletin: Invalid SQL:
SELECT
session.userid AS sessionuserid,
post.*,post.username AS postusername,post.ipaddress AS
ip,user.*,userfield.*,icon.title as icontitle,icon.iconpath,
attachment.attachmentid,attachment.filename,attachment.visible AS
attachmentvisible,attachment.counter
,avatar.avatarpath,NOT ISNULL(customavatar.avatardata) AS
hascustomavatar,customavatar.dateline AS avatardateline
FROM
post
LEFT JOIN icon ON icon.iconid=post.iconid
LEFT JOIN user ON user.userid=post.userid
LEFT JOIN userfield ON userfield.userid=user.userid
LEFT JOIN avatar ON avatar.avatarid=user.avatarid
LEFT JOIN customavatar ON customavatar.userid=user.userid
LEFT JOIN attachment ON attachment.attachmentid=post.attachmentid
LEFT JOIN session ON (session.userid = user.userid
AND session.userid > 0
AND user.invisible = 0
AND session.lastactivity>996096408)
WHERE
post.postid IN (0,314,318,319)
ORDER BY dateline
mysql error: Got error 28 from table handler
mysql error number: 1030
Date: Wednesday 25th of July 2001 05:41:48 PM
Script: /forums/upload/showthread.php?threadid=105
Does anyone have any ideas?
Thanks
Comment