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:
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?