vBulletin 3.5 Logout vBulletin 3.5 Logout
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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.