Log in

View Full Version : Logout link on external page


Chrissicom
09-14-2005, 07:13 AM
I am using 4images together with vBulletin 3.5.0 RC 3 in the same database and logging in works without problems. But the new hashing system prevents users from properly logging out through 4images because the new logout link => login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash] ...tells 4images a variable $$bbuserinfo[... which it doesn't know of course. The old link with u=123 was less complicated and could be easily implemented on any external page. Can anyone tell me how to put a logout link on an external page now? Thanks for any advice in advance!

Chrissicom
09-15-2005, 09:11 PM
no one any idea? :( *bump*

hansenits
01-25-2006, 08:55 PM
i am after the code for a logout link as well. did you figure this one out?

Logikos
01-25-2006, 10:47 PM
If you include the global.php file you should be able to have those correct variables. :)

MariaCM1
04-12-2006, 05:40 PM
I have my global.php included and my external login works fine but I can't seem to make my logout link working, I've tried a lot of option but $bbuserinfo[logouthash] doesn't seem to be populating, it just stays static.

Could someone please assist with a solution, I've looked everywhere...