源码简介
全新Storm Core API管理系统源码 免授权版
本系统为API系统,实现了api集成等基础功能,以后可能会更新key调用api,或者实现付费功能,敬请期待,前端模板均无加密,用户可自行二开,具体请看图
安装环境
PHP7.2+MySQL5.6
搭建教程
1.上传源码至网站目录解压
2.设置伪静态
location / {
rewrite ^/index.html$ /index.php;
rewrite ^/sitemap.xml$ /sitemap.php;
rewrite ^/api/(\w*).html$ /api.php?alias=$1;
rewrite ^/down-([1-9]+[0-9]*).html$ /down/down.php?id=$1;
rewrite ^/down.html$ /down/index.php;
}
3.将压缩包中的ixed.7.2.lin文件放入/www/server/php/72/lib/php/extensions/no-debug-non-zts-20170718目录
4.编辑 /www/server/php/72/etc/php.ini 文件,将’extension=ixed.7.2.lin’添加到该文件的最后一行(没有单引号)
5.重启PHP7.2或者重载配置PHP7.2
6.访问http://domain.com/install 进行安装
7.后台登录地址http://doamin.com/admin 默认账号密码admin/123456
首页截图
后台截图
源码下载
© 版权声明
THE END
暂无评论内容