MKCMS最新修复版电影网站源码_2020版米酷影视v7.0.5源码带安装教程[精品源码]

MKCMS最新修复版电影网站源码_2020版米酷影视v7.0.5源码带安装教程

最新修复版电影网站源码_2020版米酷影视v7.0.5源码带安装教程[精品源码]

MKCMS最新修复版电影网站源码_2020版米酷影视v7.0.5源码带安装教程[精品源码]-度崩网-几度崩溃

很不错的电影网站源码米酷影视更新2020版v7.0.5,修复了其他资源站加入的后门文件。

更新简介:

1、优化幻灯采集

2、优化首页和列表页采集

3、修复尝鲜分页尾页问题

4、增加虎牙直播

5、修复历史记录标题过长换行问题。

6、修复弹窗公告移动端样式

7、修复综艺播放页猜你喜欢不显示爱奇艺图片问题

8、优化MV播放页面SEO

安装步骤:

源码上传至虚拟主机空间或者服务器

访问域名/install/index.php安装,填写数据库信息。

安装完成后先登陆后台(前台首页暂时打不开)在系统设置->基本设置

里面修改网站等相关信息,域名栏填写自己当前的域名才可以打开首页前台

最后点击“清除缓存”详细安装步骤及相关截图已经打包至压缩包

Nginx:伪静态规则

  1. rewrite ^/index.html$ /index.php;
  2. rewrite ^/app.html$ /app.php;
  3. rewrite ^/mv.html$ /mv.php;
  4. rewrite ^/mv_([0-9]+)_([0-9]+).html$ /mv.php?mlist=$1&m=$2;
  5. rewrite ^/tv.html$ /tv.php;
  6. rewrite ^/cx.html$ /cx.php;
  7. rewrite ^/yy.html$ /yy.php;
  8. rewrite ^/live.html$ /live.php;
  9. rewrite ^/book.html$ /book.php;
  10. rewrite ^/hall.html$ /hall.php;
  11. rewrite ^/fuli.html$ /fuli.php;
  12. rewrite ^/zhibo.html$ /zhibo.php;
  13. rewrite ^/music.html$ /music.php;
  14. rewrite ^/movie.html$ /movie.php;
  15. rewrite ^/zongyi.html$ /zongyi.php;
  16. rewrite ^/dongman.html$ /dongman.php;
  17. rewrite ^/meipai.html$ /meipai.php;
  18. rewrite ^/shop.html$ /shop.php;
  19. rewrite ^/vod(.*)$ /play.php?play=$1;
  20. rewrite ^/mvplay/(.*).html$ /mv.php?v=$1;
  21. rewrite ^/cxplay/(.*).html$ /cxplay.php?id=$1;
  22. rewrite ^/yplay/(.*).html$ /yplay.php?post=$1;
  23. rewrite ^/movie_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html$ /movie.php?cat=$1&year=$2&area=$3&act=$4&rank=$5&pageno=$6;
  24. rewrite ^/tv_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html$ /tv.php?cat=$1&year=$2&area=$3&act=$4&rank=$5&pageno=$6;
  25. rewrite ^/dongman_(.*)_(.*)_(.*)_(.*)_(.*).html$ /dongman.php?cat=$1&year=$2&area=$3&rank=$4&pageno=$5;
  26. rewrite ^/zongyi_(.*)_(.*)_(.*)_(.*)_(.*).html$ /zongyi.php?cat=$1&act=$2&area=$3&rank=$4&pageno=$5;
  27. rewrite ^/gb_(.*).html$ /book.php?page=$1;
  28. rewrite ^/cx_(.*)_([0-9]+).html$ /cx.php?cid=$1&page=$2;
  29. rewrite ^/yy_(.*).html$ /yy.php?list=$1;
  30. rewrite ^/star.html /star.php;
  31. rewrite ^/mxstar_(.*)_(.*)_(.*).html /star.php?wd=$1&tab=$2&pageno=$3;
  32. rewrite ^/seacher-(.*).html /seacher.php?wd=$1;
  33. rewrite ^/mvseacher-(.*).html /mv.php?ac=$1;
  34. rewrite ^/news.html$ /news.php;
  35. rewrite ^/news_([0-9]+).html$ /news.php?page=$1;
  36. rewrite ^/content-([0-9]+)-([0-9]+).html$ /content.php?dz=/$1/$2.shtml;
  37. rewrite ^/shop_(.*)$ /shop.php?page=$1;
  38. rewrite ^/hy.html$ /hy.php;
  39. rewrite ^/hy_(.*)_(.*).html$ /hy.php?cid=$1&page=$2;
  40. rewrite ^/hyplay_(.*).html$ /hyplay.php?id=$1;

