The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
SQL data created upon registration
Hi, I was wondering if anyone could give me the tables and columns that are affected upon a user registration.
I know that data is added into the fields in the `user` table, but where else is stuff put when a new user registers? Also, how does VB's cookie/session creation and authentication work? I'm trying to integrate my forum and CMS so that if a user logs in the forum, he'd be logged in on the CMS and vice versa... I tried including global.php and checking for $bbuserinfo but all I got was 'NULL' for the contents, also how exactly is this variable created (if I wanted to make the session/cookie in my CMS login script). |
#2
|
|||
|
|||
I managed to figure out how to do the registration page using the datamanager class, my only question now concerns vbulletin's cookie/session authentication.
How would I be able to create a universal session/cookie so that if a user logs into my cms/vbulletin, they would be logged into both the cms and the forums. I've already created the actual code for the login check (username and password sql query), its only a matter of setting the right cookie, using php's setcookie function... im not sure how tricky this would be to make sure it works with the 'remember me' option on/off. Can anyone guide me? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|