The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
On an external page, I want to provide an option to the user to logout.
I was reading through a few articles, and think that all I have to do to logout a user is http://website/login.php?do=logout&l...ogouthashvalue I am definitely including the global.php on top. So with that being executed, how can I retrieve the value that goes into logouthash="logouthashvalue" tx Is this the value that goes into logout? print_r($vbulletin->userinfo['logouthash']); |
#2
|
|||
|
|||
![]()
$logouthash=$vbulletin->userinfo['logouthash'];
|
#3
|
||||
|
||||
![]()
Look what you can find if you searched "logouthash".
PHP Code:
|
#4
|
|||
|
|||
![]()
hehehe Tx Dismounted
I did actually try searching for it. There was too much of information out there that was a bit difficult to parse. |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|