The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Delete mass users
i have got spammed and i want delete mass of user with the same mails in one time , when i search user by mail i got result by all users i want to deleted , but it required to delete user one by one , is it any way to delete all user in one time
regards |
#2
|
||||
|
||||
Perhaps you can isolate those users in the "Prune / Move Users" search?
|
#3
|
|||
|
|||
"Prune / Move Users" i can't filter users by mail , so i can't use this to isolate them
|
#4
|
||||
|
||||
You can order the results by email...and it might not be a simple 1 or 2 step process, but it shouldn't be too bad.
Or, what you can do is run a manual SQL query to mass move all users having a particular email into a special usergroup you create for this purpose: Code:
UPDATE user SET usergroupid = X WHERE email LIKE '%@spam.com%' After the query, all the spammers will be in the same usergroup, and you can prune them by that group. |
Благодарность от: | ||
bazookajoe |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|