The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Is there a "Login" function similar to the "save"?
I am currently saving registrations externally from vbulletin's register.php using some hacks i found on this site. However, after i save them, they have to login manually. Is there a way i can take the same registration info and then log them in with php before the page reloads? Please help!
|
#2
|
|||
|
|||
Maybe take a look at the following chunk of code in the login.php file and incorporate that into your external registration process:
Code:
if ($_POST['do'] == 'login') { // blah blah } |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|