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