|
Cheetah
|
Go to the source code of this file.
Functions | |
| if($sInstallPageContent) | isSecure () |
| InstallPageContent (&$sError) | |
| performInstallLanguages () | |
| walkThroughLanguage ($aLanguage, $aLangInfo) | |
| genInstallationProcessPage ($sErrorMessage='') | |
| isAdmin () | |
| checkPostInstallPermissions (&$sError) | |
| genPostInstallPermissionTable ($sErrorMessage='') | |
| genSiteGeneralConfig ($sErrorMessage='') | |
| checkConfigArray ($aCheckedArray, &$sError) | |
| genDatabaseConfig ($sErrorMessage='') | |
| genPathCheckingConfig ($sErrorMessage='') | |
| checkPreInstallPermission (&$sError) | |
| genPreInstallPermissionTable ($sErrorMessage='') | |
| StartInstall () | |
| genMainCheetahPage () | |
| PageHeader ($sAction='', $sError='') | |
| PageFooter ($sAction) | |
| printInstallError ($sText) | |
| createTable ($arr) | |
| rewriteFile ($sCode, $sReplace, $sFile) | |
| RunSQL ($sAdminName, $sAdminPassword) | |
| CheckSQLParams () | |
Variables | |
| $aPhpExtensions | |
| $iMemoryLimitBytes = ini_get('memory_limit') | |
| $last = strtolower($iMemoryLimitBytes{strlen($iMemoryLimitBytes) - 1}) | |
| switch($last) | $aErrors = array() |
| $aErrors [] = (ini_get('register_globals') == 0) ? '' : '<font color="red">register_globals is On (warning, you should have this param in the Off state, or your site will be unsafe)</font>' | |
| $aConf = array() | |
| $aConf ['iVersion'] = $site['ver'] | |
| $aConf ['iPatch'] = $site['build'] | |
| $aConf ['dolFile'] = '../inc/header.inc.php' | |
| $aConf ['confDir'] = '../inc/' | |
| $aConf ['headerTempl'] = | |
| $aConf ['periodicTempl'] = | |
| $confFirst = array() | |
| $confFirst ['site_url'] | |
| $confFirst ['dir_root'] | |
| $sPleskPath = '/opt/plesk/php/' . PHP_MAJOR_VERSION . '.' . PHP_MINOR_VERSION . '/bin/php' | |
| $confFirst ['dir_php'] | |
| $aDbConf = array() | |
| $aDbConf ['sql_file'] | |
| $aDbConf ['db_host'] | |
| $aDbConf ['db_port'] | |
| $aDbConf ['db_sock'] | |
| $aDbConf ['db_name'] | |
| $aDbConf ['db_user'] | |
| $aDbConf ['db_password'] | |
| $aGeneral = array() | |
| $aGeneral ['site_title'] | |
| $aGeneral ['site_desc'] | |
| $aGeneral ['site_email'] | |
| $aGeneral ['notify_email'] | |
| $aGeneral ['bug_report_email'] | |
| $aGeneral ['admin_username'] | |
| $aGeneral ['admin_password'] | |
| $aNonDeletableModules | |
| $aTemporalityWritableFolders | |
| $sAction = $_REQUEST['action'] | |
| $sError = '' | |
| const | CH_SKIP_INSTALL_CHECK true |
| if ( $sAction=='step6'||$sAction=='step7'||$sAction=='compile_languages') | |
| $sInstallPageContent = InstallPageContent($sError) | |
| $aDbConf[ 'db_host'] |
| $aDbConf[ 'db_name'] |
| $aDbConf[ 'db_password'] |
| $aDbConf[ 'db_port'] |
| $aDbConf[ 'db_sock'] |
| $aDbConf[ 'db_user'] |
| $aDbConf[ 'sql_file'] |
| $aGeneral[ 'admin_password'] |
| $aGeneral[ 'admin_username'] |
| $aGeneral[ 'bug_report_email'] |
| $aGeneral[ 'notify_email'] |
| $aGeneral[ 'site_desc'] |
| $aGeneral[ 'site_email'] |
| $aGeneral[ 'site_title'] |
| $aNonDeletableModules |
| $aPhpExtensions |
This work, "Cheetah - https://www.cheetahwsb.com", is a derivative of "Dolphin Pro V7.4.2" by BoonEx Pty Limited - https://www.boonex.com/, used under CC-BY. "Cheetah" is licensed under CC-BY by Dean J. Bassett Jr. CC-BY License - http://creativecommons.org/licenses/by/3.0/
| $aTemporalityWritableFolders |
| $confFirst[ 'dir_php'] |
| $confFirst[ 'dir_root'] |
| $confFirst[ 'site_url'] |
| $last = strtolower($iMemoryLimitBytes{strlen($iMemoryLimitBytes) - 1}) |
| $sInstallPageContent = InstallPageContent($sError) |
| $sPleskPath = '/opt/plesk/php/' . PHP_MAJOR_VERSION . '.' . PHP_MINOR_VERSION . '/bin/php' |