Apache:伪静态规则

  1. RewriteEngine on
  2. RewriteRule ^index.html$ index.php
  3. RewriteRule ^app.html$ app.php
  4. RewriteRule ^mv.html$ mv.php
  5. RewriteRule ^mv_([0-9]+)_([0-9]+).html$ mv.php?mlist=$1&m=$2
  6. RewriteRule ^tv.html$ tv.php
  7. RewriteRule ^cx.html$ cx.php
  8. RewriteRule ^yy.html$ yy.php
  9. RewriteRule ^live.html$ live.php
  10. RewriteRule ^book.html$ book.php
  11. RewriteRule ^hall.html$ hall.php
  12. RewriteRule ^fuli.html$ fuli.php
  13. RewriteRule ^zhibo.html$ zhibo.php
  14. RewriteRule ^music.html$ music.php
  15. RewriteRule ^movie.html$ movie.php
  16. RewriteRule ^zongyi.html$ zongyi.php
  17. RewriteRule ^dongman.html$ dongman.php
  18. RewriteRule ^meipai.html$ meipai.php
  19. RewriteRule ^shop.html$ shop.php
  20. RewriteRule ^vod(.*)$ play.php?play=$1
  21. RewriteRule ^mvplay/(.*).html$ mv.php?v=$1
  22. RewriteRule ^cxplay/(.*).html$ cxplay.php?id=$1
  23. RewriteRule ^yplay/(.*).html$ yplay.php?post=$1
  24. RewriteRule ^movie_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html$ movie.php?cat=$1&year=$2&area=$3&act=$4&rank=$5&pageno=$6
  25. RewriteRule ^tv_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html$ tv.php?cat=$1&year=$2&area=$3&act=$4&rank=$5&pageno=$6
  26. RewriteRule ^dongman_(.*)_(.*)_(.*)_(.*)_(.*).html$ dongman.php?cat=$1&year=$2&area=$3&rank=$4&pageno=$5
  27. RewriteRule ^zongyi_(.*)_(.*)_(.*)_(.*)_(.*).html$ zongyi.php?cat=$1&act=$2&area=$3&rank=$4&pageno=$5
  28. RewriteRule ^gb_(.*).html$ book.php?page=$1
  29. RewriteRule ^cx_(.*)_([0-9]+).html$ cx.php?cid=$1&page=$2
  30. RewriteRule ^yy_(.*).html$ yy.php?list=$1
  31. RewriteRule ^star.html star.php
  32. RewriteRule ^mxstar_(.*)_(.*)_(.*).html star.php?wd=$1&tab=$2&pageno=$3
  33. RewriteRule ^seacher-(.*).html seacher.php?wd=$1
  34. RewriteRule ^mvseacher-(.*).html mv.php?ac=$1
  35. RewriteRule ^news.html$ news.php
  36. RewriteRule ^news_([0-9]+).html$ news.php?page=$1
  37. RewriteRule ^content-([0-9]+)-([0-9]+).html$ content.php?dz=/$1/$2.shtml
  38. RewriteRule ^shop_(.*)$ shop.php?page=$1
  39. RewriteRule ^hy.html$ hy.php
  40. RewriteRule ^hy_(.*)_(.*).html$ hy.php?cid=$1&page=$2
  41. RewriteRule ^hyplay_(.*).html$ hyplay.php?id=$1

 

    精品源码

    www.hack007.cn某资源博客全站数据打包[精品源码]

    2020-9-23 12:21:43

    精品源码

    优客365网站导航开源版v1.4.8[精品源码]

    2020-10-9 14:00:10

    本站所发布的一切源码、模板、应用等文章仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。本站信息来自网络,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容。如果您喜欢该程序,请支持正版,购买注册,得到更好的正版服务。如有侵权。本站内容适用于DMCA政策。若您的权利被侵害,请与我们联系处理,站长 QQ: 84087680 或 点击右侧 私信:盾给网 反馈,我们将尽快处理。
    ⚠️
    本站所发布的一切源码、模板、应用等文章仅限用于学习和研究目的;不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。本站信息来自网络,版权争议与本站无关。您必须在下载后的24个小时之内,从您的电脑中彻底删除上述内容。如果您喜欢该程序,请支持正版,购买注册,得到更好的正版服务。如有侵权。本站内容适用于DMCA政策
    若您的权利被侵害,请与我们联系处理,站长 QQ: 84087680 或 点击右侧 私信:盾给网 反馈,我们将尽快处理。
    10 条回复 A文章作者 M管理员
    欢迎您,新朋友,感谢参与互动!
    1. 渣渣辉哥

      最新的吗?可用吗?

      • 盾给网

        非最新,还有别的版本你可以搜一下。

    2. 沐宇

      非常感谢????大佬分享!

    3. 叶凉

      牛鞭,支持支持,太牛逼了

    4. 潜意识沉默

      牛逼牛逼,作者大大不错

    5. willllliam

      非常感谢非常感谢

    6. Blue枫叶

      非常感谢,但是跟最新的有什么区别

    7. 阿龙

      坎坎坷坷看坎坎坷坷看

    8. qaksiz

      是不是这个也是空网址?

    个人中心
    购物车
    优惠劵
    今日签到
    私信列表
    搜索