优茗导航系统源码+自助付费广告+易支付【站长修复版】

下载链接报错提示

温馨提示

若出现下载链接失效情况,请点击按钮进行错误通报!您的反馈对我们非常重要,万分感谢!

点击报错

程序介绍

优茗导航系统接触导航网的用户应该都了解过。

这一款程序是开源+站长修复的,核心功能完好无BUG,对接易支付,自适应手机浏览页

功能方面除了站点收录还支持自助付费广告功能,完全解放双手等着收款就行。

拼团介绍

原价:16.8元

拼团价:6.99元

参团人数:3人

拼团链接:https://tg.ymcat.cn/286/

架设视频

架设文本

测试环境:Nginx + PHP7.4 + MySQL5.7

1. 上传源码到根目录

2. 修改数据库配置文件:includes/database.php

3. 伪静态设置如下:
rewrite ^/index\.html$ /index.php last;

rewrite ^/ranking\.html$ /ranking.php last;
rewrite ^/ranking/(\d+)\.html$ /ranking.php?category_id=$1 last;

rewrite ^/shoulu\.html$ /shoulu.php last;

rewrite ^/article\.html$ /wenzhan.php last;

rewrite ^/go\.html$ /go.php last;
rewrite ^/go/(\d+)\.html$ /go.php?id=$1 last;

rewrite ^/article/(\d+)\.html$ /article.php?id=$1 last;
rewrite ^/articles/category/(\d+)/page/(\d+)\.html$ /wenzhan.php?category=$1&page=$2 last;
rewrite ^/articles/category/(\d+)\.html$ /wenzhan.php?category=$1 last;
rewrite ^/articles/page/(\d+)\.html$ /wenzhan.php?page=$1 last;
rewrite ^/articles\.html$ /wenzhan.php last;

rewrite ^/ad\.html$ /guanggao.php last;
rewrite ^/ad/buy/([a-z]+)/(\d+)\.html$ /guanggao.php?type=$1&position=$2 last;

rewrite ^/user-center\.html$ /user-center.php last;

rewrite ^/category/(\d+)/search/(.+)/page/(\d+)\.html$ /fenleiye.php?id=$1&search=$2&page=$3 last;
rewrite ^/category/(\d+)/search/(.+)\.html$ /fenleiye.php?id=$1&search=$2 last;
rewrite ^/category/(\d+)/page/(\d+)\.html$ /fenleiye.php?id=$1&page=$2 last;
rewrite ^/category/(\d+)\.html$ /fenleiye.php?id=$1 last;

rewrite ^/category/search/(.+)/page/(\d+)\.html$ /fenleiye.php?search=$1&page=$2 last;
rewrite ^/category/search/(.+)\.html$ /fenleiye.php?search=$1 last;
rewrite ^/category/page/(\d+)\.html$ /fenleiye.php?page=$1 last;
rewrite ^/category\.html$ /fenleiye.php last;

rewrite ^/site/(\d+)\.html$ /site-detail.php?id=$1 last;
rewrite ^/user_portal/(\d+)\.html$ /user_portal.php?id=$1 last;

4. 后台登录地址:
http://你的域名/admin
后台账号密码:admin/123456

程序前台

图片[1]-优茗导航系统源码+自助付费广告+易支付【站长修复版】-源码猫

图片[1]-优茗导航系统源码+自助付费广告+易支付【站长修复版】-源码猫

图片[3]-优茗导航系统源码+自助付费广告+易支付【站长修复版】-源码猫

图片[4]-优茗导航系统源码+自助付费广告+易支付【站长修复版】-源码猫

图片[5]-优茗导航系统源码+自助付费广告+易支付【站长修复版】-源码猫

程序后台

图片[6]-优茗导航系统源码+自助付费广告+易支付【站长修复版】-源码猫

图片[7]-优茗导航系统源码+自助付费广告+易支付【站长修复版】-源码猫

图片[8]-优茗导航系统源码+自助付费广告+易支付【站长修复版】-源码猫

图片[9]-优茗导航系统源码+自助付费广告+易支付【站长修复版】-源码猫

图片[10]-优茗导航系统源码+自助付费广告+易支付【站长修复版】-源码猫

图片[11]-优茗导航系统源码+自助付费广告+易支付【站长修复版】-源码猫

图片[12]-优茗导航系统源码+自助付费广告+易支付【站长修复版】-源码猫

图片[13]-优茗导航系统源码+自助付费广告+易支付【站长修复版】-源码猫

© 版权声明
THE END
喜欢就支持一下吧
点赞8 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容