The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|