vBulletin 3.5 Logout vBulletin 3.5 Logout
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

vBulletin 3.5 Logout

Started by tgillespie, May 18, 2006, 10:04:43 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tgillespie

The logout function in vbulletin30.inc.php returns an error message "An error occurred while logging out, please click here".

The function in vbulletin30.inc.php is as follows

function logout_page()
{
$this->redirect("/login.php?do=logout&u=". USERID);
}
The correct URL for a vBulletin logout is as follows/login.php?do=logout&logouthash=$bbuserinfo[logouthash]Can anyone help me with finding a way to somehow grab the $bbuserinfo[logouthash] using a query so I can use it in the bridge's logout function. u=". USERID does not work anymore.

Nibbler

It may not be possible to obtain the logout hash externally. You'd need to look through the code and determine how it is implemented.

tgillespie

Well thanks for the help  :-\

Just figured that since its your bridge, you might want to make it work correctly. Guess I'll head over to vBulletin to see if I can find some help.

Nibbler

The bridge is a user contribution (see http://forum.coppermine-gallery.net/index.php?topic=24487.0), and there is nothing I can do to help you codewise since it is commercial software.