Hi there appears to be a bug in this in that characters are not escaped properly, specifically the apostrophe '''.
I get the following SQL errors for people who have apostrophe's in their name.
PHP Code:
SELECT userid, username, autoresponder, autorespondertext, autorespondertitle, autorespondersig, autorespondertotime, autoresponderccactive, autoresponderccuser, lastactivity
FROM vb_user
WHERE ((autoresponder = 1 OR autoresponder = 2) AND (username LIKE 't'onion' OR username LIKE ''));
Could this be sorted quickly as it's generating errors on my board and it's a great mod.