$logouthash = md5($userid . $salt . $license);
$logouthash = sha1($userid . sha1($salt) . sha1(COOKIE_SALT));
$logouthash = $vbulletin->userinfo['securitytoken_raw'];