The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hi,
I was told that there is a script that can help me finding usernames in vbulletin's database that has less than 4 characters. Where can I find it? Regards, Rik. |
|
#2
|
||||
|
||||
|
it's just a db query:
[SQL]SELECT userid,username FROM user WHERE LENGTH(username) < 4[/sql] |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|