PDA

View Full Version : Is this a HCKER?


vB3Dev.Com
Wed 3rd Sep '03, 10:36pm
Is this a hack attempt or what is it?

Invalid SQL:
SELECT NOT ISNULL(deletionlog.primaryid) AS isdeleted, deletionlog.userid AS del_userid,
deletionlog.username AS del_username, deletionlog.reason AS del_reason,

thread.*
FROM thread AS thread
LEFT JOIN deletionlog AS deletionlog ON (deletionlog.primaryid = thread.threadid AND deletionlog.type = 'thread')


WHERE thread.threadid = 301

mysql error: Can't open file: 'thread.MYI'. (errno: 145)

mysql error number: 1016

Date: Wednesday 03rd of September 2003 07:29:11 PM
Script: http://www.politicsforum.com/forum/report.php?p=2606
Referer:
Username: Unregistered
IP Address: 64.68.82.31

MUG
Wed 3rd Sep '03, 10:39pm
No, it is not a HCKER. :rolleyes:

Cary
Wed 3rd Sep '03, 10:55pm
You've got a corrupted table. Run the following query on your database:
REPAIR TABLE thread;

vB3Dev.Com
Wed 3rd Sep '03, 11:06pm
I already did that but the thing is, 8 threads vanished after I got 8 errors like this one with different thread ids in them.

Anyway, I am getting a bit tired of all this table corruption stuff with vB3

vB3Dev.Com
Wed 3rd Sep '03, 11:13pm
and all 8 threads had the same unregistered user with same ip and all took place one after another.

Steve Machol
Wed 3rd Sep '03, 11:28pm
This is the same MySQL 4 bug that we've been living with for months. Supposedly they have finally found the fix for this and it will be in the next version.

cirisme
Thu 4th Sep '03, 7:38pm
I downgraded to MySQL 3...too many corruptions for my taste.