📄 upgrade-1.1.ini
字号:
[UPGRADE];;;;;;;;;;;;;;;;;;;; basic infomation;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; install_dir: related path to the location of indtaller.php; auto_install:if set to 1,the installer will extract the install_data(zip format) to the install_dir; check_file: decide if the data is extracted,the path should be relted to install_dir;;;;;;;;;;;;;;;;;;;install_dir = "../"mfhs_version = 1.1new_version = 1.2check_file = "includes/inc.php"var_begin = "##"var_end = "##"lng_begin = "#!"lng_end = "!#"lang = upgradeen;debug = off[REGISTER];;;;;;;;;;;;;;;;;;;; license register infomation;;;;;;;;;;;;;;;;;;;[REQUIRMENT];;;;;;;;;;;;;;;;;;;; soft requirement infomation;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; format:type.order = "name:warning if fail"; type:dir,module,function; check method:is_writable(dir); extension_loaded(module); function_exists(function);;;;;;;;;;;;;;;;;;;dir.1 = "backup:#!dirperms_ok!#:#!dirperms_warning!#"dir.2 = "files:#!dirperms_ok!#:#!dirperms_warning!#"dir.3 = "temp:#!dirperms_ok!#:#!dirperms_warning!#"dir.4 = "thumb:#!dirperms_ok!#:#!dirperms_warning!#"dir.5 = "install:#!dirperms_ok!#:#!dirperms_warning!#"dir.6 = "localkey:#!dirperms_ok!#:#!dirperms_warning!#"module.1 = "ftp:#!ftp_ok!#:#!ftp_disabled!#"module.2 = "gd:#!gd_ok!#:#!gd_disabled!#"function.1 = "fsockopen:#!fsockopen_ok!#:#!fsockopen_disabled!#"function.2 = "exec:#!exec_ok!#:#!exec_disabled!#"[INC];;;;;;;;;;;;;;;;;;;; included others script in the installer;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; format: inc.steporder.location = "script.php"; step:0,1,2,3,4,5; location:start:require_once at the beginning of step; end: require_once at the end of step;;;;;;;;;;;;;;;;;;;[MYSQL];;;;;;;;;;;;;;;;;;;; mysql database infomation;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; format:name="description on form";;;;;;;;;;;;;;;;;;;sqlhost = "#!sql_host!#"sqldb = "#!sql_db!#"sqluser = "#!sql_user!#"sqlpass = "#!sql_pass!#"[CONFIG];;;;;;;;;;;;;;;;;;;; config files for the installed script;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; format:source file ="dest file in the install_dir"; source file contains {var} to replace by installer.php;;;;;;;;;;;;;;;;;;;[UPGRADESTEP];;;;;;;;;;;;;;;;;;;; section name in form;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; format:name="description on section";;;;;;;;;;;;;;;;;;;STEP1 = "#!upgrade_step1!#"STEP2 = "#!upgrade_step2!#"[STEP1]incstart = ""sqlfile = "mfhs-upgrade-1.1.sql"incend = ""info = "#!step1_finished!#"[STEP2]incstart = "md5password.php"sqlfile = "mfhs-upgrade-1.1-data.sql"incend = ""info = "#!step2_finished!#"[QUERY];;;;;;;;;;;;;;;;;;;; sql query for the installed script;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; end of config;;;;;;;;;;;;;;;;;;;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -