The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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:
|