此版本是在原2.4版本的基础上修复和增加了些功能。全新后台优化美化添加部分代码,前台提交修改去少数内容,添加友链访显示前排。
AA源码网·亲测图:
后台截图:
测试环境:宝塔Nginx 的php5.6 +mysql5.6
安装教程:
- 将压缩文件传到服务器/虚拟机后直接解压;
- 将aaym.sql文件导入数据库;
- 修改config.php数据库配置;
- 服务器设置好伪静态规则;
- 后台登录地址:域名/admin,默认帐号密码均为aaym.net;
- 修改后台相关设置就可以了。
rewrite ^/index.html$ /index.php;
rewrite ^/about.html$ /about.php;
rewrite ^/top.html$ /top.php;
rewrite ^/search.html$ /search.php;
rewrite ^/apply.html$ /apply.php;
rewrite ^/404.html$ /404.php;
rewrite ^/sort([1-9]+[0-9]*).html$ /sort.php?id=$1;
rewrite ^/sort([a-zA-Z]+).html$ /sort.php?alias=$1;
rewrite ^/site_([1-9]+[0-9]*).html$ /site.php?id=$1;
本文结束END

© 版权声明
THE END
暂无评论内容