The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Instead of merging two databases, I'm going to have one signup page (the vbulletin register.php) and insert into the other database from there.
Right now I have my insert code under the following code at the end: Code:
// ############################### start add member ############################### if ($_POST['do'] == 'addmember') { Code:
$emailid = $vbulletin->GPC['email']; $userpwd = $vbulletin->GPC['password']; $username = $vbulletin->GPC['username']; Thanks. *bump I've tried everything and cannot get the password of the user currently signing up. I see $vbulletin->GPC['password'] being used by vbulletin, but why is it not working for me? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|