The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have the 3.5.1 version of the forums setup for my website. I also have a custom member system on my site, and I am trying to make a the registration process easier for my members, so they can register for both the site and forums with one form.
Can someone tell me exactly what registration data is required to register for the forums so I can code it into my current site registration? Thank you. Anyone? Please help. All I need is to know what data to collect so the vbulletin registration will function properly being registered from a custom form. |
#2
|
|||
|
|||
![]()
I have the same issue, and I have seen about 20 others on here with the same question...not one has an answer? Is it that difficult to accomplish or has just nobody been successful at it?
|
#3
|
|||
|
|||
![]()
It's not quite smart to turn both registration system follow vbulletin. Edit your CMS and make it switch between third party. I will use just functions to explain my concept, and the codes you have to write your own.
PHP Code:
Under vblogin() function all you have to do is: - Connect to vbulletin database - Encrypt the password using this algorithm: md5(md5($password). $salt) - In the algorithm, $password is the password the user entered on the form. And salt is the data from vbulletin user's table. - If the password and user matches register the session and the user is logged in. You can also check vbulletin's session data to see if an user is already logged in or not :banana: |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|