The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
[sql]SELECT SUM(replycount) AS posts, SUM(threadcount) AS threads FROM forum WHERE displayorder != 0 AND (options & 1)[/sql]
[sql]SELECT COUNT(*) AS members FROM user[/sql] You can also use the datastore: [sql]SELECT data FROM datastore WHERE title = 'userstats'[/sql] Unserialize this and use the array-key numbermembers. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|