[Global] element index

Package indexes

All elements
a b c d e f g h i k l m n o p q r s t u v w _
_
top
_ardInt
date_conversion::_ardInt() in date_conversion.class.php
date_conversion::_ardInt()
_close
sessions::_close() in session.class.php
Close session
_destroy
sessions::_destroy() in session.class.php
Destroy session record in database
_gc
sessions::_gc() in session.class.php
Garbage collection, deletes old sessions
_menu
menu::_menu() in blocks.class.php
Main function. it is used to retrive menus used in a certain module or part of the cms
_open
sessions::_open() in session.class.php
Open session
_read
sessions::_read() in session.class.php
Read session data from database
_write
sessions::_write() in session.class.php
Write new data to database
a
top
$allowed_extensions
array_flatten
autokeyword::array_flatten() in keyword_generator.class.php
autokeyword
autokeyword::autokeyword() in keyword_generator.class.php
autokeyword
autokeyword in keyword_generator.class.php
Projectname .......... Multibyte Keyword Generator
add_to_url
add_to_url() in post.functions.php
Add http:// to url if it does not exist
add_url_slash
add_url_slash() in general.functions.php
Add slahes to URLs
array_func
array_func() in protection.php
Check if $_GET is an array or not, then apply the appropiate function
$AltBody
PHPMailer::$AltBody in class.phpmailer.php
Sets the text-only body of the message. This automatically sets the email to multipart/alternative. This body can be read by mail clients that do not have HTML email capability such as mutt. Clients that can read HTML will view the normal Body.
AddAddress
PHPMailer::AddAddress() in class.phpmailer.php
Adds a "To" address.
AddAttachment
PHPMailer::AddAttachment() in class.phpmailer.php
Adds an attachment from a path on the filesystem.
AddBCC
PHPMailer::AddBCC() in class.phpmailer.php
Adds a "Bcc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
AddCC
PHPMailer::AddCC() in class.phpmailer.php
Adds a "Cc" address. Note: this function works with the SMTP mailer on win32, not with the "mail" mailer.
AddCustomHeader
PHPMailer::AddCustomHeader() in class.phpmailer.php
Adds a custom header.
AddEmbeddedImage
PHPMailer::AddEmbeddedImage() in class.phpmailer.php
Adds an embedded attachment. This can include images, sounds, and just about any other document. Make sure to set the $type to an image type. For JPEG images use "image/jpeg" and for GIF images use "image/gif".
AddReplyTo
PHPMailer::AddReplyTo() in class.phpmailer.php
Adds a "Reply-to" address.
AddStringAttachment
PHPMailer::AddStringAttachment() in class.phpmailer.php
Adds a string or binary attachment (non-filesystem) to the list.
Authenticate
SMTP::Authenticate() in class.smtp.php
Performs SMTP authentication. Must be run after running the Hello() method. Returns true if successfully authenticated.
b
top
$block_template
menu::$block_template in blocks.class.php
bbcode
bbcode in bbcode.class.php
This calss handles bbcode formatting in all of the cms
bbcode_code
bbcode::bbcode_code() in bbcode.class.php
This function handels code fomrating (normal code, php code and qouting)
bbcode_font
bbcode::bbcode_font() in bbcode.class.php
This functions handels font formating.
bbcode_media
bbcode::bbcode_media() in bbcode.class.php
This function handels viewing media that are contained in bbcode (audio, video or flash)
bbcode_url_mail
bbcode::bbcode_url_mail() in bbcode.class.php
This function handels links posted using bbcode
bbcode.class.php
bbcode.class.php in bbcode.class.php
blocks.class.php
blocks.class.php in blocks.class.php
blockhack
blockhack() in protection.php
Block hacking attempt throught url
$Body
PHPMailer::$Body in class.phpmailer.php
Sets the Body of the message. This can be either an HTML or text body.
c
top
$contents
autokeyword::$contents in keyword_generator.class.php
$css
templates::$css in templates.class.php
checkbox_selection
form::checkbox_selection() in form.class.php
This function handles checkbox selection
checkSpams
Spams::checkSpams() in spam.class.php
Display message if spam occured
check_existing_upload
handle_upload_files::check_existing_upload()
check_file_extension
handle_upload_files::check_file_extension()
check_file_size
handle_upload_files::check_file_size()
check_image_info
handle_upload_files::check_image_info()
check_upload_file
handle_upload_files::check_upload_file()
close
mysql::close() in mysql.class.php
Close mysql connection
codeStyle
bbcode::codeStyle() in bbcode.class.php
handles code viewing in a given post. Used within bbcode::bbcode_code
connect
mysql::connect() in mysql.class.php
Connect to database
control.php
control.php in control.php
checkcookie
checkcookie() in general.functions.php
Check if a cookie exist for the current user
check_edit_time
check_edit_time() in post.functions.php
This function checks the maximum time allowed to edit a post
check_email_validity
check_email_validity() in general.functions.php
Check whether email is a valid email or not
check_referer
check_referer() in general.functions.php
This function check the website the user came from
createRandom
createRandom() in index.php
conf.php
conf.php in conf.php
$CharSet
PHPMailer::$CharSet in class.phpmailer.php
Sets the CharSet of the message.
$ConfirmReadingTo
PHPMailer::$ConfirmReadingTo in class.phpmailer.php
Sets the email address that a reading confirmation will be sent.
$ContentType
PHPMailer::$ContentType in class.phpmailer.php
Sets the Content-type of the message.
$CRLF
SMTP::$CRLF in class.smtp.php
SMTP reply line ending
ClearAddresses
PHPMailer::ClearAddresses() in class.phpmailer.php
Clears all recipients assigned in the TO array. Returns void.
ClearAllRecipients
PHPMailer::ClearAllRecipients() in class.phpmailer.php
Clears all recipients assigned in the TO, CC and BCC array. Returns void.
ClearAttachments
PHPMailer::ClearAttachments() in class.phpmailer.php
Clears all previously set filesystem, string, and binary attachments. Returns void.
ClearBCCs
PHPMailer::ClearBCCs() in class.phpmailer.php
Clears all recipients assigned in the BCC array. Returns void.
ClearCCs
PHPMailer::ClearCCs() in class.phpmailer.php
Clears all recipients assigned in the CC array. Returns void.
ClearCustomHeaders
PHPMailer::ClearCustomHeaders() in class.phpmailer.php
Clears all custom headers. Returns void.
ClearReplyTos
PHPMailer::ClearReplyTos() in class.phpmailer.php
Clears all recipients assigned in the ReplyTo array. Returns void.
Close
SMTP::Close() in class.smtp.php
Closes the socket and cleans up the state of the class.
Connect
SMTP::Connect() in class.smtp.php
Connect to the server specified on the port specified.
class.phpmailer.php
class.phpmailer.php in class.phpmailer.php
class.smtp.php
class.smtp.php in class.smtp.php
d
top
$dbconntype
mysql::$dbconntype in mysql.class.php
$dbname
mysql::$dbname in mysql.class.php
$dbpword
mysql::$dbpword in mysql.class.php
$dbserver
mysql::$dbserver in mysql.class.php
$dbuser
mysql::$dbuser in mysql.class.php
$dir
module::$dir in module.class.php
date
date_conversion::date() in date_conversion.class.php
date_conversion::date()
dateHejri2Geo
date_conversion::dateHejri2Geo() in date_conversion.class.php
date_conversion::dateHejri2Geo()
date_conversion
date_conversion in date_conversion.class.php
This class convert all date in the DiY-CMS to a hijri (lunar) date if the hijri date type is selected
dbarray
mysql::dbarray() in mysql.class.php
add query results to an array
dbfetch
mysql::dbfetch() in mysql.class.php
query database and return results in an array
dbnumquery
mysql::dbnumquery() in mysql.class.php
count rows number in a query given by $tabel, $where and $field
dbnumrows
mysql::dbnumrows() in mysql.class.php
Count query rows number
deleteform
form::deleteform() in form.class.php
function adds a deleting form field
delete_file_info
handle_upload_files::delete_file_info()
date_conversion.class.php
date_conversion.class.php in date_conversion.class.php
display_nav_bar
display_nav_bar() in general.functions.php
Display navigation bar for control panel
DAY_FRIDAY
DAY_FRIDAY in english.php
DAY_MONDAY
DAY_MONDAY in english.php
DAY_SATURDAY
DAY_SATURDAY in english.php
DAY_SUNDAY
DAY_SUNDAY in english.php
DAY_THURSDAY
DAY_THURSDAY in english.php
DAY_TUESDAY
DAY_TUESDAY in english.php
DAY_WEDNESDAY
DAY_WEDNESDAY in english.php
$do_debug
SMTP::$do_debug in class.smtp.php
Sets whether debugging is turned on
Data
SMTP::Data() in class.smtp.php
Issues a data command and sends the msg_data to the server
e
top
$encoding
autokeyword::$encoding in keyword_generator.class.php
$error
handle_upload_files::$error in upload.class.php
edit_upload
form::edit_upload() in form.class.php
handles editing file upload, paritcularly attachments
edit_uploaded_files
handle_upload_files::edit_uploaded_files()
email
email::email() in email.class.php
email::email()
email
email in email.class.php
This class handles email issues, such as post subscription or pm notificaitons
exit_Error
Files::exit_Error() in files.class.php
Error display, when an error occured during reading or downlding a file this function will display a message mentioning the error
email.class.php
email.class.php in email.class.php
error_message
error_message() in general.functions.php
Display error message
escape_string
escape_string() in post.functions.php
Santize data agains mysql injection
english.php
english.php in english.php
$Encoding
PHPMailer::$Encoding in class.phpmailer.php
Sets the Encoding of the message. Options for this are "8bit", "7bit", "binary", "base64", and "quoted-printable".
$ErrorInfo
PHPMailer::$ErrorInfo in class.phpmailer.php
Holds the most recent mailer error message.
Expand
SMTP::Expand() in class.smtp.php
Expand takes the name and asks the server to list all the people who are members of the _list_. Expand will return back and array of the result or false if an error occurs.
f
top
$field
email::$field in email.class.php
$footer
templates::$footer in templates.class.php
$from_email
email::$from_email in email.class.php
$from_name
email::$from_name in email.class.php
Files
Files in files.class.php
procces files uploading and downloading
files_upload
form::files_upload() in form.class.php
handles file upload field
form
form in form.class.php
This calss handles form fields (text input, file upload, textarea .. etc)
format_bbcode
bbcode::format_bbcode() in bbcode.class.php
This function is to be called in other files if bbcode formatting is required
form_table
form::form_table() in form.class.php
Display the form table with all the form elements
files.class.php
files.class.php in files.class.php
form.class.php
form.class.php in form.class.php
filemanager.php
filemanager.php in filemanager.php
format_data
format_data() in post.functions.php
Proccess data before sending it to the database
format_data_out
format_data_out() in post.functions.php
Proccess data before viewing it in the browser
format_date
format_date() in general.functions.php
Format data
format_post
format_post() in post.functions.php
Clean post from mailicous code
format_Size
format_Size() in general.functions.php
Convert size to the appropriate unit
format_time
format_time() in general.functions.php
Get time out of timestamp
$From
PHPMailer::$From in class.phpmailer.php
Sets the From email address for the message.
$FromName
PHPMailer::$FromName in class.phpmailer.php
Sets the From name of the message.
g
top
gettemplate
module::gettemplate() in module.class.php
retrive the template specificed for the loaded module
gettemplate
templates::gettemplate() in templates.class.php
retrive the spcified template from the main templates array
get_block
menu::get_block() in blocks.class.php
Get template of each menu
get_keywords
autokeyword::get_keywords() in keyword_generator.class.php
group_permission
form::group_permission() in form.class.php
This function handles group permissions field in the form (used for moderators when adding a category)
global.php
global.php in global.php
get_file_path
get_file_path() in general.functions.php
Get path for uploaded images or files
get_global_setting
get_global_setting() in general.functions.php
Get a single global setting retrived from the settings_array function
get_group_setting
get_group_setting() in general.functions.php
Get a setting for a spcified group
get_hooked_functions
get_hooked_functions() in general.functions.php
get_host_name
get_host_name() in general.functions.php
Get the host name
get_message
get_message() in general.functions.php
Get message from the html/messag folder
get_user_group
get_user_group() in general.functions.php
This function returens the group title of a particular user
get_user_info
get_user_info() in general.functions.php
Get user infomration and put them in an object
get_user_ip
get_user_ip() in general.functions.php
Get user IP
get_user_rank
get_user_rank() in general.functions.php
Get the user rank
general.functions.php
general.functions.php in general.functions.php
h
top
$header
templates::$header in templates.class.php
$header
email::$header in email.class.php
handle_upload_files
handle_upload_files::handle_upload_files()
handle_upload_files
handle_upload_files in upload.class.php
This class handles single and multiple upload files
hiddenform
form::hiddenform() in form.class.php
adds a hidden form
html2txt
autokeyword::html2txt() in keyword_generator.class.php
html_area
form::html_area() in form.class.php
This function displays html editor when selected in the textarea
highlight_words
highlight_words() in post.functions.php
This function highlights a word when a search is done
hook_a_function
hook_a_function() in general.functions.php
HIJRI_MONTH_DHU_AL-HIJJAH
HIJRI_MONTH_DHU_AL-QIDAH
HIJRI_MONTH_JUMADA_AL-AWWAL
HIJRI_MONTH_JUMADA_AL-THANI
HIJRI_MONTH_MUHARRAM
HIJRI_MONTH_MUHARRAM in english.php
HIJRI_MONTH_RABI_AL-AWWAL
HIJRI_MONTH_RABI_AL-THANI
HIJRI_MONTH_RAJAB
HIJRI_MONTH_RAJAB in english.php
HIJRI_MONTH_RAMADAN
HIJRI_MONTH_RAMADAN in english.php
HIJRI_MONTH_SAFAR
HIJRI_MONTH_SAFAR in english.php
HIJRI_MONTH_SHAABAN
HIJRI_MONTH_SHAABAN in english.php
HIJRI_MONTH_SHAWWAL
HIJRI_MONTH_SHAWWAL in english.php
$Helo
PHPMailer::$Helo in class.phpmailer.php
Sets the SMTP HELO of the message (Default is $Hostname).
$Host
PHPMailer::$Host in class.phpmailer.php
Sets the SMTP hosts. All hosts must be separated by a semicolon. You can also specify a different port for each host by using this format: [hostname:port] (e.g. "smtp1.example.com:25;smtp2.example.com").
$Hostname
PHPMailer::$Hostname in class.phpmailer.php
Sets the hostname to use in Message-Id and Received headers and as default HELO string. If empty, the value returned by SERVER_NAME is used or 'localhost.localdomain'.
Hello
SMTP::Hello() in class.smtp.php
Sends the HELO command to the smtp server.
Help
SMTP::Help() in class.smtp.php
Gets help information on the keyword specified. If the keyword
i
top
$ignore
autokeyword::$ignore in keyword_generator.class.php
$image_extensions
include_global_template
Proccess template inclusion whithen templates
include_module_template
proccess template inclusion within loaded module.
inputform
form::inputform() in form.class.php
handles input form and dispalys it
insertid
mysql::insertid() in mysql.class.php
retrive the id of the last row inserted
insertSpams
Spams::insertSpams() in spam.class.php
Insert spam details if detected in the database
insert_file_info
handle_upload_files::insert_file_info()
is_ip
Spams::is_ip() in spam.class.php
Check if IP is valied
index.php
index.php in index.php
implode_data
implode_data() in general.functions.php
Implode data
includeFile
includeFile() in general.functions.php
Include a function when the replace_callback is called
info_message
info_message() in general.functions.php
Display an information message and redirect the user to the link set by $url
index.php
index.php in index.php
IsError
PHPMailer::IsError() in class.phpmailer.php
Returns true if an error occurred.
IsHTML
PHPMailer::IsHTML() in class.phpmailer.php
Sets message type to HTML.
IsMail
PHPMailer::IsMail() in class.phpmailer.php
Sets Mailer to send message using PHP mail() function.
IsQmail
PHPMailer::IsQmail() in class.phpmailer.php
Sets Mailer to send message using the qmail MTA.
IsSendmail
PHPMailer::IsSendmail() in class.phpmailer.php
Sets Mailer to send message using the $Sendmail program.
IsSMTP
PHPMailer::IsSMTP() in class.phpmailer.php
Sets Mailer to send message using SMTP.
k
top
$keywords
autokeyword::$keywords in keyword_generator.class.php
keyword_generator.class.php
keyword_generator.class.php in keyword_generator.class.php
l
top
$lang
autokeyword::$lang in keyword_generator.class.php
$language_array
module::$language_array in module.class.php
$link
mysql::$link in mysql.class.php
login.class.php
login.class.php in login.class.php
load_modInfo
module::load_modInfo() in module.class.php
get loaded module detalies: name, groups allowed to view module, menus alignment .. etc.
login
login in login.class.php
This class handles login functions
limit_text_view
limit_text_view() in post.functions.php
Limit the view text characters, used in post headers
Login
Login() in general.functions.php
Display login form for restricted area
LANG_ERROR_ADD_DB
LANG_ERROR_ADD_DB in english.php
LANG_ERROR_URL
LANG_ERROR_URL in english.php
LANG_ERROR_VALIDATE
LANG_ERROR_VALIDATE in english.php
LANG_ERROR_WAIT_SECONDS
LANG_MODULE_FILE_NOT_FOUND
LANG_MODULE_NOT_FOUND
LANG_MODULE_NOT_FOUND in english.php
LANG_TITLE_ERROR
LANG_TITLE_ERROR in english.php
LANG_TITLE_LOG_IN
LANG_TITLE_LOG_IN in english.php
m
top
$mailuser
email::$mailuser in email.class.php
$mail_temp
email::$mail_temp in email.class.php
$main_templates
templates::$main_templates in templates.class.php
$max_height
$max_size
handle_upload_files::$max_size in upload.class.php
$max_width
$menucenter
menu::$menucenter in blocks.class.php
$menuhead
menu::$menuhead in blocks.class.php
$menuid
menu::$menuid in blocks.class.php
$message
email::$message in email.class.php
$modfile
module::$modfile in module.class.php
$modInfo
module::$modInfo in module.class.php
$module
handle_upload_files::$module in upload.class.php
$module
module::$module in module.class.php
module.class.php
module.class.php in module.class.php
mysql.class.php
mysql.class.php in mysql.class.php
mail_user
email::mail_user() in email.class.php
email::mail_user()
menu
menu in blocks.class.php
This class handels menu (blocks) viewed in cms whether on the sides or in the middle
middle_menu
menu::middle_menu() in blocks.class.php
This function proccess and displays middle menus
module
module in module.class.php
This class is to display modules in DiY-CMS.
module
module::module() in module.class.php
Constructor: load main functions, search for the main files and load templates
module_active
module::module_active() in module.class.php
check if loaded module is enabled or disabled.
module_name
module::module_name() in module.class.php
get module name and clean it
module_OutPut
module::module_OutPut() in module.class.php
output the module. Function checks if a page is set (within a directory or not) and then display it
mysql
mysql in mysql.class.php
Handles database-related functions
mysql
mysql::mysql() in mysql.class.php
Constructor: load database configurations and connect to the database
MYSQLERROR_ERROR
MYSQLERROR_ERROR in mysql.class.php
MYSQLERROR_NUMBER
MYSQLERROR_NUMBER in mysql.class.php
mod.php
mod.php in mod.php
maximum_allowed
maximum_allowed() in post.functions.php
Check the maximum amount allowed of text
MONTH_APRIL
MONTH_APRIL in english.php
MONTH_AUGUST
MONTH_AUGUST in english.php
MONTH_DECEMBER
MONTH_DECEMBER in english.php
MONTH_FEBRUARY
MONTH_FEBRUARY in english.php
MONTH_JANUARY
MONTH_JANUARY in english.php
MONTH_JULY
MONTH_JULY in english.php
MONTH_JUNE
MONTH_JUNE in english.php
MONTH_MARCH
MONTH_MARCH in english.php
MONTH_MAY
MONTH_MAY in english.php
MONTH_NOVEMBER
MONTH_NOVEMBER in english.php
MONTH_OCTOBER
MONTH_OCTOBER in english.php
MONTH_SEPTEMBER
MONTH_SEPTEMBER in english.php
$Mailer
PHPMailer::$Mailer in class.phpmailer.php
Method to send mail: ("mail", "sendmail", or "smtp").
Mail
SMTP::Mail() in class.smtp.php
Starts a mail transaction from the email address specified in $from. Returns true if successful or false otherwise. If True the mail transaction is started and then one or more Recipient commands may be called followed by a Data command.
n
top
nav_bar
module::nav_bar() in module.class.php
This function get the navigation bar for the loaded module
Noop
SMTP::Noop() in class.smtp.php
Sends the command NOOP to the SMTP server.
o
top
occure_filter
autokeyword::occure_filter() in keyword_generator.class.php
online.php
online.php in online.php
p
top
$phpmailer
email::$phpmailer in email.class.php
$phrase2WordLengthMin
autokeyword::$phrase2WordLengthMin in keyword_generator.class.php
$phrase2WordLengthMinOccur
autokeyword::$phrase2WordLengthMinOccur in keyword_generator.class.php
$phrase3WordLengthMin
autokeyword::$phrase3WordLengthMin in keyword_generator.class.php
$phrase3WordLengthMinOccur
autokeyword::$phrase3WordLengthMinOccur in keyword_generator.class.php
$postid
email::$postid in email.class.php
page_output
templates::page_output() in templates.class.php
This function outputs the main content of the website
parse_2words
autokeyword::parse_2words() in keyword_generator.class.php
parse_3words
autokeyword::parse_3words() in keyword_generator.class.php
parse_words
autokeyword::parse_words() in keyword_generator.class.php
permission
module::permission() in module.class.php
check for for the value retrived from module::setting if a group setting was specified
phpCode
bbcode::phpCode() in bbcode.class.php
display php code highlighted
print_error
mysql::print_error() in mysql.class.php
print query error when it occurs
process_text
autokeyword::process_text() in keyword_generator.class.php
post.functions.php
post.functions.php in post.functions.php
protection.php
protection.php in protection.php
page_footer
page_footer() in general.functions.php
Display page footer
page_header
page_header() in general.functions.php
Display page header
pagination
pagination() in general.functions.php
Pagination function, allows for the pagination of huge data
pagination_list
pagination_list() in general.functions.php
Displays pagination next to a topic title
popup_window
popup_window() in general.functions.php
Display a popup message
post_output
post_output() in post.functions.php
Formate post: replace bbcode, stripslaes and convert lines
prevenet_xss_attacks
prevenet_xss_attacks() in protection.php
Prevent XSS attacks
$Password
PHPMailer::$Password in class.phpmailer.php
Sets SMTP password.
$PluginDir
PHPMailer::$PluginDir in class.phpmailer.php
Path to PHPMailer plugins. This is now only useful if the SMTP class is in a different directory than the PHP include path.
$Port
PHPMailer::$Port in class.phpmailer.php
Sets the default SMTP server port.
$Priority
PHPMailer::$Priority in class.phpmailer.php
Email priority (1 = High, 3 = Normal, 5 = low).
phpmailer.lang-ar.php
phpmailer.lang-ar.php in phpmailer.lang-ar.php
phpmailer.lang-en.php
phpmailer.lang-en.php in phpmailer.lang-en.php
PHPMailer
PHPMailer in class.phpmailer.php
PHPMailer - PHP email transport class
q
top
$queryNum
mysql::$queryNum in mysql.class.php
$query_echo
mysql::$query_echo in mysql.class.php
query
mysql::query() in mysql.class.php
query the database
Quit
SMTP::Quit() in class.smtp.php
Sends the quit command to the server and then closes the socket if there is no error or the $close_on_error argument is true.
r
top
$result
mysql::$result in mysql.class.php
radio_selection
form::radio_selection() in form.class.php
This function handles multiple radio selection. The defualt value is yes and no.
read
Files::read() in files.class.php
echo Files::read("filename.txt"); or $content =Files::read("filename.txt");
removeDuplicateKw
autokeyword::removeDuplicateKw() in keyword_generator.class.php
RUN_MODULE
RUN_MODULE in mod.php
ReadFromFile
ReadFromFile() in general.functions.php
Read from a file or a link
replace_callback
replace_callback() in general.functions.php
Replce callback functions
replace_censored_words
replace_censored_words() in post.functions.php
Replace censored words
replace_smile_images
replace_smile_images() in post.functions.php
Replace smiles images in a post
required_entries
required_entries() in post.functions.php
Check for required post entries
Recipient
SMTP::Recipient() in class.smtp.php
Sends the command RCPT to the SMTP server with the TO: argument of $to.
Reset
SMTP::Reset() in class.smtp.php
Sends the RSET command to abort and transaction that is currently in progress. Returns true if successful false otherwise.
s
top
$ses_table
sessions::$ses_table in session.class.php
$settings
module::$settings in module.class.php
$subject
email::$subject in email.class.php
session.class.php
session.class.php in session.class.php
spam.class.php
spam.class.php in spam.class.php
selectform
form::selectform() in form.class.php
This function handles multiple selection (accept arrays only)
send
email::send() in email.class.php
email::send()
send_mail
email::send_mail() in email.class.php
email::send_mail()
send_mail_html
email::send_mail_html() in email.class.php
email::send_mail_html()
send_to_moderate
email::send_to_moderate() in email.class.php
email::send_to_moderate()
send_to_users
email::send_to_users() in email.class.php
email::send_to_users()
sessions
sessions in session.class.php
This class sessions in DiY-CMS. The class extends to mysql class
setOutCookie
login::setOutCookie() in login.class.php
destroy cookies
setTimeCookie
login::setTimeCookie() in login.class.php
creat cookie
setting
module::setting() in module.class.php
This function gets the value of a specific setting of the loaded moudle.
set_cookie
login::set_cookie() in login.class.php
Set a cookie
set_use_html
email::set_use_html() in email.class.php
email::set_use_html()
smiles
form::smiles() in form.class.php
This function displays smiles next the box of posting a message
Spams
Spams::Spams() in spam.class.php
Constructr
Spams
Spams in spam.class.php
This class handles login functions
start_login_info
login::start_login_info() in login.class.php
proccess login information and cookie making
stripPunctuations
autokeyword::stripPunctuations() in keyword_generator.class.php
santize_post_data
santize_post_data() in post.functions.php
Remove all malicious code in post data
settings_array
settings_array() in general.functions.php
Put all website settings into an array
set_id_int
set_id_int() in general.functions.php
Check whether a certian value is an integer or not (useful for $_GET['ID'] value evaluation) It also make the value a required entry (so if it does not exist an error message will be displayed
$Sender
PHPMailer::$Sender in class.phpmailer.php
Sets the Sender email (Return-Path) of the message. If not empty, will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode.
$Sendmail
PHPMailer::$Sendmail in class.phpmailer.php
Sets the path of the sendmail program.
$SMTPAuth
PHPMailer::$SMTPAuth in class.phpmailer.php
Sets SMTP authentication. Utilizes the Username and Password variables.
$SMTPDebug
PHPMailer::$SMTPDebug in class.phpmailer.php
Sets SMTP class debugging on or off.
$SMTPKeepAlive
PHPMailer::$SMTPKeepAlive in class.phpmailer.php
Prevents the SMTP connection from being closed after each mail sending. If this is set to true then to close the connection requires an explicit call to SmtpClose().
$SMTP_PORT
SMTP::$SMTP_PORT in class.smtp.php
SMTP server port
$Subject
PHPMailer::$Subject in class.phpmailer.php
Sets the Subject of the message.
Send
SMTP::Send() in class.smtp.php
Starts a mail transaction from the email address specified in
Send
PHPMailer::Send() in class.phpmailer.php
Creates message and assigns Mailer. If the message is not sent successfully then it returns false. Use the ErrorInfo variable to view description of the error.
SendAndMail
SMTP::SendAndMail() in class.smtp.php
Starts a mail transaction from the email address specified in
SendOrMail
SMTP::SendOrMail() in class.smtp.php
Starts a mail transaction from the email address specified in
SetLanguage
PHPMailer::SetLanguage() in class.phpmailer.php
Sets the language for all class error messages. Returns false if it cannot load the language file. The default language type is English.
SMTP
SMTP::SMTP() in class.smtp.php
Initialize the class so that the data is in a known state.
SMTP
SMTP in class.smtp.php
SMTP is rfc 821 compliant and implements all the rfc 821 SMTP commands except TURN which will always return a not implemented error. SMTP also provides some utility methods for sending mail to an SMTP server.
SmtpClose
PHPMailer::SmtpClose() in class.phpmailer.php
Closes the active SMTP session if one exists.
t
top
$templates
module::$templates in module.class.php
$themeid
templates::$themeid in templates.class.php
$themepath
templates::$themepath in templates.class.php
$timeOut
Spams::$timeOut in spam.class.php
$to_email
email::$to_email in email.class.php
templates.class.php
templates.class.php in templates.class.php
templates
templates in templates.class.php
This class handles login functions
templates
templates::templates() in templates.class.php
Constructor: load main settings array, default theme, main templates array,
textarea
form::textarea() in form.class.php
This function handles textarea field
TURN_BLOCK_ON
TURN_BLOCK_ON in global.php
TIME_AM
TIME_AM in english.php
TIME_PM
TIME_PM in english.php
$Timeout
PHPMailer::$Timeout in class.phpmailer.php
Sets the SMTP server timeout in seconds. This function will not work with the win32 version.
Turn
SMTP::Turn() in class.smtp.php
This is an optional command for SMTP that this class does not support. This method is here to make the RFC821 Definition complete for this class and __may__ be implimented in the future
u
top
user_profile.php
user_profile.php in user_profile.php
$userid
email::$userid in email.class.php
$use_html
email::$use_html in email.class.php
upload.class.php
upload.class.php in upload.class.php
updateSpams
Spams::updateSpams() in spam.class.php
Update spam if it a reoccuring spam
update_file_info
handle_upload_files::update_file_info()
upload_files
handle_upload_files::upload_files()
upload_image
upload_image() in post.functions.php
This function handles image upload
$Username
PHPMailer::$Username in class.phpmailer.php
Sets SMTP username.
v
top
$Version
PHPMailer::$Version in class.phpmailer.php
Holds PHPMailer version.
Verify
SMTP::Verify() in class.smtp.php
Verifies that the name is recognized by the server.
w
top
$word2WordPhraseLengthMin
autokeyword::$word2WordPhraseLengthMin in keyword_generator.class.php
$word3WordPhraseLengthMin
autokeyword::$word3WordPhraseLengthMin in keyword_generator.class.php
$wordLengthMin
autokeyword::$wordLengthMin in keyword_generator.class.php
$wordOccuredMin
autokeyword::$wordOccuredMin in keyword_generator.class.php
write
Files::write() in files.class.php
if(Files::write("filename.txt")) echo '
Create empty file'; -----------------------
$WordWrap
PHPMailer::$WordWrap in class.phpmailer.php
Sets word wrapping on the body of the message to a given number of characters.
a b c d e f g h i k l m n o p q r s t u v w _