The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hey guys,
I'm registering users in the DB from our own application when the user chooses to activate their forum account. What I need, is an either redirection page to login or a way to POST via jQuery to login the user with their username and password hash. I tried using... Code:
jQuery.post("http://forum..com/auth/login", { 'vb_login_username': log, 'password': '', 'vb_login_md5password': pwd, 'vb_login_md5password_utf': pwd, 'url': "aHR0cDovL2ZvcnVtLmdhbWluZ2dyaWRzLmNvbQ==" }); setTimeout(function(){ window.open("http://forum..com/"); }, 1000); |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|