The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Processing Logins Externally
I am looking for a slick way of processing logins outside of the forum. What I mean is, I do not wish to have a form that submits to vBulletin. I want to be able to actually processes the login securely and sets the sessions as they should be so that vB recognizes the user once they do get to the forum. I'm actually having pretty good luck setting up the sessions but processing the password correctly has given me a lot of trouble.
Anything already out there in terms of guides to process a username and password and setup any sessions needed the correct way from outside of vB? |
#2
|
|||
|
|||
the password hash is
[minicode]md5( md5($plaintextpassword) . $usersalt);[/minicode] Follow through login.php and see how it processes things, then you'd need to duplicate this yourself. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|