vBulletin v6.1.0

vBulletin

Table of Contents

Packages

Cache
Search
Utility

Interfaces

vB_Interface_BBCode
vB_Interface_Timenow
vB_Interface_UrlCache
vB_Xml_Node

Classes

vB_Akismet
Class to handle interacting with the Akismet service
vB_Api_Pmchat
vB_Api_Reactions
vB_Api
vB_BbCode_Url
vB_BbCode
vB_BbCodeDataCache
vB_BbCodeHelper
vB_Cache
Cache Handler that caches and retrieves data.
vB_Channel
vB_ChannelPermission
Channel Permissions interface Provides methods used in admincp to read and set channel- specific permissions.
vB_Cleaner
Class to handle and sanitize variables from GET, POST and COOKIE etc
vB_Context
Context Container for information about a context that can be serialized and used as an id to determine whether other data or methods are applicable.
vB_Database_MySQLi
Class to interface with a MySQL 4.1 database
vB_Database
Class to interface with a database
vB_DataManager_Admin
Class to do data save/delete operations for ADMINISTRATORS
vB_DataManager_Constants
Abstract class for Constants
vB_DataManager_Moderator
Class to do data save/delete operations for MODERATORS
vB_DataManager_Prefix
Class to do data save/delete operations for thread prefixes
vB_DataManager_PrefixSet
Class to do data save/delete operations for thread prefix sets
vB_DataManager_RSSFeed
Class to do data save/delete operations for RSS Feeds
vB_DataManager_StyleVar
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarBackground
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarBoolean
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarBorder
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarColor
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarCustom
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarDefn
Class to do data save/delete operations for StyleVarDefinitions.
vB_DataManager_StyleVarDimension
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarFont
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarFontlist
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarImage
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarImageDir
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarMargin
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarNumeric
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarPadding
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarPath
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarSize
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarString
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarTextAlign
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarTextDecoration
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarTextTransform
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_StyleVarURL
Abstract class to do data save/delete operations for StyleVar.
vB_DataManager_Tag
Abstract class to do data save/delete operations for a particular data type (such as user, thread, post etc.)
vB_DataManager_User
Abstract class to do data save/delete operations for a particular data type (such as user, thread, post etc.)
vB_DataManager_Userpic_Avatar
vB_DataManager_Avatar Abstract class to do data save/delete operations for Userpics.
vB_DataManager_Userpic_Filesystem
vB_DataManager_Avatar Abstract class to do data save/delete operations for Userpics.
vB_DataManager_Userpic
vB_DataManager_Avatar Abstract class to do data save/delete operations for Userpics.
vB_DataManager
Abstract class to do data save/delete operations for a particular data type (such as user, thread, post etc.)
vB_Datastore_APC
Class for fetching and initializing the vBulletin datastore from APC
vB_Datastore_Filecache
Class for fetching and initializing the vBulletin datastore from files
vB_Datastore_Memcached
Class for fetching and initializing the vBulletin datastore from a Memcache Server
vB_Datastore_WinCache
Class for fetching and initializing the vBulletin datastore from WinCache
vB_Datastore
Class for fetching and initializing the vBulletin datastore from the database
vB_Entity_CachedUrl
vB_Entity_Datetime
vB_Entity_Paidsubscription
vB_Entity_ScheduleItem
vB_Entity_Styleschedule
vB_Entity_WebManifest
vB_Entity
vB_Exception_404
404 Exception Exception to throw to redirect to a 404 page.
vB_Exception_AdminStopMessage
AdminStopMessage Exception Exception thrown when the Admin should not continue.
vB_Exception_Api_Disabled
Api Exception Exception thrown by API methods
vB_Exception_Api
Api Exception
vB_Exception_Assertor
For use by the db assertor layer to handle errors other than actual database errors (such as badly formatted asserter queries).
vB_Exception_Cache
Content Exception Exception thrown by content item classes and handlers.
vB_Exception_Critical
Critical Exception Exception thrown when the system cannot continue.
vB_Exception_Database
Assertor Exception Exception thrown by assertor classes.
vB_Exception_NodePermission
AccessDenied Exception Thrown whenever an unrecoverable access denied occurs.
vB_Exception_Router
Routing Exception Exception thrown when an error occurs with the router or routing.
vB_Exception_Warning
AccessDenied Exception Thrown whenever an unrecoverable access denied occurs.
vB_Exception
vB Exception Base class for all exceptions.
vB_External_Export_Js
vB_External_Export_Rss_1
vB_External_Export_Rss_2
vB_External_Export_Rss_91
vB_External_Export_Rss
vB_External_Export_Xml
vB_External_Export
vB_FastDS_APC
vB_FastDS
vB_GUID
vB_Image_GD
Image class for GD Image Library
vB_Image_Imagick
Image class wrapper for Imagick PECL library
vB_Image
Class for image processing
vB_Ip
vB_Language
vB_Library_BbCode_Table
THIS CLASS IS A DUPLICATE OF vBForum_BBCodeHelper_Table IN CORE Implementation of table BB code parsing outside of the normal class hierarchy.
vB_Library_BbCode
Stack based BB code parser.
vB_Library_External
vB_Library_External
vB_Library_Filedata
Class to manage FileData. At the moment the only thing it does is to move filedata between the database and filesystem.
vB_Library_Follow
vB_Library_Cron
vB_Library_Reactions
vB_Library
vB_Library_Route
vB_Library
vB_LoginState
vB LoginState enum.
vB_Mail_Queue
Mail queueing class. This class should be accessed as a singleton via fetchInstance()! This class does not actually send emails, but rather queues them to be sent later in a batch.
vB_Mail_Smtp
SMTP Mail Sending Object
vB_Mail
Mail class.
vB_Memcache
This implements an object wrapper for Memcache
vB_Memcached
This implements an object wrapper for Memcached
vB_Node
vB_Notification_Content_GroupByParentid_Comment
vB_Notification_Content_GroupByParentid_ThreadComment
vB_Notification_Content_GroupByParentid
vB_Notification_Content_GroupByStarter_Reply
vB_Notification_Content_GroupByStarter_Subscription
vB_Notification_Content_GroupByStarter
vB_Notification_Content_Quote
vB_Notification_Content_UserMention
vB_Notification_Content
vB_Notification_LikedNode
vB_Notification_Moderator_MonitoredWord
vB_Notification_Moderator_ReportedPost
vB_Notification_Moderator_SpamPost
vB_Notification_Moderator_UnapprovedPost
vB_Notification_Moderator
vB_Notification_PollVote
vB_Notification_UserRelation_SenderAcceptedFollowRequest
vB_Notification_UserRelation_SenderIsfollowing
vB_Notification_UserRelation
vB_Notification_VisitorMessage
vB_Notification
vB_Options_Option_Cmspreviewimagesize
vB_Options_Option_Currencysymbols
vB_Options_Option_Enabledscanner
vB_Options_Option_Globalignore
vB_Options_Option_Imagickpdfthumbnail
vB_Options_Option_Logintype
vB_Options_Option_Sharingtwitterusername
vB_Options_Option_Sitemappath
vB_Options_Option_Useemoji
vB_Options_Option
vB_Page
vB_PageRestore
vB_PermissionContext
vB_Phrase
Phrase Stores a phrasegroup / key pair for deferred rendering.
vB_Products
Class to handle product access and autoinstall
vB_RelatedText_Data
vB_RelatedText_NHighest
vB_RelatedText_NHighest_Heap
vB_RelatedText_Persist
vB_RelatedText_TfIdf
Calculate TfIdf values from a data array and a vocabulary object. This is structured to allow batch processing of data arrays without necesarily considering all of the data records at once, but the all documents need to be processed into the vocabulary object before using it for the transform. The vocabulary object keeps all of the "universe" level statistics in addition to an ordinal to word mapping.
vB_RelatedText_Vocabulary
vB_Request_Api
vB_Request_Cli
vB_Request_Web
vB_Request_WebApi
vB_Request
vB_Search_Core
vB_Session_Api
Class to handle sessions
vB_Session_Cli
Class to handle sessions
vB_Session_Skip
This class replaces the use of SKIP_SESSIONCREATE.
vB_Session_Web
Class to handle sessions
vB_Session_WebApi
This class is used by collapsed interface and behaves exactly as a web session without cookies
vB_Session
Class to handle sessions
vB_Shutdown
Class to handle shutdown
vB_StopForumSpam
Class to handle interacting with the Stop Forum Spam service
vB_Stylevar_Mapper
vB_Systemevent_Item_Content_Notification
vB_Systemevent_Item_Content_RelatedText
vB_Systemevent_Item
vB_Systemevent_Queue
vB_Tags
vB_Template_Runtime
vB_Timer
vB_Types
vB Types Handler Provides methods to convert id's, class names, packages, class string fragments and friendly titles for the framework object types package and contenttype.
vB_Undo_Item_Unsubscribe
vB_Undo_Item
vB_Undo_Log
vB_User
vB_UserContext
vB_UserContext
vB_DomNode
vB_CurlyNode
vB_Utility_Template_Parser_Exception
vB_Utility_Template_Parser_FatalError
vB
The vB core class.
vB_WysiwygHtmlParser
Class to parse the HTML generated by the WYSIWYG editor to BB code.
vB_XML_Builder_Ajax
vB_XML_Builder
vB_Xml_Export_Channel
vB_Xml_Export_Page
vB_Xml_Export_PageTemplate
vB_Xml_Export_Route
vB_Xml_Export_Widget
vB_Xml_Export
vB_Xml_Import_Channel
vB_Xml_Import_Page
vB_Xml_Import_PageTemplate
vB_Xml_Import_Route
vB_Xml_Import_ScreenLayout
vB_Xml_Import_Theme
vB_Xml_Import_Widget
vB_Xml_Import
vB_XML_Parser
vBulletin XML Parsing Object

