源码简介
懒人导航网源码,一款导航收录站点,可发布文章,提交收录站点,支持日、月、总点击网站排行,获取网站ico的api已失效,需自己在后台替换。
安装环境
PHP5.6
MySQL5.6
搭建教程
1.上传源码至网站目录解压
2.设置nginx伪静态
rewrite ^/index.html$ /index.php;
rewrite ^/about.html$ /about.php;
rewrite ^/search.html$ /search.php;
rewrite ^/ranking.html$ /ranking.php;
rewrite ^/wz.html$ /wzall.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;
rewrite ^/wz([1-9]+[0-9]*).html$ /wz.php?id=$1;
rewrite ^/wzshow_([1-9]+[0-9]*).html$ /wzshow.php?id=$1;
3.导入数据库database.sql文件
4.修改config.php来进行数据库配置
5.后台是:你的域名/admin/login.php 账号:admin 密码:123456
首页截图
后台截图
源码下载
© 版权声明
THE END
暂无评论内容