[phpBB3] element index

Package indexes

All elements
a b c d e f g h i j k l m n o p q r s t u v w x z _
_
top
Variable $_rootref
template::$_rootref in template.php
Variable $_tpldata
template::$_tpldata in template.php
variable that holds all the data we'll be substituting into
Function _build_hidden_fields
_build_hidden_fields() in functions.php
Little helper for the build_hidden_fields function
Method _chdir
ftp_fsock::_chdir() in functions_transfer.php
Change current working directory (CHDIR)
Method _chdir
ftp::_chdir() in functions_transfer.php
Change current working directory (CHDIR)
Method _check_command
ftp_fsock::_check_command() in functions_transfer.php
Check to make sure command was successful (FTP fsock only function)
Method _chmod
ftp::_chmod() in functions_transfer.php
change file permissions (CHMOD)
Method _chmod
ftp_fsock::_chmod() in functions_transfer.php
change file permissions (CHMOD)
Method _close
ftp::_close() in functions_transfer.php
Close ftp session (CLOSE)
Method _close
ftp_fsock::_close() in functions_transfer.php
Close ftp session (CLOSE)
Method _close_data_connection
ftp_fsock::_close_data_connection() in functions_transfer.php
Closes a connection used to send data
Method _cwd
ftp_fsock::_cwd() in functions_transfer.php
Return current working directory (CWD)
Method _cwd
ftp::_cwd() in functions_transfer.php
Return current working directory (CWD)
Method _delete
ftp_fsock::_delete() in functions_transfer.php
Delete file (DELETE)
Method _delete
ftp::_delete() in functions_transfer.php
Delete file (DELETE)
Function _hash_crypt_private
_hash_crypt_private() in functions.php
The crypt function/replacement
Function _hash_encode64
_hash_encode64() in functions.php
Encode hash
Function _hash_gensalt_private
_hash_gensalt_private() in functions.php
Generate salt for hash generation
Method _init
ftp::_init() in functions_transfer.php
Init FTP Session
Method _init
ftp_fsock::_init() in functions_transfer.php
Init FTP Session
Method _ls
ftp::_ls() in functions_transfer.php
Return list of files in a given directory (LS)
Method _ls
ftp_fsock::_ls() in functions_transfer.php
Return list of files in a given directory (LS)
Method _mkdir
ftp_fsock::_mkdir() in functions_transfer.php
Create Directory (MKDIR)
Method _mkdir
ftp::_mkdir() in functions_transfer.php
Create Directory (MKDIR)
Method _open_data_connection
ftp_fsock::_open_data_connection() in functions_transfer.php
Opens a connection to send data (FTP fosck only function)
Method _parse_is_expr
template_compile::_parse_is_expr() in functions_template.php
parse expression
Method _put
ftp_fsock::_put() in functions_transfer.php
Upload file to location (PUT)
Method _put
ftp::_put() in functions_transfer.php
Upload file to location (PUT)
Method _rename
ftp_fsock::_rename() in functions_transfer.php
Rename File
Method _rename
ftp::_rename() in functions_transfer.php
Rename file
Method _rmdir
ftp_fsock::_rmdir() in functions_transfer.php
Remove directory (RMDIR)
Method _rmdir
ftp::_rmdir() in functions_transfer.php
Remove directory (RMDIR)
Method _send_command
ftp_fsock::_send_command() in functions_transfer.php
Send a command to server (FTP fsock only function)
Method _set_group_hold_ary
Private function snippet for setting a specific piece of the hold_ary
Method _site
ftp::_site() in functions_transfer.php
FTP SITE command (ftp-only function)
Function _sort_last_active
_sort_last_active() in memberlist.php
Method _tpl_include
template::_tpl_include() in template.php
Include a separate template
Method _tpl_load
template::_tpl_load() in template.php
Load a compiled template if possible, if not, recompile it
Method _tpl_load_file
template_compile::_tpl_load_file() in functions_template.php
Load template source from file
Method _xml_depth
jabber::_xml_depth() in functions_jabber.php
_xml_depth()
a
top
Variable $acl
auth::$acl in auth.php
Variable $acl_forum_id
p_master::$acl_forum_id in functions_module.php
Variable $acl_forum_ids
Variable $acl_options
auth::$acl_options in auth.php
Variable $active_module
p_master::$active_module in functions_module.php
Variable $active_module_row_id
p_master::$active_module_row_id in functions_module.php
Variable $addresses
messenger::$addresses in functions_messenger.php
Variable $allowed_extensions
fileupload::$allowed_extensions in functions_upload.php
Variable $allow_flash_bbcode
Variable $allow_img_bbcode
parse_message::$allow_img_bbcode in message_parser.php
Variable $allow_quote_bbcode
Variable $allow_url_bbcode
parse_message::$allow_url_bbcode in message_parser.php
Variable $attachment_data
parse_message::$attachment_data in message_parser.php
Method acl
auth::acl() in auth.php
Init permissions
Method acl_add_option
NOTE: this function is not in use atm
Method acl_cache
auth::acl_cache() in auth.php
Cache data to user_permissions row
Method acl_clear_prefetch
Clear one or all users cached permission settings
Method acl_delete
Remove local permission
Method acl_get
auth::acl_get() in auth.php
Look up an option if the option is prefixed with !, then the result becomes negated
Method acl_getf
auth::acl_getf() in auth.php
Get forums with the specified permission setting if the option is prefixed with !, then the result becomes nagated
Method acl_getf_global
Get local permission state for any forum.
Method acl_gets
auth::acl_gets() in auth.php
Get permission settings (more than one)
Method acl_get_list
Get permission listing based on user_id/options/forum_ids
Constant ACL_GROUPS_TABLE
ACL_GROUPS_TABLE in constants.php
Method acl_group_raw_data
Get raw group based permission settings
Constant ACL_NEVER
ACL_NEVER in constants.php
Constant ACL_NO
ACL_NO in constants.php
Constant ACL_OPTIONS_TABLE
ACL_OPTIONS_TABLE in constants.php
Method acl_raw_data
Get raw acl data based on user/option/forum
Method acl_raw_data_single_user
Get raw acl data based on user for caching user_permissions This function returns the same data as acl_raw_data(), but without the user id as the first key within the array.
Constant ACL_ROLES_DATA_TABLE
ACL_ROLES_DATA_TABLE in constants.php
Constant ACL_ROLES_TABLE
ACL_ROLES_TABLE in constants.php
Method acl_role_data
Get assigned roles
Method acl_set
Set a user or group ACL record
Method acl_set_role
Set a role-specific ACL record
Constant ACL_USERS_TABLE
ACL_USERS_TABLE in constants.php
Method acl_user_raw_data
Get raw user based permission settings
Constant ACL_YES
ACL_YES in constants.php
Constant ACTION_DELETE_MESSAGE
ACTION_DELETE_MESSAGE in functions_privmsgs.php
Constant ACTION_MARK_AS_IMPORTANT
ACTION_MARK_AS_IMPORTANT in functions_privmsgs.php
Constant ACTION_MARK_AS_READ
ACTION_MARK_AS_READ in functions_privmsgs.php
Constant ACTION_PLACE_INTO_FOLDER
ACTION_PLACE_INTO_FOLDER in functions_privmsgs.php
Method additional_checks
filespec::additional_checks() in functions_upload.php
Performing additional checks
Method add_backtrace
smtp_class::add_backtrace() in functions_messenger.php
Add backtrace message for debugging
Method add_custom_file
compress::add_custom_file() in functions_compress.php
Add custom file (the filepath will not be adjusted)
Method add_data
compress::add_data() in functions_compress.php
Add file data
Method add_file
compress::add_file() in functions_compress.php
Add file to archive
Function add_form_key
add_form_key() in functions.php
Add a secret token to the form (requires the S_FORM_TOKEN template variable)
Method add_hook
Add new function to the allowed hooks.
Method add_lang
user::add_lang() in session.php
Add Language Items - use_db and use_help are assigned where needed (only use them to force inclusion)
Function add_log
add_log() in functions.php
Add log event
Method add_mod_info
p_master::add_mod_info() in functions_module.php
Add custom MOD info language file
Method add_to_log
jabber::add_to_log() in functions_jabber.php
Add information to log
Method adjust_url
p_master::adjust_url() in functions_module.php
Appending url parameter to the currently active module.
Method alter_block_array
Change already assigned key variable pair (one-dimensional - single loop entry)
Constant ANONYMOUS
ANONYMOUS in constants.php
valid external constants:
Function append_sid
append_sid() in functions.php
Append session id to url.
Function array_combine
array_combine() in functions.php
A wrapper for the PHP5 function array_combine()
Method assign_block_vars
Assign key variable pairs from an array to a specified block
Method assign_cat_array
Assign category to template
Method assign_display
Display the handle and assign the output to a template variable or return the compiled result.
Method assign_internal_error
fileupload::assign_internal_error() in functions_upload.php
Assign internal error
Method assign_tpl_vars
p_master::assign_tpl_vars() in functions_module.php
Build navigation structure
Method assign_var
template::assign_var() in template.php
Assign a single variable to a single key
Method assign_vars
messenger::assign_vars() in functions_messenger.php
assign variables to email template
Method assign_vars
template::assign_vars() in template.php
Assign key variable pairs from an array
Constant ATTACHMENTS_TABLE
ATTACHMENTS_TABLE in constants.php
Constant ATTACHMENT_CATEGORY_FLASH
ATTACHMENT_CATEGORY_FLASH in constants.php
Constant ATTACHMENT_CATEGORY_IMAGE
ATTACHMENT_CATEGORY_IMAGE in constants.php
Constant ATTACHMENT_CATEGORY_NONE
ATTACHMENT_CATEGORY_NONE in constants.php
Constant ATTACHMENT_CATEGORY_QUICKTIME
Constant ATTACHMENT_CATEGORY_RM
ATTACHMENT_CATEGORY_RM in constants.php
Constant ATTACHMENT_CATEGORY_THUMB
ATTACHMENT_CATEGORY_THUMB in constants.php
Constant ATTACHMENT_CATEGORY_WM
ATTACHMENT_CATEGORY_WM in constants.php
Class auth
auth in auth.php
Permission/Auth class
Method auth_admin
Init auth settings
Class auth_admin
auth_admin in auth.php
ACP Permission/Auth class
Function avatar_delete
avatar_delete() in functions_user.php
Remove avatar
Constant AVATAR_GALLERY
AVATAR_GALLERY in constants.php
Function avatar_gallery
avatar_gallery() in functions_user.php
Avatar Gallery
Function avatar_get_dimensions
avatar_get_dimensions() in functions_user.php
Tries to (re-)establish avatar dimensions
Function avatar_process_user
avatar_process_user() in functions_user.php
Uploading/Changing user avatar
Constant AVATAR_REMOTE
AVATAR_REMOTE in constants.php
Function avatar_remote
avatar_remote() in functions_user.php
Remote avatar linkage
Function avatar_remove_db
avatar_remove_db() in functions_user.php
Remove avatar also for users not having the group as default
Constant AVATAR_UPLOAD
AVATAR_UPLOAD in constants.php
Function avatar_upload
avatar_upload() in functions_user.php
Avatar upload using the upload class
Page auth.php
auth.php in auth.php
Page auth.php
auth.php in auth.php
b
top
Variable $backtrace
smtp_class::$backtrace in functions_messenger.php
Variable $backtrace_log
smtp_class::$backtrace_log in functions_messenger.php
Variable $bbcodes
bbcode::$bbcodes in bbcode.php
Variable $bbcode_bitfield
Variable $bbcode_cache
bbcode::$bbcode_cache in bbcode.php
Variable $bbcode_template
Variable $bbcode_uid
bbcode::$bbcode_uid in bbcode.php
Variable $block_else_level
template_compile::$block_else_level in functions_template.php
Variable $block_names
template_compile::$block_names in functions_template.php
Variable $browser
session::$browser in session.php
Constant BANLIST_TABLE
BANLIST_TABLE in constants.php
Method bbcode
bbcode::bbcode() in bbcode.php
Constructor
Class bbcode
bbcode in bbcode.php
BBCode class
Constant BBCODES_TABLE
BBCODES_TABLE in constants.php
Method bbcode_attachment
Parse inline attachments [ia]
Method bbcode_cache_init
Init bbcode cache
Method bbcode_code
bbcode_firstpass::bbcode_code() in message_parser.php
Parse code tag
Method bbcode_color
bbcode_firstpass::bbcode_color() in message_parser.php
Parse color tag
Class bbcode_firstpass
bbcode_firstpass in message_parser.php
BBCODE FIRSTPASS
Method bbcode_flash
bbcode_firstpass::bbcode_flash() in message_parser.php
Parse flash tag
Method bbcode_img
bbcode_firstpass::bbcode_img() in message_parser.php
Parse img tag
Method bbcode_init
bbcode_firstpass::bbcode_init() in message_parser.php
Init bbcode data for later parsing
Method bbcode_italic
bbcode_firstpass::bbcode_italic() in message_parser.php
Parse i tag
Method bbcode_list
bbcode::bbcode_list() in bbcode.php
Second parse list bbcode
Function bbcode_nl2br
bbcode_nl2br() in functions_content.php
custom version of nl2br which takes custom BBCodes into account
Method bbcode_parse_code
Parse code text from code tag
Method bbcode_parse_list
Parse list bbcode
Method bbcode_quote
bbcode_firstpass::bbcode_quote() in message_parser.php
Parse quote bbcode
Method bbcode_second_pass
Second pass bbcodes
Method bbcode_second_pass_code
Second parse code tag
Method bbcode_second_pass_quote
Second parse quote tag
Method bbcode_size
bbcode_firstpass::bbcode_size() in message_parser.php
Parse size tag
Method bbcode_specialchars
Transform some characters in valid bbcodes
Method bbcode_strong
bbcode_firstpass::bbcode_strong() in message_parser.php
Parse b tag
Method bbcode_tpl
bbcode::bbcode_tpl() in bbcode.php
Return bbcode template
Method bbcode_tpl_replace
Return bbcode template replacement
Constant BBCODE_UID_LEN
BBCODE_UID_LEN in constants.php
Method bbcode_underline
Parse u tag
Method bcc
messenger::bcc() in functions_messenger.php
Sets an bcc address to send to
Method bitfield
bitfield::bitfield() in functions_content.php
Class bitfield
bitfield in functions_content.php
Constant BOOKMARKS_TABLE
BOOKMARKS_TABLE in constants.php
Constant BOTS_TABLE
BOTS_TABLE in constants.php
Method build_auth_option_statement
Fill auth_option statement for later querying based on the supplied options
Method build_bitstring
Build bitstring from permission set
Method build_cache
custom_profile::build_cache() in functions_profile_fields.php
Build profile cache, used for display
Method build_header
messenger::build_header() in functions_messenger.php
Return email header
Function build_hidden_fields
build_hidden_fields() in functions.php
Build simple hidden fields from array
Method build_insert_sql_array
custom_profile::build_insert_sql_array() in functions_profile_fields.php
Build Array for user insertion into custom profile fields table
Method build_permission_array
Building content array from permission rows with explicit key ordering
Method build_tree
p_master::build_tree() in functions_module.php
Build true binary tree from given array
Function build_url
build_url() in functions.php
Returns url from the session/current page with an re-appended SID with optionally stripping vars from the url
Function bump_topic_allowed
bump_topic_allowed() in functions_content.php
Bump Topic Check - used by posting and viewtopic
Page bbcode.php
bbcode.php in bbcode.php
c
top
Variable $cache
auth::$cache in auth.php
Variable $cachepath
template::$cachepath in template.php
Variable $cache_file
queue::$cache_file in functions_messenger.php
Variable $commands
smtp_class::$commands in functions_messenger.php
Variable $compiled_code
template::$compiled_code in template.php
Variable $connection
jabber::$connection in functions_jabber.php
Variable $connection
transfer::$connection in functions_transfer.php
Variable $cookie_data
session::$cookie_data in session.php
Variable $ctrl_dir
compress_zip::$ctrl_dir in functions_compress.php
Variable $current_hook
internal pointer
Method call_hook
Calling all functions/methods attached to a specified hook.
Method can_use_ssl
jabber::can_use_ssl() in functions_jabber.php
Able to use the SSL functionality?
Method can_use_tls
jabber::can_use_tls() in functions_jabber.php
Able to use TLS?
Method cc
messenger::cc() in functions_messenger.php
Sets an cc address to send to
Function censor_text
censor_text() in functions_content.php
Censoring
Method check_ban
session::check_ban() in session.php
Check for banned user
Method check_bbcode
bbcode_firstpass::check_bbcode() in message_parser.php
Making some pre-checks for bbcodes as well as increasing the number of parsed items
Method check_content
filespec::check_content() in functions_upload.php
Check the first 256 bytes for forbidden content
Method check_dnsbl
session::check_dnsbl() in session.php
Check if ip is blacklisted This should be called only where absolutly necessary
Function check_form_key
check_form_key() in functions.php
Check the form key. Required for all altering actions not secured by confirm_box
Function check_link_hash
check_link_hash() in functions.php
checks a link hash - for GET requests
Constant CHECK_MESSAGE
CHECK_MESSAGE in functions_privmsgs.php
Function check_rule
check_rule() in functions_privmsgs.php
Check Rule against Message Information
Constant CHECK_SENDER
CHECK_SENDER in functions_privmsgs.php
Constant CHECK_STATUS
CHECK_STATUS in functions_privmsgs.php
Constant CHECK_SUBJECT
CHECK_SUBJECT in functions_privmsgs.php
Constant CHECK_TO
CHECK_TO in functions_privmsgs.php
Constant CHMOD_ALL
CHMOD_ALL in constants.php
Constant CHMOD_EXECUTE
CHMOD_EXECUTE in constants.php
Constant CHMOD_READ
CHMOD_READ in constants.php
Constant CHMOD_WRITE
CHMOD_WRITE in constants.php
Method clean_filename
filespec::clean_filename() in functions_upload.php
Cleans destination filename
Function clean_sentbox
clean_sentbox() in functions_privmsgs.php
Delete Messages From Sentbox
Method clear
bitfield::clear() in functions_content.php
Method close
compress_tar::close() in functions_compress.php
Close archive
Method close
compress_zip::close() in functions_compress.php
Close archive
Method close_session
smtp_class::close_session() in functions_messenger.php
Close session
Method close_session
transfer::close_session() in functions_transfer.php
Close current session
Page common.php
common.php in common.php
Method common_checks
fileupload::common_checks() in functions_upload.php
Perform common checks
Method compile
template_compile::compile() in functions_template.php
The all seeing all doing compile method. Parts are inspired by or directly from Smarty
Method compile_tag_block
template_compile::compile_tag_block() in functions_template.php
Compile blocks
Method compile_tag_define
template_compile::compile_tag_define() in functions_template.php
Compile DEFINE tags
Method compile_tag_if
template_compile::compile_tag_if() in functions_template.php
Compile IF tags - much of this is from Smarty with
Method compile_tag_include
template_compile::compile_tag_include() in functions_template.php
Compile INCLUDE tag
Method compile_tag_include_php
Compile INCLUDE_PHP tag
Method compile_var_tags
template_compile::compile_var_tags() in functions_template.php
Compile variables
Method compile_write
template_compile::compile_write() in functions_template.php
Write compiled file to cache directory
Class compress
compress in functions_compress.php
Class for handling archives (compression/decompression)
Method compress_tar
compress_tar::compress_tar() in functions_compress.php
Constructor
Class compress_tar
compress_tar in functions_compress.php
Tar/tar.gz compression routine Header/checksum creation derived from tarfile.pl, (c) Tom Horsley, 1994
Method compress_zip
compress_zip::compress_zip() in functions_compress.php
Constructor
Class compress_zip
compress_zip in functions_compress.php
Zip creation class from phpMyAdmin 2.3.0 (c) Tobias Ratschiller, Olivier Müller, Loïc Chapeaux, Marc Delisle, http://www.phpmyadmin.net/
Constant CONFIG_TABLE
CONFIG_TABLE in constants.php
Function confirm_box
confirm_box() in functions.php
Build Confirm box
Method confirm_gc
session::confirm_gc() in session.php
Constant CONFIRM_LOGIN
CONFIRM_LOGIN in constants.php
Constant CONFIRM_POST
CONFIRM_POST in constants.php
Constant CONFIRM_REG
CONFIRM_REG in constants.php
Constant CONFIRM_TABLE
CONFIRM_TABLE in constants.php
Method connect
jabber::connect() in functions_jabber.php
Connect
Method connected
jabber::connected() in functions_jabber.php
Connected?
Method copy_file
transfer::copy_file() in functions_transfer.php
Copy file from source location to destination location
Method cram_md5
smtp_class::cram_md5() in functions_messenger.php
cram_md5 authentication method
Function create_thumbnail
create_thumbnail() in functions_posting.php
Create Thumbnail
Page cron.php
cron.php in cron.php
Constant CRON_ID
CRON_ID in cron.php
Class custom_profile
custom_profile in functions_profile_fields.php
Custom Profile Fields
Class custom_profile_admin
custom_profile_admin in functions_profile_fields.php
Custom Profile Fields ACP
Page constants.php
constants.php in constants.php
d
top
Variable $data
session::$data in session.php
Variable $data
bitfield::$data in functions_content.php
Variable $data
queue::$data in functions_messenger.php
Variable $datasec
compress_zip::$datasec in functions_compress.php
Variable $datasec_len
compress_zip::$datasec_len in functions_compress.php
Variable $data_connection
ftp_fsock::$data_connection in functions_transfer.php
Variable $date_format
user::$date_format in session.php
Variable $destination_file
filespec::$destination_file in functions_upload.php
Variable $destination_path
filespec::$destination_path in functions_upload.php
Variable $dir_perms
transfer::$dir_perms in functions_transfer.php
Variable $disallowed_content
fileupload::$disallowed_content in functions_upload.php
Variable $dst
user::$dst in session.php
Method data
ftp_fsock::data() in functions_transfer.php
Requests data
Method data
ftp::data() in functions_transfer.php
Requests data
Method data
compress_tar::data() in functions_compress.php
Create the structures
Method data
compress_zip::data() in functions_compress.php
Create the structures ... note we assume version made by is MSDOS
Method decode_message
parse_message::decode_message() in message_parser.php
Decode message to be placed back into form box
Function decode_message
decode_message() in functions_content.php
Decode text whereby text is coming from the db and expected to be pre-parsed content We are placing this outside of the message parser because we are often in need of it...
Method delete_file
transfer::delete_file() in functions_transfer.php
Remove file
Function delete_pm
delete_pm() in functions_privmsgs.php
Delete PM(s)
Function delete_post
delete_post() in functions_posting.php
Delete Post
Function deregister_globals
deregister_globals() in common.php
Method destroy
template::destroy() in template.php
Destroy template data set
Method destroy_block_vars
Reset/empty complete block
Method digest_md5
smtp_class::digest_md5() in functions_messenger.php
digest_md5 authentication method
Constant DISALLOW_TABLE
DISALLOW_TABLE in constants.php
Method disconnect
jabber::disconnect() in functions_jabber.php
Disconnect
Method display
template::display() in template.php
Display handle
Method display
p_master::display() in functions_module.php
Display module
Function display_custom_bbcodes
display_custom_bbcodes() in functions_display.php
Assign/Build custom bbcodes for display in screens supporting using of bbcodes
Function display_forums
display_forums() in functions_display.php
Display Forums
Method display_mask
Display permission mask (assign to template)
Function display_reasons
display_reasons() in functions_display.php
Display reasons
Method display_role_mask
Display permission mask for roles
Function display_user_activity
display_user_activity() in functions_display.php
Display user activity (action forum/topic)
Method download
compress_zip::download() in functions_compress.php
Download archive
Method download
compress_tar::download() in functions_compress.php
Download archive
Function download_allowed
download_allowed() in file.php
Check if downloading item is allowed
Constant DRAFTS_TABLE
DRAFTS_TABLE in constants.php
e
top
Variable $enable_logging
jabber::$enable_logging in functions_jabber.php
Variable $eof_cdh
compress_zip::$eof_cdh in functions_compress.php
Variable $error
filespec::$error in functions_upload.php
Variable $error_prefix
fileupload::$error_prefix in functions_upload.php
Variable $extension
filespec::$extension in functions_upload.php
Variable $extra_headers
messenger::$extra_headers in functions_messenger.php
Method encrypt_password
jabber::encrypt_password() in functions_jabber.php
Encrypts a password as in RFC 2831
Method error
messenger::error() in functions_messenger.php
Add error message to log
Function exit_handler
exit_handler() in functions.php
Handler for exit calls in phpBB.
Constant EXTENSIONS_TABLE
EXTENSIONS_TABLE in constants.php
Function extension_allowed
extension_allowed() in functions_content.php
Check if extension is allowed to be posted.
Constant EXTENSION_GROUPS_TABLE
EXTENSION_GROUPS_TABLE in constants.php
Method extract
compress_tar::extract() in functions_compress.php
Extract archive
Method extract
compress_zip::extract() in functions_compress.php
Extract archive
Method extract_current_page
Extract current session page
f
top
Variable $features
jabber::$features in functions_jabber.php
Variable $filename
template::$filename in template.php
Variable $filename
filespec::$filename in functions_upload.php
Variable $filename
compress_tar::$filename in functions_compress.php
Variable $filename_data
parse_message::$filename_data in message_parser.php
Variable $files
template::$files in template.php
Variable $filesize
filespec::$filesize in functions_upload.php
Variable $files_inherit
template::$files_inherit in template.php
Variable $files_template
Variable $file_moved
filespec::$file_moved in functions_upload.php
Variable $file_perms
transfer::$file_perms in functions_transfer.php
Variable $forwarded_for
Variable $fp
compress::$fp in functions_compress.php
Variable $from
messenger::$from in functions_messenger.php
Page file.php
file.php in file.php
Page faq.php
faq.php in faq.php
Constant FIELD_BOOL
FIELD_BOOL in constants.php
Constant FIELD_DATE
FIELD_DATE in constants.php
Constant FIELD_DROPDOWN
FIELD_DROPDOWN in constants.php
Constant FIELD_INT
FIELD_INT in constants.php
Constant FIELD_STRING
FIELD_STRING in constants.php
Constant FIELD_TEXT
FIELD_TEXT in constants.php
Method file
compress_zip::file() in functions_compress.php
file
Method fileerror
fileerror::fileerror() in functions_upload.php
Class fileerror
fileerror in functions_upload.php
Class for assigning error messages before a real filespec class can be assigned
Class filespec
filespec in functions_upload.php
Responsible for holding all file relevant information, as well as doing file-specific operations.
Method filespec
filespec::filespec() in functions_upload.php
File Class
Class fileupload
fileupload in functions_upload.php
File upload class Init class (all parameters optional and able to be set/overwritten separately) - scope is global and valid for all uploads
Method fileupload
fileupload::fileupload() in functions_upload.php
Init file upload class.
Method file_exists
transfer::file_exists() in functions_transfer.php
Check if a specified file exist...
Function file_gc
file_gc() in file.php
Method format_date
user::format_date() in session.php
Format user date
Method format_display
parse_message::format_display() in message_parser.php
Formatting text for display
Method form_upload
fileupload::form_upload() in functions_upload.php
Form upload method Upload file from users harddisk
Constant FORUMS_ACCESS_TABLE
FORUMS_ACCESS_TABLE in constants.php
Constant FORUMS_TABLE
FORUMS_TABLE in constants.php
Constant FORUMS_TRACK_TABLE
FORUMS_TRACK_TABLE in constants.php
Constant FORUMS_WATCH_TABLE
FORUMS_WATCH_TABLE in constants.php
Constant FORUM_CAT
FORUM_CAT in constants.php
Constant FORUM_FLAG_ACTIVE_TOPICS
FORUM_FLAG_ACTIVE_TOPICS in constants.php
Constant FORUM_FLAG_LINK_TRACK
FORUM_FLAG_LINK_TRACK in constants.php
Constant FORUM_FLAG_POST_REVIEW
FORUM_FLAG_POST_REVIEW in constants.php
Constant FORUM_FLAG_PRUNE_ANNOUNCE
FORUM_FLAG_PRUNE_ANNOUNCE in constants.php
Constant FORUM_FLAG_PRUNE_POLL
FORUM_FLAG_PRUNE_POLL in constants.php
Constant FORUM_FLAG_PRUNE_STICKY
FORUM_FLAG_PRUNE_STICKY in constants.php
Constant FORUM_LINK
FORUM_LINK in constants.php
Constant FORUM_POST
FORUM_POST in constants.php
Method from
messenger::from() in functions_messenger.php
Set the from address
Method ftp
ftp::ftp() in functions_transfer.php
Standard parameters for FTP session
Class ftp
ftp in functions_transfer.php
FTP transfer class
Class ftp_fsock
ftp_fsock in functions_transfer.php
FTP fsock transfer class
Method ftp_fsock
ftp_fsock::ftp_fsock() in functions_transfer.php
Standard parameters for FTP session
Constant FULL_FOLDER_DELETE
FULL_FOLDER_DELETE in constants.php
Constant FULL_FOLDER_HOLD
FULL_FOLDER_HOLD in constants.php
Constant FULL_FOLDER_NONE
FULL_FOLDER_NONE in constants.php
Page functions.php
functions.php in functions.php
Page functions_compress.php
functions_compress.php in functions_compress.php
Page functions_content.php
functions_content.php in functions_content.php
Page functions_display.php
functions_display.php in functions_display.php
Page functions_jabber.php
functions_jabber.php in functions_jabber.php
Page functions_messenger.php
functions_messenger.php in functions_messenger.php
Page functions_module.php
functions_module.php in functions_module.php
Page functions_posting.php
functions_posting.php in functions_posting.php
Page functions_privmsgs.php
functions_privmsgs.php in functions_privmsgs.php
Page functions_profile_fields.php
functions_profile_fields.php in functions_profile_fields.php
Page functions_template.php
functions_template.php in functions_template.php
Page functions_transfer.php
functions_transfer.php in functions_transfer.php
Page functions_upload.php
functions_upload.php in functions_upload.php
Page functions_user.php
functions_user.php in functions_user.php
g
top
Function garbage_collection
garbage_collection() in functions.php
Closing the cache object and the database
Method generate_block_data_ref
Generates a reference to the array of data values for the given (possibly nested) block namespace. This is a string of the form: $this->_tpldata['parent'][$_parent_i]['$child1'][$_child1_i]['$child2'][$_child2_i]...['$childN']
Method generate_block_varref
Generates a reference to the given variable inside the given (possibly nested) block namespace. This is a string of the form: ' . $this->_tpldata['parent'][$_parent_i]['$child1'][$_child1_i]['$child2'][$_child2_i]...['varname'] . ' It's ready to be inserted into an "echo" line in one of the templates.
Function generate_board_url
generate_board_url() in functions.php
Generate board url (example: http://www.example.com/phpBB)
Method generate_bool
custom_profile::generate_bool() in functions_profile_fields.php
Process bool-type
Method generate_date
custom_profile::generate_date() in functions_profile_fields.php
Process date-type
Method generate_dropdown
custom_profile::generate_dropdown() in functions_profile_fields.php
Process dropdown-type
Function generate_forum_nav
generate_forum_nav() in functions_display.php
Create forum navigation links for given forum, create parent
Function generate_forum_rules
generate_forum_rules() in functions_display.php
Create forum rules for given forum
Method generate_int
custom_profile::generate_int() in functions_profile_fields.php
Process int-type
Function generate_link_hash
generate_link_hash() in functions.php
Add a secret hash for use in links/GET requests
Function generate_pagination
generate_pagination() in functions.php
Pagination routine, generates page number sequence
Method generate_profile_fields
custom_profile::generate_profile_fields() in functions_profile_fields.php
Assign editable fields to template, mode can be profile (for profile change) or register (for registration)
Method generate_profile_fields_template
Assign fields to template, used for viewprofile, viewtopic and memberlist (if load setting is enabled)
Function generate_smilies
generate_smilies() in functions_posting.php
Fill smiley templates (or just the variables) with smilies, either in a window or inline
Method generate_string
custom_profile::generate_string() in functions_profile_fields.php
Process string-type
Method generate_text
custom_profile::generate_text() in functions_profile_fields.php
Process text-type
Function generate_text_for_display
generate_text_for_display() in functions_content.php
For display of custom parsed text on user-facing pages
Function generate_text_for_edit
generate_text_for_edit() in functions_content.php
For decoding custom parsed text for edits as well as extracting the flags
Function generate_text_for_storage
generate_text_for_storage() in functions_content.php
For parsing custom parsed text to be stored within the database.
Function gen_forum_auth_level
gen_forum_auth_level() in functions_display.php
User authorisation levels output
Function gen_rand_string
gen_rand_string() in functions.php
Generates an alphanumeric random string of given length
Function gen_sort_selects
gen_sort_selects() in functions_content.php
Generate sort selection fields
Method get
bitfield::get() in functions_content.php
Method get
filespec::get() in functions_upload.php
Get property from file object
Method get_all_set
bitfield::get_all_set() in functions_content.php
Function get_avatar_filename
get_avatar_filename() in functions_user.php
Generates avatar filename from the database entry
Function get_backtrace
get_backtrace() in functions.php
Return a nicely formatted backtrace (parts from the php manual by diz at ysagoon dot com)
Method get_base64
bitfield::get_base64() in functions_content.php
Method get_bin
bitfield::get_bin() in functions_content.php
Method get_blob
bitfield::get_blob() in functions_content.php
Method get_bool_options
custom_profile_admin::get_bool_options() in functions_profile_fields.php
Get bool options for second step in ACP
Method get_branch
p_master::get_branch() in functions_module.php
Get tree branch
Function get_complete_topic_tracking
Get topic tracking info from db (for cookie based tracking only this function is used)
Function get_context
get_context() in functions_content.php
Generates a text with approx. the specified length which contains the specified words and their context
Method get_date_options
custom_profile_admin::get_date_options() in functions_profile_fields.php
Get date options for second step in ACP
Method get_dropdown_options
custom_profile_admin::get_dropdown_options() in functions_profile_fields.php
Get dropdown options for second step in ACP
Method get_extension
filespec::get_extension() in functions_upload.php
Get file extension
Method get_filesize
filespec::get_filesize() in functions_upload.php
Get filesize
Function get_folder
get_folder() in functions_privmsgs.php
Get all folder
Function get_folder_status
get_folder_status() in functions_privmsgs.php
Get folder status
Function get_formatted_filesize
get_formatted_filesize() in functions.php
Return formatted string for filesizes
Function get_forum_parents
get_forum_parents() in functions_display.php
Returns forum parents as an array. Get them from forum_data if available, or update the database otherwise
Function get_group_name
get_group_name() in functions_user.php
Get group name
Function get_img_size_format
get_img_size_format() in functions_posting.php
Calculate the needed size for Thumbnail
Method get_int_options
custom_profile_admin::get_int_options() in functions_profile_fields.php
Get int options for second step in ACP
Method get_iso_lang_id
Get language id currently used by the user
Method get_log
jabber::get_log() in functions_jabber.php
Return log
Method get_mask
Get permission mask This function only supports getting permissions of one type (for example a_)
Method get_mimetype
filespec::get_mimetype() in functions_upload.php
Get mimetype. Utilize mime_content_type if the function exist.
Function get_moderators
get_moderators() in functions_display.php
Obtain list of moderators of each forum
Method get_option_lang
custom_profile::get_option_lang() in functions_profile_fields.php
Get language entries for options and store them here for later use
Method get_page_title
p_master::get_page_title() in functions_module.php
Returns the desired page title
Method get_parents
p_master::get_parents() in functions_module.php
Get parents
Function get_preg_expression
get_preg_expression() in functions.php
This function returns a regular expression pattern for commonly used expressions
Method get_profile_field
custom_profile::get_profile_field() in functions_profile_fields.php
Get profile field value on submit
Method get_profile_fields
Get users profile fields
Method get_profile_value
custom_profile::get_profile_value() in functions_profile_fields.php
Get Profile Value for display
Method get_role_mask
Get permission mask for roles
Method get_string_options
custom_profile_admin::get_string_options() in functions_profile_fields.php
Get string options for second step in ACP
Method get_submitted_attachment_data
Get Attachment Data
Function get_supported_image_types
get_supported_image_types() in functions_posting.php
Return supported image types
Method get_text_options
custom_profile_admin::get_text_options() in functions_profile_fields.php
Get text options for second step in ACP
Function get_topic_tracking
get_topic_tracking() in functions.php
Get topic tracking info by using already fetched info
Method get_tpl_name
p_master::get_tpl_name() in functions_module.php
Returns desired template name
Function get_username_string
get_username_string() in functions_content.php
Get username details for placing into templates.
Function get_user_avatar
get_user_avatar() in functions_display.php
Get user avatar
Function get_user_rank
get_user_rank() in functions_display.php
Get user rank title and image
Method get_var
custom_profile::get_var() in functions_profile_fields.php
Get field value for registration/profile
Method ghost_permissions
Use permissions from another user. This transferes a permission set from one user to another.
Constant GROUPS_TABLE
GROUPS_TABLE in constants.php
Constant GROUP_CLOSED
GROUP_CLOSED in constants.php
Function group_correct_avatar
group_correct_avatar() in functions_user.php
Changes a group avatar's filename to conform to the naming scheme
Function group_create
group_create() in functions_user.php
Add or edit a group. If we're editing a group we only update user
Function group_delete
group_delete() in functions_user.php
Group Delete
Constant GROUP_FREE
GROUP_FREE in constants.php
Constant GROUP_HIDDEN
GROUP_HIDDEN in constants.php
Function group_memberships
group_memberships() in functions_user.php
Obtain either the members of a specified group, the groups the specified user is subscribed to or checking if a specified user is in a specified group. This function does not return pending memberships.
Constant GROUP_OPEN
GROUP_OPEN in constants.php
Function group_set_user_default
group_set_user_default() in functions_user.php
Set users default group
Constant GROUP_SPECIAL
GROUP_SPECIAL in constants.php
Function group_update_listings
group_update_listings() in functions_user.php
Re-cache moderators and foes if group has a_ or m_ permissions
Function group_user_add
group_user_add() in functions_user.php
Add user(s) to group
Function group_user_attributes
group_user_attributes() in functions_user.php
This is used to promote (to leader), demote or set as default a member/s
Function group_user_del
group_user_del() in functions_user.php
Remove a user/s from a given group. When we remove users we update their default group_id. We do this by examining which "special" groups they belong to. The selection is made based on a reasonable priority system
Function group_validate_groupname
group_validate_groupname() in functions_user.php
A small version of validate_username to check for a group name's existence. To be called directly.
h
top
Variable $height
filespec::$height in functions_upload.php
Variable $help
user::$help in session.php
Variable $hooks
phpbb_hook::$hooks in index.php
Registered hooks
Variable $hook_result
Results returned by functions called
Variable $host
transfer::$host in functions_transfer.php
Variable $host
session::$host in session.php
Function handle_mark_actions
handle_mark_actions() in functions_privmsgs.php
Handle all actions possible with marked messages
Function handle_post_delete
handle_post_delete() in posting.php
Do the various checks required for removing posts as well as removing it
Method headers
messenger::headers() in functions_messenger.php
set up extra mail headers
Function header_filename
header_filename() in file.php
Get a browser friendly UTF-8 encoded filename
Method hook_return
Check if the called functions/methods returned something.
Method hook_return_result
Give actual result from called functions/methods back.
i
top
Variable $image_info
filespec::$image_info in functions_upload.php
Variable $img_array
user::$img_array in session.php
Variable $img_lang
user::$img_lang in session.php
Variable $inherit_root
template::$inherit_root in template.php
Variable $init_error
filespec::$init_error in functions_upload.php
Variable $ip
session::$ip in session.php
Variable $isbz
compress_tar::$isbz in functions_compress.php
Variable $isgz
compress_tar::$isgz in functions_compress.php
Constant ICONS_TABLE
ICONS_TABLE in constants.php
Method im
messenger::im() in functions_messenger.php
Sets a im contact to send to
Method image_types
fileupload::image_types() in functions_upload.php
Return image type/extension mapping
Method img
user::img() in session.php
Specify/Get image
Method implode_data
jabber::implode_data() in functions_jabber.php
opposite of jabber::parse_data()
Constant INACTIVE_MANUAL
INACTIVE_MANUAL in constants.php
Constant INACTIVE_PROFILE
INACTIVE_PROFILE in constants.php
Constant INACTIVE_REGISTER
INACTIVE_REGISTER in constants.php
Constant INACTIVE_REMIND
INACTIVE_REMIND in constants.php
Page index.php
index.php in index.php
Page index.php
index.php in index.php
Method init
queue::init() in functions_messenger.php
Init a queue object
Constant INLINE_LINK
INLINE_LINK in constants.php
Constant IN_CRON
IN_CRON in cron.php
Constant IN_PHPBB
IN_PHPBB in cron.php
Function is_absolute
is_absolute() in functions.php
Checks if a path ($path) is absolute or relative
Method is_active
p_master::is_active() in functions_module.php
Check if a module is active
Method is_image
filespec::is_image() in functions_upload.php
Check if file is an image (mimetype)
Method is_uploaded
filespec::is_uploaded() in functions_upload.php
Check if the file got correctly uploaded
Method is_valid
fileupload::is_valid() in functions_upload.php
Check if form upload is valid
Constant ITEM_LOCKED
ITEM_LOCKED in constants.php
Constant ITEM_MOVED
ITEM_MOVED in constants.php
Constant ITEM_UNLOCKED
ITEM_UNLOCKED in constants.php
j
top
Method jabber
jabber::jabber() in functions_jabber.php
Class jabber
jabber in functions_jabber.php
Jabber class from Flyspray project
k
top
Variable $keyoptions
user::$keyoptions in session.php
Variable $keyvalues
user::$keyvalues in session.php
l
top
Variable $lang
user::$lang in session.php
Variable $lang_id
user::$lang_id in session.php
Variable $lang_name
user::$lang_name in session.php
Variable $lang_path
user::$lang_path in session.php
Variable $load
session::$load in session.php
Variable $local
filespec::$local in functions_upload.php
Variable $log_array
jabber::$log_array in functions_jabber.php
Function language_select
language_select() in functions.php
Pick a language, any language ...
Constant LANG_TABLE
LANG_TABLE in constants.php
Method listen
jabber::listen() in functions_jabber.php
Listens to the connection until it gets data or the timeout is reached.
Method list_modules
p_master::list_modules() in functions_module.php
List modules
Method load
p_master::load() in functions_module.php
Load module as the current active one without the need for registering it
Method loaded
p_master::loaded() in functions_module.php
Check if a certain main module is accessible/loaded By giving the module mode you are able to additionally check for only one mode within the main module
Method load_active
p_master::load_active() in functions_module.php
Loads currently active module
Function load_drafts
load_drafts() in functions_posting.php
Load Drafts
Method local_upload
fileupload::local_upload() in functions_upload.php
Move file from another location to phpBB
Method login
auth::login() in auth.php
Authentication plug-ins is largely down to Sergey Kanareykin, our thanks to him.
Method login
smtp_class::login() in functions_messenger.php
Login authentication method
Method login
jabber::login() in functions_jabber.php
Initiates login (using data from contructor, after calling connect())
Function login_box
login_box() in functions.php
Generate login box or verify password
Constant LOGIN_BREAK
LOGIN_BREAK in constants.php
Constant LOGIN_CONTINUE
LOGIN_CONTINUE in constants.php
Constant LOGIN_ERROR_ACTIVE
LOGIN_ERROR_ACTIVE in constants.php
Constant LOGIN_ERROR_ATTEMPTS
LOGIN_ERROR_ATTEMPTS in constants.php
Constant LOGIN_ERROR_EXTERNAL_AUTH
LOGIN_ERROR_EXTERNAL_AUTH in constants.php
Constant LOGIN_ERROR_PASSWORD
LOGIN_ERROR_PASSWORD in constants.php
Constant LOGIN_ERROR_PASSWORD_CONVERT
Constant LOGIN_ERROR_USERNAME
LOGIN_ERROR_USERNAME in constants.php
Function login_forum_box
login_forum_box() in functions.php
Generate forum login box
Constant LOGIN_SUCCESS
LOGIN_SUCCESS in constants.php
Constant LOGIN_SUCCESS_CREATE_PROFILE
Constant LOG_ADMIN
LOG_ADMIN in constants.php
Constant LOG_CRITICAL
LOG_CRITICAL in constants.php
Method log_into_server
smtp_class::log_into_server() in functions_messenger.php
Log into server and get possible auth codes if neccessary
Constant LOG_MOD
LOG_MOD in constants.php
Constant LOG_TABLE
LOG_TABLE in constants.php
Constant LOG_USERS
LOG_USERS in constants.php
m
top
Variable $mail_priority
messenger::$mail_priority in functions_messenger.php
Variable $max_filesize
fileupload::$max_filesize in functions_upload.php
Variable $max_height
fileupload::$max_height in functions_upload.php
Variable $max_width
fileupload::$max_width in functions_upload.php
Variable $message
bbcode_firstpass::$message in message_parser.php
Variable $message_status
parse_message::$message_status in message_parser.php
Variable $mimetype
filespec::$mimetype in functions_upload.php
Variable $min_height
fileupload::$min_height in functions_upload.php
Variable $min_width
fileupload::$min_width in functions_upload.php
Variable $mode
compress_tar::$mode in functions_compress.php
Variable $mode
parse_message::$mode in message_parser.php
Variable $module_ary
p_master::$module_ary in functions_module.php
Variable $msg
messenger::$msg in functions_messenger.php
Page message_parser.php
message_parser.php in message_parser.php
Method magic_url
parse_message::magic_url() in message_parser.php
Replace magic urls of form http://xxx.xxx., www.xxx. and xxx@xxx.xxx.
Constant MAGIC_URL_EMAIL
MAGIC_URL_EMAIL in constants.php
Constant MAGIC_URL_FULL
MAGIC_URL_FULL in constants.php
Constant MAGIC_URL_LOCAL
MAGIC_URL_LOCAL in constants.php
Constant MAGIC_URL_WWW
MAGIC_URL_WWW in constants.php
Function mail_encode
mail_encode() in functions_messenger.php
Encodes the given string for proper display in UTF-8.
Constant MAIL_HIGH_PRIORITY
MAIL_HIGH_PRIORITY in constants.php
Constant MAIL_LOW_PRIORITY
MAIL_LOW_PRIORITY in constants.php
Constant MAIL_NORMAL_PRIORITY
MAIL_NORMAL_PRIORITY in constants.php
Function make_clickable
make_clickable() in functions_content.php
make_clickable function
Function make_clickable_callback
make_clickable_callback() in functions_content.php
A subroutine of make_clickable used with preg_replace
Method make_dir
transfer::make_dir() in functions_transfer.php
Create directory structure
Function make_jumpbox
make_jumpbox() in functions_content.php
Generate Jumpbox
Function markread
markread() in functions.php
Marks a topic/forum as read Marks a topic as posted to
Page memberlist.php
memberlist.php in memberlist.php
Method merge
bitfield::merge() in functions_content.php
Function message_history
message_history() in functions_privmsgs.php
Display Message History
Method messenger
messenger::messenger() in functions_messenger.php
Constructor
Class messenger
messenger in functions_messenger.php
Messenger
Function meta_refresh
meta_refresh() in functions.php
Meta refresh assignment
Method methods
compress::methods() in functions_compress.php
Return available methods
Method methods
transfer::methods() in functions_transfer.php
Determine methods able to be used
Constant MODERATOR_CACHE_TABLE
MODERATOR_CACHE_TABLE in constants.php
Constant MODULES_TABLE
MODULES_TABLE in constants.php
Method module_auth
p_master::module_auth() in functions_module.php
Check module authorisation
Method move_file
filespec::move_file() in functions_upload.php
Move file to destination folder The phpbb_root_path variable will be applied to the destination path
Function move_pm
move_pm() in functions_privmsgs.php
Move PM from one to another folder
Method msg_email
messenger::msg_email() in functions_messenger.php
Send out emails
Function msg_handler
msg_handler() in functions.php
Error and message handler, call with trigger_error if reqd
Method msg_jabber
messenger::msg_jabber() in functions_messenger.php
Send jabber message out
n
top
Variable $numeric_response_code
smtp_class::$numeric_response_code in functions_messenger.php
Constant NOTIFY_BOTH
NOTIFY_BOTH in constants.php
Constant NOTIFY_EMAIL
NOTIFY_EMAIL in constants.php
Constant NOTIFY_IM
NOTIFY_IM in constants.php
Constant NUM_CORE_BBCODES
NUM_CORE_BBCODES in constants.php
o
top
Variable $old_offset
compress_zip::$old_offset in functions_compress.php
Variable $options_lang
custom_profile::$options_lang in functions_profile_fields.php
Function obtain_guest_count
obtain_guest_count() in functions.php
Queries the session table to get information about online guests
Function obtain_users_online
obtain_users_online() in functions.php
Queries the session table to get information about online users
Function obtain_users_online_string
Uses the result of obtain_users_online to generate a localized, readable representation.
Function on_page
on_page() in functions.php
Return current page (pagination)
Method open
compress_tar::open() in functions_compress.php
Open archive
Method open_session
transfer::open_session() in functions_transfer.php
Open session
Method open_socket
jabber::open_socket() in functions_jabber.php
OpenSocket
Method optionget
user::optionget() in session.php
Get option bit field from user options
Method optionset
user::optionset() in session.php
Set option bit field for user options
Constant OPTION_FLAG_BBCODE
OPTION_FLAG_BBCODE in constants.php
Constant OPTION_FLAG_LINKS
OPTION_FLAG_LINKS in constants.php
Constant OPTION_FLAG_SMILIES
OPTION_FLAG_SMILIES in constants.php
Method overwrite_file
transfer::overwrite_file() in functions_transfer.php
Moving file into location. If the destination file already exists it gets overwritten
p
top
Variable $package_size
queue::$package_size in functions_messenger.php
Variable $page
session::$page in session.php
Variable $parsed_items
bbcode_firstpass::$parsed_items in message_parser.php
Variable $password
transfer::$password in functions_transfer.php
Variable $password
jabber::$password in functions_jabber.php
Variable $port
jabber::$port in functions_jabber.php
Variable $port
transfer::$port in functions_transfer.php
Variable $profile_cache
custom_profile::$profile_cache in functions_profile_fields.php
Variable $profile_types
custom_profile::$profile_types in functions_profile_fields.php
Variable $p_class
p_master::$p_class in functions_module.php
Variable $p_id
p_master::$p_id in functions_module.php
Variable $p_mode
p_master::$p_mode in functions_module.php
Variable $p_name
p_master::$p_name in functions_module.php
Variable $p_parent
p_master::$p_parent in functions_module.php
Function page_footer
page_footer() in functions.php
Generate page footer
Function page_header
page_header() in functions.php
Generate page header
Method parse
parse_message::parse() in message_parser.php
Parse Message
Function parse_attachments
parse_attachments() in functions_content.php
General attachment parsing
Method parse_attachments
Parse Attachments
Method parse_bbcode
bbcode_firstpass::parse_bbcode() in message_parser.php
Parse BBCode
Function parse_cfg_file
parse_cfg_file() in functions.php
Parse cfg file
Method parse_data
jabber::parse_data() in functions_jabber.php
parse_data like a="b",c="d",... or like a="a, b", c, d="e", f=g,...
Method parse_message
parse_message::parse_message() in message_parser.php
Init - give message here or manually
Class parse_message
parse_message in message_parser.php
Main message parser for posting, pm, etc. takes raw message
Method parse_poll
parse_message::parse_poll() in message_parser.php
Parse Poll
Method path_in_domain
Check if url is pointing to this domain/script_path/php-file
Function phpbb_checkdnsrr
phpbb_checkdnsrr() in functions.php
Wrapper for php's checkdnsrr function.
Function phpbb_check_hash
phpbb_check_hash() in functions.php
Check for correct password
Function phpbb_chmod
phpbb_chmod() in functions.php
Global function for chmodding directories and files for internal use This function determines owner and group whom the file belongs to and user and group of PHP and then set safest possible file permissions.
Function phpbb_hash
phpbb_hash() in functions.php
Class phpbb_hook
phpbb_hook in index.php
phpBB Hook Class
Method phpbb_hook
Initialize hook class.
Function phpbb_own_realpath
phpbb_own_realpath() in functions.php
Function phpbb_realpath
phpbb_realpath() in functions.php
A wrapper for realpath
Function phpbb_user_session_handler
Handler for init calls in phpBB. This function is called in user::setup(); This function supports hooks.
Constant PHYSICAL_LINK
PHYSICAL_LINK in constants.php
Function place_pm_into_folder
place_pm_into_folder() in functions_privmsgs.php
Place new messages into appropriate folder
Method plain
smtp_class::plain() in functions_messenger.php
Plain authentication method
Function pm_notification
pm_notification() in functions_privmsgs.php
PM Notification
Constant POLL_OPTIONS_TABLE
POLL_OPTIONS_TABLE in constants.php
Constant POLL_VOTES_TABLE
POLL_VOTES_TABLE in constants.php
Method pop_before_smtp
smtp_class::pop_before_smtp() in functions_messenger.php
Pop before smtp authentication
Page posting.php
posting.php in posting.php
Function posting_gen_attachment_entry
posting_gen_attachment_entry() in functions_posting.php
Generate inline attachment entry
Function posting_gen_inline_attachments
posting_gen_inline_attachments() in functions_posting.php
Assign Inline attachments (build option fields)
Function posting_gen_topic_icons
posting_gen_topic_icons() in functions_posting.php
Generate Topic Icons for display
Function posting_gen_topic_types
posting_gen_topic_types() in functions_posting.php
Build topic types able to be selected
Constant POSTS_TABLE
POSTS_TABLE in constants.php
Constant POST_ANNOUNCE
POST_ANNOUNCE in constants.php
Constant POST_GLOBAL
POST_GLOBAL in constants.php
Constant POST_NORMAL
POST_NORMAL in constants.php
Constant POST_STICKY
POST_STICKY in constants.php
Method prepare_bbcodes
Prepare some bbcodes for better parsing
Method previous_hook_result
Get result from previously called functions/methods for the same hook
Constant PRIVMSGS_FOLDER_TABLE
PRIVMSGS_FOLDER_TABLE in constants.php
Constant PRIVMSGS_HOLD_BOX
PRIVMSGS_HOLD_BOX in constants.php
Constant PRIVMSGS_INBOX
PRIVMSGS_INBOX in constants.php
Constant PRIVMSGS_NO_BOX
PRIVMSGS_NO_BOX in constants.php
Constant PRIVMSGS_OUTBOX
PRIVMSGS_OUTBOX in constants.php
Constant PRIVMSGS_RULES_TABLE
PRIVMSGS_RULES_TABLE in constants.php
Constant PRIVMSGS_SENTBOX
PRIVMSGS_SENTBOX in constants.php
Constant PRIVMSGS_TABLE
PRIVMSGS_TABLE in constants.php
Constant PRIVMSGS_TO_TABLE
PRIVMSGS_TO_TABLE in constants.php
Method process
queue::process() in functions_messenger.php
Process queue
Method process_field_row
custom_profile::process_field_row() in functions_profile_fields.php
Return Templated value/field. Possible values for $mode are:
Constant PROFILE_FIELDS_DATA_TABLE
PROFILE_FIELDS_DATA_TABLE in constants.php
Constant PROFILE_FIELDS_LANG_TABLE
PROFILE_FIELDS_LANG_TABLE in constants.php
Constant PROFILE_FIELDS_TABLE
PROFILE_FIELDS_TABLE in constants.php
Constant PROFILE_LANG_TABLE
PROFILE_LANG_TABLE in constants.php
Method put
queue::put() in functions_messenger.php
Put object in queue
Class p_master
p_master in functions_module.php
Class handling all types of 'plugins' (a future term)
q
top
Variable $queue_data
queue::$queue_data in functions_messenger.php
Method queue
queue::queue() in functions_messenger.php
constructor
Class queue
queue in functions_messenger.php
handling email and jabber queue
r
top
Variable $realname
filespec::$realname in functions_upload.php
Variable $replyto
messenger::$replyto in functions_messenger.php
Variable $resource
jabber::$resource in functions_jabber.php
Variable $responses
smtp_class::$responses in functions_messenger.php
Variable $root
template::$root in template.php
Variable $root_path
transfer::$root_path in functions_transfer.php
Constant RANKS_TABLE
RANKS_TABLE in constants.php
Function reapply_sid
reapply_sid() in functions.php
Re-Apply session id after page reloads
Function rebuild_header
rebuild_header() in functions_privmsgs.php
Rebuild message header
Function redirect
redirect() in functions.php
Redirects the user to another page then exits the script nicely This function is intended for urls within the board. It's not meant to redirect to cross-domains.
Constant REFERER_VALIDATE_HOST
REFERER_VALIDATE_HOST in constants.php
Constant REFERER_VALIDATE_NONE
REFERER_VALIDATE_NONE in constants.php
Constant REFERER_VALIDATE_PATH
REFERER_VALIDATE_PATH in constants.php
Method register
Register function/method to be called within hook This function is normally called by the modification/application to attach/register the functions.
Method register
jabber::register() in functions_jabber.php
Initiates account registration (based on data used for contructor)
Method remote_upload
fileupload::remote_upload() in functions_upload.php
Remote upload method Uploads file from given url
Method remove
filespec::remove() in functions_upload.php
Remove file
Function remove_default_avatar
remove_default_avatar() in functions_user.php
Removes the group avatar of the default group from the users in user_ids who have that group as default.
Function remove_default_rank
remove_default_rank() in functions_user.php
Removes the group rank of the default group from the users in user_ids who have that group as default.
Method remove_dir
transfer::remove_dir() in functions_transfer.php
Remove directory
Method remove_hook
Remove function from the allowed hooks.
Method remove_php_tags
template_compile::remove_php_tags() in functions_template.php
Remove any PHP tags that do not belong, these regular expressions are derived from
Method rename
transfer::rename() in functions_transfer.php
Rename a file or folder
Method replyto
messenger::replyto() in functions_messenger.php
Set the reply to address
Page report.php
report.php in report.php
Constant REPORTS_REASONS_TABLE
REPORTS_REASONS_TABLE in constants.php
Constant REPORTS_TABLE
REPORTS_TABLE in constants.php
Function request_var
request_var() in functions.php
request_var
Method reset
messenger::reset() in functions_messenger.php
Resets all the data (address, template file, etc etc) to default
Method reset_login_keys
Reset all login keys for the specified user
Method reset_vars
fileupload::reset_vars() in functions_upload.php
Reset vars
Method response
jabber::response() in functions_jabber.php
This handles all the different XML elements
Constant RULE_ANSWERED
RULE_ANSWERED in functions_privmsgs.php
Constant RULE_BEGINS_WITH
RULE_BEGINS_WITH in functions_privmsgs.php
Constant RULE_ENDS_WITH
RULE_ENDS_WITH in functions_privmsgs.php
Constant RULE_FORWARDED
RULE_FORWARDED in functions_privmsgs.php
Constant RULE_IS
RULE_IS in functions_privmsgs.php
Constant RULE_IS_FOE
RULE_IS_FOE in functions_privmsgs.php
Constant RULE_IS_FRIEND
RULE_IS_FRIEND in functions_privmsgs.php
Constant RULE_IS_GROUP
RULE_IS_GROUP in functions_privmsgs.php
Constant RULE_IS_LIKE
RULE_IS_LIKE in functions_privmsgs.php
Constant RULE_IS_NOT
RULE_IS_NOT in functions_privmsgs.php
Constant RULE_IS_NOT_LIKE
RULE_IS_NOT_LIKE in functions_privmsgs.php
Constant RULE_IS_USER
RULE_IS_USER in functions_privmsgs.php
Constant RULE_TO_GROUP
RULE_TO_GROUP in functions_privmsgs.php
Constant RULE_TO_ME
RULE_TO_ME in functions_privmsgs.php
s
top
Variable $server
jabber::$server in functions_jabber.php
Variable $server_response
smtp_class::$server_response in functions_messenger.php
Variable $session
jabber::$session in functions_jabber.php
Variable $session_id
session::$session_id in session.php
Variable $socket
smtp_class::$socket in functions_messenger.php
Variable $subject
messenger::$subject in functions_messenger.php
Page session.php
session.php in session.php
Method save
queue::save() in functions_messenger.php
Save queue
Method save_queue
messenger::save_queue() in functions_messenger.php
Save to queue
Page search.php
search.php in search.php
Constant SEARCH_RESULTS_TABLE
SEARCH_RESULTS_TABLE in constants.php
Constant SEARCH_WORDLIST_TABLE
SEARCH_WORDLIST_TABLE in constants.php
Constant SEARCH_WORDMATCH_TABLE
SEARCH_WORDMATCH_TABLE in constants.php
Method send
jabber::send() in functions_jabber.php
Send data to the Jabber server
Method send
messenger::send() in functions_messenger.php
Send the mail out to the recipients set previously in var $this->addresses
Function send_avatar_to_browser
A simplified function to deliver avatars The argument needs to be checked before calling this function.
Function send_file_to_browser
Send file to browser
Method send_message
jabber::send_message() in functions_jabber.php
Method send_presence
jabber::send_presence() in functions_jabber.php
Sets account presence. No additional info required (default is "online" status)
Method server_parse
smtp_class::server_parse() in functions_messenger.php
We use the line to give the support people an indication at which command the error occurred
Method server_send
smtp_class::server_send() in functions_messenger.php
Send command to smtp server
Class session
session in session.php
Session class
Constant SESSIONS_KEYS_TABLE
SESSIONS_KEYS_TABLE in constants.php
Constant SESSIONS_TABLE
SESSIONS_TABLE in constants.php
Method session_begin
Start session management
Method session_create
Create a new session
Method session_gc
session::session_gc() in session.php
Session garbage collection
Method session_kill
Kills a session
Method set
bitfield::set() in functions_content.php
Method setup
user::setup() in session.php
Setup basic user-specific items (style, language, ...)
Method set_active
p_master::set_active() in functions_module.php
Set active module
Method set_allowed_dimensions
fileupload::set_allowed_dimensions() in functions_upload.php
Set allowed dimensions
Method set_allowed_extensions
fileupload::set_allowed_extensions() in functions_upload.php
Set allowed extensions
Function set_config
set_config() in functions.php
Set config value. Creates missing config entry.
Method set_cookie
session::set_cookie() in session.php
Sets a cookie
Method set_custom_lang_path
Function to set custom language path (able to use directory outside of phpBB)
Method set_custom_template
Set custom template location (able to use directory outside of phpBB)
Method set_disallowed_content
fileupload::set_disallowed_content() in functions_upload.php
Set disallowed strings
Method set_display
p_master::set_display() in functions_module.php
Toggle whether this module will be displayed or not
Method set_error_prefix
fileupload::set_error_prefix() in functions_upload.php
Set error prefix
Method set_filenames
Sets the template filenames for handles. $filename_array should be a hash of handle => filename pairs.
Method set_lang
user::set_lang() in session.php
Set language entry (called by add_lang)
Method set_login_key
Set/Update a persistent login key
Method set_mail_priority
messenger::set_mail_priority() in functions_messenger.php
Set the email priority
Method set_max_filesize
fileupload::set_max_filesize() in functions_upload.php
Set maximum allowed filesize
Function set_modified_headers
Check if the browser has the file already and set the appropriate headers-
Method set_resource
jabber::set_resource() in functions_jabber.php
Sets the resource which is used. No validation is done here, only escaping.
Method set_template
template::set_template() in template.php
Set template location
Function set_user_message_limit
set_user_message_limit() in functions_privmsgs.php
Set correct users max messages in PM folder.
Function set_var
set_var() in functions.php
set_var
Function short_ipv6
short_ipv6() in functions.php
Returns the first block of the specified IPv6 address and as many additional ones as specified in the length paramater.
Function show_profile
show_profile() in memberlist.php
Prepare profile data
Constant SITELIST_TABLE
SITELIST_TABLE in constants.php
Function smiley_text
smiley_text() in functions_content.php
Smiley processing
Method smilies
parse_message::smilies() in message_parser.php
Parse Smilies
Constant SMILIES_TABLE
SMILIES_TABLE in constants.php
Function smtpmail
smtpmail() in functions_messenger.php
Replacement or substitute for PHP's mail command
Method smtp_class
smtp_class::smtp_class() in functions_messenger.php
Class smtp_class
smtp_class in functions_messenger.php
SMTP Class
Function still_on_time
still_on_time() in functions.php
Determine whether we are approaching the maximum execution time. Should be called once at the beginning of the script in which it's used.
Constant STRIP
STRIP in common.php
Function stripos
stripos() in functions.php
A wrapper for the PHP5 function stripos Find position of first occurrence of a case-insensitive string
Function strip_bbcode
strip_bbcode() in functions_content.php
Strips all bbcode from a text and returns the plain content
Function str_split
str_split() in functions.php
A wrapper for the PHP5 function str_split()
Page style.php
style.php in style.php
Constant STYLES_IMAGESET_DATA_TABLE
Constant STYLES_IMAGESET_TABLE
STYLES_IMAGESET_TABLE in constants.php
Constant STYLES_TABLE
STYLES_TABLE in constants.php
Constant STYLES_TEMPLATE_DATA_TABLE
Constant STYLES_TEMPLATE_TABLE
STYLES_TEMPLATE_TABLE in constants.php
Constant STYLES_THEME_TABLE
STYLES_THEME_TABLE in constants.php
Function style_select
style_select() in functions.php
Pick a template/theme combo,
Method subject
messenger::subject() in functions_messenger.php
set up subject for mail
Method submit_cp_field
custom_profile::submit_cp_field() in functions_profile_fields.php
Submit profile field
Function submit_pm
submit_pm() in functions_privmsgs.php
Submit PM
Function submit_post
submit_post() in functions_posting.php
Submit Post
t
top
Variable $template
template_compile::$template in functions_template.php
Variable $template_bitfield
Variable $template_filename
Variable $theme
user::$theme in session.php
Variable $timeout
transfer::$timeout in functions_transfer.php
Variable $timeout
jabber::$timeout in functions_jabber.php
Variable $timezone
user::$timezone in session.php
Variable $time_now
session::$time_now in session.php
Variable $tmp_path
transfer::$tmp_path in functions_transfer.php
Variable $tpl_msg
messenger::$tpl_msg in functions_messenger.php
Variable $type
compress_tar::$type in functions_compress.php
Page template.php
template.php in template.php
Class template
template in template.php
Base Template class.
Method template
messenger::template() in functions_messenger.php
Set email template to use
Method template_compile
template_compile::template_compile() in functions_template.php
constuctor
Class template_compile
template_compile in functions_template.php
Extension of template class - Functions needed for compiling templates only.
Method to
messenger::to() in functions_messenger.php
Sets an email address to send to
Constant TOPICS_POSTED_TABLE
TOPICS_POSTED_TABLE in constants.php
Constant TOPICS_TABLE
TOPICS_TABLE in constants.php
Constant TOPICS_TRACK_TABLE
TOPICS_TRACK_TABLE in constants.php
Constant TOPICS_WATCH_TABLE
TOPICS_WATCH_TABLE in constants.php
Function topic_generate_pagination
topic_generate_pagination() in functions_display.php
Generate topic pagination
Function topic_review
topic_review() in functions_posting.php
Topic Review
Function topic_status
topic_status() in functions_display.php
Generate topic status
Function tracking_serialize
tracking_serialize() in functions.php
Transform an array into a serialized format
Function tracking_unserialize
tracking_unserialize() in functions.php
Transform a serialized array into an actual array
Constant TRACK_NORMAL
TRACK_NORMAL in constants.php
Constant TRACK_POSTED
TRACK_POSTED in constants.php
Method transfer
transfer::transfer() in functions_transfer.php
Constructor - init some basic values
Class transfer
transfer in functions_transfer.php
Transfer class, wrapper for ftp/sftp/ssh
Function truncate_string
truncate_string() in functions_content.php
Truncates string while retaining special characters if going over the max length The default max length is 60 at the moment The maximum storage length is there to fit the string within the given length. The string may be further truncated due to html entities.
Function tz_select
tz_select() in functions.php
Pick a timezone
u
top
Variable $update_session_page
Variable $upload
filespec::$upload in functions_upload.php
Variable $uploadname
filespec::$uploadname in functions_upload.php
Variable $username
transfer::$username in functions_transfer.php
Variable $username
jabber::$username in functions_jabber.php
Variable $use_queue
messenger::$use_queue in functions_messenger.php
Variable $use_ssl
jabber::$use_ssl in functions_jabber.php
Function unique_id
unique_id() in functions.php
Return unique id
Method unix_to_dos_time
compress_zip::unix_to_dos_time() in functions_compress.php
Convert unix to dos time
Function unlock_cron
unlock_cron() in cron.php
Unlock cron script
Method unset_admin
session::unset_admin() in session.php
Function update_forum_tracking_info
Check for read forums and update topic tracking info accordingly
Function update_last_username
update_last_username() in functions_user.php
Get latest registered username and update database to reflect it
Function update_pm_counts
update_pm_counts() in functions_privmsgs.php
Update user PM count
Function update_post_information
update_post_information() in functions_posting.php
Update last post information Should be used instead of sync() if only the last post information are out of sync... faster
Function update_unread_status
update_unread_status() in functions_privmsgs.php
Update unread message status
Function upload_attachment
upload_attachment() in functions_posting.php
Upload Attachment - filedata is generated here
Function upload_popup
upload_popup() in posting.php
Show upload popup (progress bar)
Method user
user::user() in session.php
Constructor to set the lang path
Class user
user in session.php
Base user class
Constant USERS_TABLE
USERS_TABLE in constants.php
Constant USER_ACTIVATION_ADMIN
USER_ACTIVATION_ADMIN in constants.php
Constant USER_ACTIVATION_DISABLE
USER_ACTIVATION_DISABLE in constants.php
Constant USER_ACTIVATION_NONE
USER_ACTIVATION_NONE in constants.php
Constant USER_ACTIVATION_SELF
USER_ACTIVATION_SELF in constants.php
Function user_active_flip
user_active_flip() in functions_user.php
Flips user_type from active to inactive and vice versa, handles group membership updates
Function user_add
user_add() in functions_user.php
Adds an user
Function user_ban
user_ban() in functions_user.php
Add a ban or ban exclusion to the banlist. Bans either a user, an IP or an email address
Function user_delete
user_delete() in functions_user.php
Remove User
Constant USER_FOUNDER
USER_FOUNDER in constants.php
Function user_get_id_name
user_get_id_name() in functions_user.php
Obtain user_ids from usernames or vice versa. Returns false on success else the error string
Constant USER_GROUP_TABLE
USER_GROUP_TABLE in constants.php
Constant USER_IGNORE
USER_IGNORE in constants.php
Constant USER_INACTIVE
USER_INACTIVE in constants.php
Function user_ipwhois
user_ipwhois() in functions_user.php
Whois facility
Constant USER_NORMAL
USER_NORMAL in constants.php
Function user_notification
user_notification() in functions_posting.php
User Notification
Function user_unban
user_unban() in functions_user.php
Unban User
Function user_update_name
user_update_name() in functions_user.php
Updates a username across all relevant tables/fields
v
top
Variable $vars
custom_profile_admin::$vars in functions_profile_fields.php
Variable $vars
messenger::$vars in functions_messenger.php
Function validate_data
validate_data() in functions_user.php
Data validation ... used primarily but not exclusively by ucp modules
Function validate_date
validate_date() in functions_user.php
Validate Date
Method validate_email
Validate email
Function validate_email
validate_email() in functions_user.php
Check to see if email address is banned or already present in the DB
Function validate_jabber
validate_jabber() in functions_user.php
Validate jabber address Taken from the jabber class within flyspray (see author notes)
Function validate_match
validate_match() in functions_user.php
Validate Match
Function validate_num
validate_num() in functions_user.php
Validate Number
Method validate_options
custom_profile_admin::validate_options() in functions_profile_fields.php
Return possible validation options
Function validate_password
validate_password() in functions_user.php
Check to see if the password meets the complexity settings
Method validate_profile_field
custom_profile::validate_profile_field() in functions_profile_fields.php
Validate entered profile field data
Method validate_referer
Check if the request originated from the same page.
Function validate_string
validate_string() in functions_user.php
Validate String
Method validate_url
bbcode_firstpass::validate_url() in message_parser.php
Validate url
Function validate_username
validate_username() in functions_user.php
Check to see if the username has been taken, or if it is disallowed.
Method valid_content
fileupload::valid_content() in functions_upload.php
Check for allowed extension
Method valid_dimensions
fileupload::valid_dimensions() in functions_upload.php
Check for allowed dimension
Method valid_extension
fileupload::valid_extension() in functions_upload.php
Check for allowed extension
Page viewforum.php
viewforum.php in viewforum.php
Page viewonline.php
viewonline.php in viewonline.php
Page viewtopic.php
viewtopic.php in viewtopic.php
Constant VOTE_CONVERTED
VOTE_CONVERTED in constants.php
w
top
Variable $warn_msg
bbcode_firstpass::$warn_msg in message_parser.php
Variable $width
filespec::$width in functions_upload.php
Variable $wrote
compress_tar::$wrote in functions_compress.php
Constant WARNINGS_TABLE
WARNINGS_TABLE in constants.php
Function watch_topic_forum
watch_topic_forum() in functions_display.php
Topic and forum watching common code
Constant WORDS_TABLE
WORDS_TABLE in constants.php
Function wrap_img_in_html
wrap_img_in_html() in file.php
Wraps an url into a simple html page. Used to display attachments in IE.
Method write_file
transfer::write_file() in functions_transfer.php
Write file to location
Function write_pm_addresses
write_pm_addresses() in functions_privmsgs.php
Print out/assign recipient information
x
top
Method xmlize
jabber::xmlize() in functions_jabber.php
xmlize()
z
top
Constant ZEBRA_TABLE
ZEBRA_TABLE in constants.php
a b c d e f g h i j k l m n o p q r s t u v w x z _