Traits

vB_Trait_NoSerialize
vB_Utility_Trait_NoSerialize

Constants

ALT_IP  = $altip
ATTACH_AS_DB  = 0
ATTACH_AS_FILES_NEW  = 2
ATTACH_AS_FILES_NEW  = 2
ATTACH_AS_FILES_NEW  = 2
ATTACH_AS_FILES_NEW  = 2
ATTACH_AS_FILES_OLD  = 1
COOKIE_PREFIX  = empty(self::$config['Misc']['cookieprefix']) ? 'bb' : self::$config['Misc']['cookieprefix']
CWD  = substr($cwd, 0, $pos)
DIR  = CWD
IMAGEGIF  = false
IMAGEJPEG  = false
IMAGEPNG  = false
IPADDRESS  = $webip
LOCATION_BYPASS  = 1
REFERRER  = $this->referrer
SCRIPT  = $_SERVER['SCRIPT_NAME']
SCRIPTPATH  = $this->scriptPath
STYLECOUNT  = $counter
SUPPRESS_KEEPALIVE_ECHO  = true
TABLE_PREFIX  = trim(isset(self::$sensitive_config['Database']['tableprefix']) ? self::$sensitive_config['Database']['tableprefix'] : '')
USER_AGENT  = $this->userAgent
VB_ENTRY  = 1
VB_HTTP_HOST  = $this->vBHttpHost
VB_PKG_PATH  = realpath(DIR . '/packages') . '/'
VB_URL  = $vbUrl
VB_URL_BASE_PATH  = $this->vBUrlBasePath
VB_URL_PATH  = $this->vBUrlPath
VB_URL_QUERY  = $this->vBUrlQuery
VB_URL_QUERY_RAW  = $this->vBUrlQueryRaw

