概述
注意:此版本为秒收录导航网V1.1版 全站开源搭建即可使用
修复内容:
1:修复原ICO图标与缩略图获取无效问题(原获取方式已死,现写入程序中了)
2:删减站点详情页无效统计
3:新增全站后台可管理若干广告位(不添加广告不显示)
4:修复其它若干问题
免费版V1.1下载地址如下:点我下载
提取码:3pvp
===============================================================
V1.2版本后台更新功能如下)
1:新增广告到期自动锁定功能
2:新增广告到期自动切换默认广告功能
3:新增广告在不修改广告代码情况下可自由选择开启或关闭展示广告
4:新增广告位备注功能,方便备注客户
5:修复全站原所有收录网站ICO图标不显示问题
==================================================================
搭建环境:PHP5.6+MYSQL+ng1.8
Nginx伪静态规则:
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;
Apache的伪静态规则
RewriteEngine On
rewritebase /
RewriteRule ^index.html /index.php [L,NC]
RewriteRule ^about.html about.php [L,NC]
RewriteRule ^search.html search.php [L,NC]
RewriteRule ^apply.html apply.php [L,NC]
RewriteRule ^404.html 404.php [L,NC]
RewriteRule ^sort([0-9]+).html sort.php?id=$1 [L,NC]
RewriteRule ^sort([a-zA-Z]+).html sort.php?alias=$1 [L,NC]
RewriteRule ^site_([0-9]+).html site.php?id=$1 [L,NC]
将源码上传至服务器并解压,导入数据库
修改数据库配置信息
根目录下 config.php文件内
后台路径:
/admin
后台登录信息
admin admin888
修复内容:
1:修复原ICO图标与缩略图获取无效问题(原获取方式已死,现写入程序中了)
2:删减站点详情页无效统计
3:新增全站后台可管理若干广告位(不添加广告不显示)
4:修复其它若干问题
麋鹿科技云出品【导航秒收录带自动管理广告位V1.2版】
最后
以上就是复杂砖头为你收集整理的搭建即可运营的秒收录导航网源码带广告管理完美运营版的全部内容,希望文章能够帮你解决搭建即可运营的秒收录导航网源码带广告管理完美运营版所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
发表评论 取消回复