i want to the spammers so what i did is ban all users with zero postcount.
now, i couldn't unban user in admin. it say : couldn't find user
please kindly advice.
corrected the query.
Code:
UPDATE xf_user SET is_banned = '1' WHERE xf_user.message_count = 0;
now, i couldn't unban user in admin. it say : couldn't find user
please kindly advice.
corrected the query.
Last edited: