Quote:
Originally Posted by Lynne
This is the basic syntax:
PHP Code:
chdir ('/path/to/your/forums');
require_once('./global.php');
|
Thanks for help me!
I've another question.
How can I acess the vbulletin session?!
I would like to catch the username to print in the page, but when I use $vbulletin->userinfo['username']; the response is "User not register" and the UserId is 0.
What's happening? Why I can't catch my username?
thanks again!!