[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
Copyright: | (c) 2005 phpBB Group |
License: | http://opensource.org/licenses/gpl-license.php GNU Public License |
Version: | $Id$ |
File Size: | 2236 lines (72 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
install_install:: (16 methods):
install_install()
main()
check_server_requirements()
obtain_database_settings()
obtain_admin_settings()
create_config_file()
obtain_advanced_settings()
load_schema()
build_search_index()
add_modules()
add_language()
add_bots()
email_admin()
disable_avatars_if_unwritable()
mail_auth_select()
get_submitted_data()
Class: install_install - X-Ref
Installationinstall_install(&$p_master) X-Ref |
No description |
main($mode, $sub) X-Ref |
No description |
check_server_requirements($mode, $sub) X-Ref |
Checks that the server we are installing on meets the requirements for running phpBB |
obtain_database_settings($mode, $sub) X-Ref |
Obtain the information required to connect to the database |
obtain_admin_settings($mode, $sub) X-Ref |
Obtain the administrator's name, password and email address |
create_config_file($mode, $sub) X-Ref |
Writes the config file to disk, or if unable to do so offers alternative methods |
obtain_advanced_settings($mode, $sub) X-Ref |
Provide an opportunity to customise some advanced settings during the install in case it is necessary for them to be set to access later |
load_schema($mode, $sub) X-Ref |
Load the contents of the schema into the database and then alter it based on what has been input during the installation |
build_search_index($mode, $sub) X-Ref |
Build the search index... |
add_modules($mode, $sub) X-Ref |
Populate the module tables |
add_language($mode, $sub) X-Ref |
Populate the language tables |
add_bots($mode, $sub) X-Ref |
Add search robots to the database |
email_admin($mode, $sub) X-Ref |
Sends an email to the board administrator with their password and some useful links |
disable_avatars_if_unwritable() X-Ref |
Check if the avatar directory is writable and disable avatars if it isn't writable. |
mail_auth_select($selected_method) X-Ref |
Generate a list of available mail server authentication methods |
get_submitted_data() X-Ref |
Get submitted data |
Generated: Wed Oct 2 15:03:47 2013 | Cross-referenced by PHPXref 0.7.1 |