源码说明:
Core Api是一个Api系统,程序实现了API集成等基础功能,后期估计会更新key调用api,或者实现付费功能。
这套源码昨天就已经测试好了,时间来不及了 今天才放出来。
安装教程:
PHP7.2+MySQL5.6
1.设置伪静态
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;
}
2.上传源码解压到根目录
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或者重载配置即可。
最后访问http://域名/install
安装程序。
后台 /admin 默认账号密码admin 123456
外面这套源码都是大几十RMB,这里只需赞助一杯柠檬水即可为本站提供更新优秀资源的动力。
资源下载
付费下载

评论一下?