Constants

ATTACH_AS_DB

public mixed ATTACH_AS_DB = 0

ATTACH_AS_FILES_NEW

public mixed ATTACH_AS_FILES_NEW = 2

ATTACH_AS_FILES_NEW

public mixed ATTACH_AS_FILES_NEW = 2

ATTACH_AS_FILES_NEW

public mixed ATTACH_AS_FILES_NEW = 2

ATTACH_AS_FILES_NEW

public mixed ATTACH_AS_FILES_NEW = 2

ATTACH_AS_FILES_OLD

public mixed ATTACH_AS_FILES_OLD = 1
public mixed COOKIE_PREFIX = empty(self::$config['Misc']['cookieprefix']) ? 'bb' : self::$config['Misc']['cookieprefix']

CWD

public mixed CWD = substr($cwd, 0, $pos)

DIR

public mixed DIR = CWD

IMAGEGIF

public mixed IMAGEGIF = false

IMAGEJPEG

public mixed IMAGEJPEG = false

IMAGEPNG

public mixed IMAGEPNG = false

IPADDRESS

public mixed IPADDRESS = $webip

LOCATION_BYPASS

public mixed LOCATION_BYPASS = 1

REFERRER

public mixed REFERRER = $this->referrer

SCRIPT

public mixed SCRIPT = $_SERVER['SCRIPT_NAME']

SCRIPTPATH

public mixed SCRIPTPATH = $this->scriptPath

STYLECOUNT

public mixed STYLECOUNT = $counter

SUPPRESS_KEEPALIVE_ECHO

public mixed SUPPRESS_KEEPALIVE_ECHO = true

TABLE_PREFIX

public mixed TABLE_PREFIX = trim(isset(self::$sensitive_config['Database']['tableprefix']) ? self::$sensitive_config['Database']['tableprefix'] : '')

USER_AGENT

public mixed USER_AGENT = $this->userAgent

VB_ENTRY

public mixed VB_ENTRY = 1

VB_HTTP_HOST

public mixed VB_HTTP_HOST = $this->vBHttpHost

VB_PKG_PATH

public mixed VB_PKG_PATH = realpath(DIR . '/packages') . '/'

VB_URL

public mixed VB_URL = $vbUrl

VB_URL_BASE_PATH

public mixed VB_URL_BASE_PATH = $this->vBUrlBasePath

VB_URL_PATH

public mixed VB_URL_PATH = $this->vBUrlPath

VB_URL_QUERY

public mixed VB_URL_QUERY = $this->vBUrlQuery

VB_URL_QUERY_RAW

public mixed VB_URL_QUERY_RAW = $this->vBUrlQueryRaw

        
On this page

Search results