Class to store commonly-used variables
Located in /includes/class_core.php (line 2792)
Alternate IP for the browsing user. This attempts to use various HTTP headers to find the real IP of a user that may be behind a proxy.
Results for specific entries in the datastore.
Results for specific entries in the datastore.
Results for specific entries in the datastore.
The request basepath.
Use for <base>
Results for specific entries in the datastore.
Miscellaneous variables
Bitfield arrays for miscellaneous permissions and options.
Bitfield arrays for miscellaneous permissions and options.
Bitfield arrays for miscellaneous permissions and options.
Bitfield arrays for miscellaneous permissions and options.
Bitfield arrays for miscellaneous permissions and options.
Bitfield arrays for miscellaneous permissions and options.
Bitfield arrays for miscellaneous permissions and options.
Bitfield arrays for miscellaneous permissions and options.
Bitfield arrays for usergroup permissions.
Bitfield arrays for usergroup permissions.
Bitfield arrays for usergroup permissions.
Bitfield arrays for usergroup permissions.
Bitfield arrays for usergroup permissions.
Bitfield arrays for usergroup permissions.
Bitfield arrays for usergroup permissions.
Bitfield arrays for usergroup permissions.
Bitfield arrays for usergroup permissions.
Results for specific entries in the datastore.
Array of data from config.php.
Results for specific entries in the datastore.
Array of do actions that are exempt from checks
Datastore object.
Database object.
Miscellaneous variables
Results for specific entries in the datastore.
Results for specific entries in the datastore.
Array of data that has been cleaned by the input cleaner.
Array of booleans. When cleaning a variable, you often lose the ability to determine if it was specified in the user's input. Entries in this array are true if the variable existed before cleaning.
Results for specific entries in the datastore.
Miscellaneous variables
Input cleaner object.
IP Address of the current browsing user.
Results for specific entries in the datastore.
Results for specific entries in the datastore.
Results for specific entries in the datastore.
Results for specific entries in the datastore.
Results for specific entries in the datastore.
Miscellaneous variables
Results for specific entries in the datastore.
Miscellaneous variables
Results for specific entries in the datastore.
Results for specific entries in the datastore.
Results for specific entries in the datastore.
Results for specific entries in the datastore.
Results for specific entries in the datastore.
The URL of the current page, without anything after the '?'.
The URL of the currently browsed page.
Session object.
Shutdown handler
Miscellaneous variables
Results for specific entries in the datastore.
Results for specific entries in the datastore.
Results for specific entries in the datastore.
Results for specific entries in the datastore.
Miscellaneous variables
The size of the super global arrays.
Miscellaneous variables
Generally the URL of the referring page if there is one, though it is often set in various places of the code. Used to determine the page to redirect to, if necessary.
Results for specific entries in the datastore.
Array of info about the current browsing user. In the case of a registered user, this will be results of fetch_userinfo(). A guest will have slightly different entries.
Results for specific entries in the datastore.
Miscellaneous variables
Similar to the URL of the current page, but expands some items and includes data submitted via POST. Used for Who's Online purposes.
Results for specific entries in the datastore.
Constructor - initializes the nozip system,
and calls and instance of the vB_Input_Cleaner class
Takes the contents of an array and recursively uses each title/data pair to create a new defined constant.
Check if a user has a specific permission
This is intended to replace direct acces to the userinfo['permissions'] array.
For example: $vbulletin->check_user_permission('genericpermissions', 'cancreatetag')
which replaces ($vbulletin->userinfo['permissions']['genericpermissions'] & $vbulletin->bf_ugp_genericpermissions['cancreatetag'])
Fetches database/system configuration
Documentation generated on Tue, 26 Jan 2010 15:15:05 -0600 by phpDocumentor 1.4.3