The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I am working on a script that needs to check to see if a username that a person types in is a valid user registered on the forums. Is there an easy way to do this?
Edit: oops, should have been in general modification discussion. |
#2
|
||||
|
||||
![]()
*moved*
well, the easy way is to do a query on the usertable, seraching for a user with that username, and if the query returns anything, then it's valid ![]() [sql]SELECT userid FROM user WHERE username = 'username here'[/sql] |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|