The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#6
|
|||
|
|||
![]() Quote:
Some examples you could run include: [SQL]SELECT * FROM thread WHERE threadid = '5'[/SQL] This will select everything from the thread table, where threadid = 5 [SQL]SELECT username FROM user WHERE userid = '1'[/SQL] This will select the username of a user where his/her's userid = 1 [SQL] UPDATE user SET email = 'fakeemail@fake.com' WHERE userid = '5'[/SQL] This will set a users email address to fakeemail@fake.com where their userid = 5 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|