install.php
Simple Machines Forum (SMF)
Tags
Table of Contents
Constants
- DB_SCRIPT_VERSION = '3-0'
- JQUERY_VERSION = '3.6.3'
- MYSQL_TITLE = 'MySQL'
- POSTGRE_TITLE = 'PostgreSQL'
- SMF = 1
- SMF_FULL_VERSION = 'SMF ' . \SMF_VERSION
- SMF_INSTALLING = 1
- SMF_SETTINGS_BACKUP_FILE = __DIR__ . '/Settings_bak.php'
- SMF_SETTINGS_FILE = __DIR__ . '/Settings.php'
- SMF_SOFTWARE_YEAR = '2025'
- SMF_USER_AGENT = 'Mozilla/5.0 (' . \php_uname('s') . ' ' . \php_uname('m') . ') AppleWebKit/605.1.15 (KHTML, like Gecko) SMF/' . \strtr(\SMF_VERSION, ' ', '.')
- SMF_VERSION = '3.0 Alpha 2'
- TIME_START = \microtime(\true)
Functions
- initialize_inputs() : mixed
- load_lang_file() : mixed
- load_database() : mixed
- installExit() : mixed
- Welcome() : mixed
- CheckFilesWritable() : mixed
- DatabaseSettings() : mixed
- ForumSettings() : mixed
- DatabasePopulation() : mixed
- AdminAccount() : mixed
- DeleteInstall() : mixed
- installer_updateSettingsFile() : mixed
- fixModSecurity() : mixed
- template_install_above() : mixed
- template_install_below() : mixed
- template_welcome_message() : mixed
- template_warning_divs() : mixed
- template_chmod_files() : mixed
- template_database_settings() : mixed
- template_forum_settings() : mixed
- template_populate_database() : mixed
- template_admin_account() : mixed
- template_delete_install() : mixed
Constants
DB_SCRIPT_VERSION
public
mixed
DB_SCRIPT_VERSION
= '3-0'
JQUERY_VERSION
public
mixed
JQUERY_VERSION
= '3.6.3'
MYSQL_TITLE
public
mixed
MYSQL_TITLE
= 'MySQL'
POSTGRE_TITLE
public
mixed
POSTGRE_TITLE
= 'PostgreSQL'
SMF
public
mixed
SMF
= 1
SMF_FULL_VERSION
public
mixed
SMF_FULL_VERSION
= 'SMF ' . \SMF_VERSION
SMF_INSTALLING
public
mixed
SMF_INSTALLING
= 1
SMF_SETTINGS_BACKUP_FILE
public
mixed
SMF_SETTINGS_BACKUP_FILE
= __DIR__ . '/Settings_bak.php'
SMF_SETTINGS_FILE
public
mixed
SMF_SETTINGS_FILE
= __DIR__ . '/Settings.php'
SMF_SOFTWARE_YEAR
public
mixed
SMF_SOFTWARE_YEAR
= '2025'
SMF_USER_AGENT
public
mixed
SMF_USER_AGENT
= 'Mozilla/5.0 (' . \php_uname('s') . ' ' . \php_uname('m') . ') AppleWebKit/605.1.15 (KHTML, like Gecko) SMF/' . \strtr(\SMF_VERSION, ' ', '.')
SMF_VERSION
public
mixed
SMF_VERSION
= '3.0 Alpha 2'
TIME_START
public
mixed
TIME_START
= \microtime(\true)
Functions
initialize_inputs()
initialize_inputs() : mixed
load_lang_file()
load_lang_file() : mixed
load_database()
load_database() : mixed
installExit()
installExit([mixed $fallThrough = false ]) : mixed
Parameters
- $fallThrough : mixed = false
Welcome()
Welcome() : mixed
CheckFilesWritable()
CheckFilesWritable() : mixed
DatabaseSettings()
DatabaseSettings() : mixed
ForumSettings()
ForumSettings() : mixed
DatabasePopulation()
DatabasePopulation() : mixed
AdminAccount()
AdminAccount() : mixed
DeleteInstall()
DeleteInstall() : mixed
installer_updateSettingsFile()
installer_updateSettingsFile(mixed $vars[, mixed $rebuild = false ]) : mixed
Parameters
- $vars : mixed
- $rebuild : mixed = false
fixModSecurity()
fixModSecurity() : mixed
template_install_above()
template_install_above() : mixed
template_install_below()
template_install_below() : mixed
template_welcome_message()
template_welcome_message() : mixed
template_warning_divs()
template_warning_divs() : mixed
template_chmod_files()
template_chmod_files() : mixed
template_database_settings()
template_database_settings() : mixed
template_forum_settings()
template_forum_settings() : mixed
template_populate_database()
template_populate_database() : mixed
template_admin_account()
template_admin_account() : mixed
template_delete_install()
template_delete_install() : mixed