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']);