Description: This is an open source software, and the author authorizes you to make any changes to it.
1. first extract the HadSkyInstaller and put the install folder to your PHP program root directory;
2. add code to the head of your program's entry script (for example, index.php):
If (... File_exists (dirname (__FILE__). /install/install.locked)) {header ("Location:install"); exit ();}
3. configuration installer:
(1) modify the install/phpscript/install.php file as follows:
The 19 line: fill in the MySQL configuration file path for your program;
$configflie=fopen (dirname (__FILE__), /../config.php, w.);
The 25-32 line: fill in the contents of the MySQL configuration file for your program;
To Search:
File list (Check if you may need any files):
index.php
install
install\config.php
install\index.php
install\mysqldata
install\mysqldata\data.sql
install\phpscript
install\phpscript\install.php
install\puyuetian
install\puyuetian\function.php
install\puyuetian\variable.php
install\template
install\template\css
install\template\css\amazeui.min.css
install\template\frame.html
install\template\htmltip.html
install\template\img
install\template\img\error.png
install\template\js
install\template\js\jquery.min.js
install\template\step1.html
install\template\step2.html
install\template\step3.html
功能说明.txt
配置教程.txt