The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
PHP vBulletin ACL Integration
Hi All, I am trying to print a user's login name from a PHP script or redirect them to the vBulletin login page so that vBulletin is the central authorization database. Nothing fancy:
Code:
<?php $vb = new vbulletin(); //* this isn't real, i know, but it's what i'm looking for or something similar if ( $loggedIn ) { print $userName; } else { header( "Location: ...login url..." ); } ?> |
#2
|
||||
|
||||
PHP Code:
its a place to start. |
#3
|
|||
|
|||
Much appreciated, thank you.
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|