The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Trouble with logout hash for vB 3.8
Hey guys, I'm having some issues with the logout hash for a customized home page - I'm trying to feed the logout to the vb forum logout page through the following code:
Code:
$logged_user = ($HTTP_COOKIE_VARS["bbuserid"]); $logged_pass = ($HTTP_COOKIE_VARS["bbpassword"]); $license = "<mylicense>"; $logouthash = md5($logged_user . $logged_pass . $license); <a href="../forums/login.php?do=logout&logouthash=$logouthash">Logout</a> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|