The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Delete users?
Is there a mod available that allows to mass delete users with a particular name or part of a word in their user name?
|
#2
|
||||
|
||||
Quote:
Or you can do it with a query. To delete all users that have a particular name or part of a word in their user name, first make a backup of your users table and then try this query: Code:
DELETE FROM user WHERE username LIKE '%name%'; |
#4
|
||||
|
||||
Quote:
Or you can also try this. Make a duplicate of your live forum to a test folder/subdomain using a new db and then try the query at the test db first to see how thing will go. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|