文件名称:HadSkyInstaller
- 所属分类:
- 其他小程序
- 资源属性:
- [PHP] [源码]
- 上传时间:
- 2017-09-08
- 文件大小:
- 166kb
- 下载次数:
- 0次
- 提 供 者:
- hidou*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
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 scr ipt (for example, index.php):
If (... File_exists (dirname (__FILE__). /install/install.locked)) {header ("Location:install"); exit ();}
3. configuration installer:
(1) modify the install/phpscr ipt/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;
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 scr ipt (for example, index.php):
If (... File_exists (dirname (__FILE__). /install/install.locked)) {header ("Location:install"); exit ();}
3. configuration installer:
(1) modify the install/phpscr ipt/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;
相关搜索: Others
(系统自动生成,下载前可以参看下载内容)
下载文件列表
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
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