The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Registration files / Integration?
Where in register.php does the it send the registration information to the DB?
I'm trying to make it so that when someone registers to my forum, it also registers them to my PHP based game so that their accounts are linked, but I can't find where the code I need is. Help? |
#2
|
|||
|
|||
Around line 210 there's a section that starts:
Code:
// ############################### start add member ############################### if ($_POST['do'] == 'addmember') { There's a hook register_addmember_process that happens just before the data is sent to the database and register_addmember_complete that happens nearer to the end, if you're looking for a hook to use. Note that if you have new members moderated or use email confirmation, the member will be in the moderated group and/or email won't be confirmed yet at that point. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|