The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Login Integration (Turning Off Remember Me)
Hi,
I have got some code which logs the users into the site when they sign into my site. This functionality is achieved by using the verify_authentication function as follows: Code:
/*! start the session */ session_start(); define('VB_AREA','Forum'); require('includes/functions_login.php'); require('includes/init.php'); /*! get the signed in member's details*/ $member = getMemberDetails($_SESSION['valid_id']); /*! Log the user into the Vbulletin forums */ verify_authentication($_SESSION['valid_alias'], "", $member['password'], "", true, true); /*! Redirect to another page*/ Have any body got any ideas? Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|