If you just want to use the login system on a 3rd party page so users can access with the same account other pages, you may consider turning off the vbulletin template system, saveing lots of sql querys you won't need. I don't want to turn off the hole template system for the forums, just when i include the "global.php" in my scrtipt i thought that may be a switch like define('TEMPLATESYSTEM', false); could exist to switch it off.
But i'm sure i can write a dirty hack to work around the global.php and just include the needed files for the user login. I just wanted to be on the save side and use vbulletin code that gets updated with the forums, now i have to check all the time if it is still secure and working.
|