Get an error on scan. Found the offending post, but you might want to account for the odd duck who tries to post weird urls.
Also got an error when someone said [img] in their post and then later put an existing [img]http://img.jp[*/img], it tried to insert the following into the database:
Code:
in their post and then later put an existing [img]http://img.jp[*/img]
Code:
Database error in vBulletin 3.6.0:
Invalid SQL:
INSERT INTO vb3_imagestatus VALUES (NULL, 87423, 1510, 'javascript:ShowLarge('/path/to/image.jpg');', '');
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 '');', '')' at line 1
and
Code:
Invalid SQL:
INSERT INTO vb3_imagestatus VALUES (NULL, 99805, 63, 'http://fakemeit'sprobablyaredXyoudope.jpg', '');
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 'sprobablyaredXyoudope.jpg', '')' at line 1