The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to use vBulletin user database with external PHP scripts?
I would like to use the vBulletin user database with my external PHP scripts. How would I do this?
This is just an example: Code:
<?php include "vBulletin user file(s).php"; if($_SESSION['user_level'] > 0){ echo "Welcome ". $_SESSION['username'] . " , you have logged in"; } else { echo "Please log in (link to vBulletin login page)"; } ?> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|