I found a bug, but I'm not sure how to fix it or even if it's fixable. If a user has an apostrophe in their user name, SQL gives an error when they try to insert into the database. Example:
Code:
Database error in vBulletin 3.0.1:
Invalid SQL:
INSERT INTO local_linksdownloads (linkid, linkurl, username, userid,
userip, userbrowser, usertime)
VALUES (
'54',
'http://www.geocities.com/Area51/Corridor/2298/index.html',
'Strategos' Risk',
'290',
'12.72.192.151',
'Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; AT&T CSM6.0)',
1087061901
)