vBulletin v6.0.4

vB_Request_Web extends vB_Request
in package

Table of Contents

Constants

COOKIE_SALT  = "OmrGuEyxxgTOo4oXhwI6C6GR47iqYgwwn"

Properties

$COOKIE_SALT  : mixed

Methods

__construct()  : mixed
getScriptPath()  : mixed
getVbHttpHost()  : mixed
getVbUrlBasePath()  : mixed
getVbUrlClean()  : mixed
getVbUrlPath()  : mixed
getVbUrlQuery()  : mixed
getVbUrlQueryRaw()  : mixed
getVbUrlScheme()  : mixed
getVbUrlWebroot()  : mixed
setCookieSalt()  : mixed
Overrides the default cookie salt. Required for vB Cloud.
stripSessionhash()  : string
Strips out the s=gobbledygook& rubbish from URLs Extracted from vB_Input_Cleaner

Constants

public mixed COOKIE_SALT = "OmrGuEyxxgTOo4oXhwI6C6GR47iqYgwwn"

Properties

public static mixed $COOKIE_SALT = "OmrGuEyxxgTOo4oXhwI6C6GR47iqYgwwn"

Methods

__construct()

public __construct() : mixed

getScriptPath()

public getScriptPath() : mixed

getVbHttpHost()

public getVbHttpHost() : mixed

getVbUrlBasePath()

public getVbUrlBasePath() : mixed

getVbUrlClean()

public getVbUrlClean() : mixed

getVbUrlPath()

public getVbUrlPath() : mixed

getVbUrlQuery()

public getVbUrlQuery() : mixed

getVbUrlQueryRaw()

public getVbUrlQueryRaw() : mixed

getVbUrlScheme()

public getVbUrlScheme() : mixed

getVbUrlWebroot()

public getVbUrlWebroot() : mixed

setCookieSalt()

Overrides the default cookie salt. Required for vB Cloud.

public static setCookieSalt(string $salt) : mixed
Parameters
$salt : string

stripSessionhash()

Strips out the s=gobbledygook& rubbish from URLs Extracted from vB_Input_Cleaner

public static stripSessionhash(mixed $string) : string
Parameters
$string : mixed
Return values
string

        
On this page

Search results