Here you go ...
Quote:
Originally Posted by BirdOPrey5
There is no built in function to mass delete users by email address in any version of vbulletin...
the database queries mentioned in the 3rd post will work just fine...
In phpmyadmin go to your database and run the query:
Code:
delete from user where email like "'%mailru%"
will delete every user with "mailru" in the email address.
But manually running queries can be dangerous!!! 1 little typo and you might end up deleting everyone so before you ever think about doing this make sure you have a backup of your database.
|
Got this from this thread ....
https://vborg.vbsupport.ru/showthread.php?t=152746