The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
Hi
I am trying to log a user in to the forums installed on my site using a login page from my own site. Basically I want user to be able to sign in to my site using my own sign in mechanism and at the same time log them into the forums. I have included the following code in my signIn.php script: Code:
define('VB_AREA','Forum'); require(ROOT_ADDRESS . '/forums/includes/functions_login.php'); define('CWD','/usr/local/apache/htdocs/forums'); require(ROOT_ADDRESS . '/forums/includes/init.php'); echo verify_authentication($formValues['alias'], $formValues['password'], "", "", true, true); VB_AREA or THIS_SCRIPT must be defined to continue Fatal error: Call to undefined function verify_authentication() in /usr/local/apache/htdocs/signIn.php on line 83 My signIn.php script is not located within the VBulletin forums (forums) directory does it need to be? Is there anything else that i am doing wrong or should know? Thanks |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|