The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#5
|
||||
|
||||
![]()
Without going into too much detail, query the session table's location field. If your forum is in your web root...
Code:
SELECT user.userid, user.username /* , etc */ FROM session LEFT JOIN user USING (userid) WHERE session.location = '/memberlist.php%' |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|