View Full Version : Delete users in bulk
Powlo
02-19-2009, 09:40 AM
Ive just done a user search using mail.ru as the search field and i have some 89-90 members with that address, obviously they are all bot generated so i want to delete them all but i'm wondering if there is a way of deleteing them all in one go rather than one at a time.
bananalive
02-19-2009, 11:35 AM
Be careful running sql queries but you would want something like this:
DELETE FROM vb_user WHERE email='%@mail.ru'
(you might need to change table prefix)
Lynne
02-19-2009, 03:40 PM
Just my two cents, but I have several valid users using that mail extension.
Dismounted
02-20-2009, 04:13 AM
Be careful running sql queries but you would want something like this:
DELETE FROM vb_user WHERE email='%@mail.ru'
(you might need to change table prefix)
There is more to a removing user than just removing that row. You should use a SELECT query to find all the IDs, then use the User Data Manager to delete the user.
jesusdlg
05-31-2010, 05:36 PM
Hi Dismounted,
Will you share the proper query in order to do this?
I also want to delete all users with mail.ru from my vbulletin forum.
Thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.