wizardsolutions
14 Mar 2007, 01:56
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:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
It seems to be working for the most part, but I can't seem to get the password and email. I thought I could use the following, but it's not working. The username is fine.
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Another problem: Where should I put my extra database code so that it only gets submitted when the initial form information is inputed correctly?
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?
Right now I have my insert code under the following code at the end:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
It seems to be working for the most part, but I can't seem to get the password and email. I thought I could use the following, but it's not working. The username is fine.
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Another problem: Where should I put my extra database code so that it only gets submitted when the initial form information is inputed correctly?
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?