米酷CMS MKCMS 米酷影视 v7.0.2 正版开源

简要介绍


MKCMS 米酷影视 v7.0.2 正版开源

疫情期间Go破解祝福所有人身体健康!

更换搜狗mv,bilibili播放器,增加直播,

删除原优酷失效的分类。所以,重要的事情说三遍,

伪静态重新设置!伪静态重新设置!伪静态重新设置!

新增内容部分代码来自网络,请自行监测有无后门!

环境推荐 LINUX系统 SQL5以上 php7.0以上 Apache或Nginx

本程序唯一官方开源授权发布网站

环境推荐


LINUX系统

SQL5以上

php7.0以上

Apache或Nginx

安装


安装教程在程序压缩包里面!!!

如果安装完成打不开的话就下载伪静态配置下;记得后台清理缓存,如果说安装完成首页打开还是提示安装就把压缩包里面的install.lock 的压缩包的文件上传到install里边或者看install文件夹是否生成install.lock文件,如未生成,请手动建立文件,内容随意。

常见问题


  • 幻灯片不显示问题

打开根目录首页和分页文件,default.php、movie.php、dongman.php、zongyi.php、tv.php

将$rurl=fileget2($surl,5);修改为$rurl=fileget($surl,5);

如果幻灯片正常,无需修改

  • 播放视频显示已下架

修改system文件夹权限777 如不正常修改system/playurl.php

$tvinfo=fileget2($urllist,5);为$tvinfo=fileget($urllist,5);

伪静态设置


Nginx:

rewrite ^/index.html$ /index.php;

rewrite ^/app.html$ /app.php;

rewrite ^/mv.html$ /mv.php;

rewrite ^/mv_([0-9]+)_([0-9]+).html$ /mv.php?mlist=$1&m=$2;

rewrite ^/tv.html$ /tv.php;

rewrite ^/cx.html$ /cx.php;

rewrite ^/yy.html$ /yy.php;

rewrite ^/live.html$ /live.php;

rewrite ^/book.html$ /book.php;

rewrite ^/hall.html$ /hall.php;

rewrite ^/fuli.html$ /fuli.php;

rewrite ^/zhibo.html$ /zhibo.php;

rewrite ^/music.html$ /music.php;

rewrite ^/movie.html$ /movie.php;

rewrite ^/zongyi.html$ /zongyi.php;

rewrite ^/dongman.html$ /dongman.php;

rewrite ^/meipai.html$ /meipai.php;

rewrite ^/shop.html$ /shop.php;

rewrite ^/vod(.*)$ /play.php?play=$1;

rewrite ^/mvplay/(.*).html$ /mv.php?v=$1;

rewrite ^/cxplay/(.*).html$ /cxplay.php?id=$1;

rewrite ^/yplay/(.*).html$ /yplay.php?post=$1;

rewrite ^/movie_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html$ /movie.php?cat=$1&year=$2&area=$3&act=$4&rank=$5&pageno=$6;

rewrite ^/tv_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html$ /tv.php?cat=$1&year=$2&area=$3&act=$4&rank=$5&pageno=$6;

rewrite ^/dongman_(.*)_(.*)_(.*)_(.*)_(.*).html$ /dongman.php?cat=$1&year=$2&area=$3&rank=$4&pageno=$5;

rewrite ^/zongyi_(.*)_(.*)_(.*)_(.*)_(.*).html$ /zongyi.php?cat=$1&act=$2&area=$3&rank=$4&pageno=$5;

rewrite ^/gb_(.*).html$ /book.php?page=$1;

rewrite ^/cx_(.*)_([0-9]+).html$ /cx.php?cid=$1&page=$2;

rewrite ^/yy_(.*).html$ /yy.php?list=$1;

rewrite ^/star.html /star.php;

rewrite ^/mxstar_(.*)_(.*)_(.*).html /star.php?wd=$1&tab=$2&pageno=$3;

rewrite ^/seacher-(.*).html /seacher.php?wd=$1;

rewrite ^/mvseacher-(.*).html /mv.php?ac=$1;

rewrite ^/news.html$ /news.php;

rewrite ^/news_([0-9]+).html$ /news.php?page=$1;

rewrite ^/content-([0-9]+)-([0-9]+).html$ /content.php?dz=/$1/$2.shtml;

rewrite ^/shop_(.*)$ /shop.php?page=$1;

Apache:

RewriteRuleEngine on

RewriteRule ^index.html$ index.php

RewriteRule ^app.html$ app.php

RewriteRule ^mv.html$ mv.php

RewriteRule ^mv_([0-9]+)_([0-9]+).html$ mv.php? mlist =$1&m=$2

RewriteRule ^tv.html$ tv.php

RewriteRule ^cx.html$ cx.php

RewriteRule ^yy.html$ yy.php

RewriteRule ^live.html$ live.php

RewriteRule ^book.html$ book.php

RewriteRule ^hall.html$ hall.php

RewriteRule ^fuli.html$ fuli.php

RewriteRule ^zhibo.html$ zhibo.php

RewriteRule ^music.html$ music.php

RewriteRule ^movie.html$ movie.php

RewriteRule ^zongyi.html$ zongyi.php

RewriteRule ^dongman.html$ dongman.php

RewriteRule ^meipai.html$ meipai.php

RewriteRule ^shop.html$ shop.php

RewriteRule ^vod(.*)$ play.php?play=$1

RewriteRule ^mvplay/(.*).html$ mv.php?v=$1

RewriteRule ^cxplay/(.*).html$ cxplay.php?id=$1

RewriteRule ^yplay/(.*).html$ yplay.php?post=$1

RewriteRule ^movie_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html$ movie.php?cat=$1&year=$2&area=$3&act=$4&rank=$5&pageno=$6

RewriteRule ^tv_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html$ tv.php?cat=$1&year=$2&area=$3&act=$4&rank=$5&pageno=$6

RewriteRule ^dongman_(.*)_(.*)_(.*)_(.*)_(.*).html$ dongman.php?cat=$1&year=$2&area=$3&rank=$4&pageno=$5

RewriteRule ^zongyi_(.*)_(.*)_(.*)_(.*)_(.*).html$ zongyi.php?cat=$1&act=$2&area=$3&rank=$4&pageno=$5

RewriteRule ^gb_(.*).html$ book.php?page=$1;

RewriteRule ^cx_(.*)_([0-9]+).html$ cx.php?cid=$1&page=$2

RewriteRule ^yy_(.*).html$ yy.php?list=$1

RewriteRule ^star.html star.php

RewriteRule ^mxstar_(.*)_(.*)_(.*).html star.php?wd=$1&tab=$2&pageno=$3

RewriteRule ^seacher-(.*).html seacher.php?wd=$1

RewriteRule ^mvseacher-(.*).html mv.php?ac=$1

RewriteRule ^news.html$ news.php

RewriteRule ^news_([0-9]+).html$ news.php?page=$1

RewriteRule ^content-([0-9]+)-([0-9]+).html$ content.php?dz=/$1/$2.shtml

RewriteRule ^shop_(.*)$ shop.php?page=$1

下载权限

查看
  • 免费下载
    评论并刷新后下载
    登录后下载

查看演示

  • {{attr.name}}:
您当前的等级为
登录后免费下载登录 小黑屋反思中,不准下载! 评论后刷新页面下载评论 支付以后下载 请先登录 您今天的下载次数(次)用完了,请明天再来 支付积分以后下载立即支付 支付以后下载立即支付 您当前的用户组不允许下载升级会员
您已获得下载权限 您可以每天下载资源次,今日剩余
PHP

在线制作横幅广告PHP源码

2020-3-11 14:11:36

PHP

Dzi 短网址生成 URL缩短器 国外高级版源码

2020-3-29 12:49:39

237 条回复 A文章作者 M管理员
  1. sdhost

    666666666666

  2. teloei

    感谢分享!!!!!!!!

  3. Devil8888

    感谢分享!!!!!!!!

  4. 单纯想要下载

  5. 尼跌

    666666666666

  6. 阿文

    666666666666

  7. 阿文

    蓝奏云点开就是黄片啊 烦死我了

  8. 1825703954

    666666

  9. 5026275

    66666

  10. 奥德赛

    6666666666

  11. 武汉111

    单纯想要下载

  12. rangerswind

    感谢分享。。。。

个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
快速搜索
关注我们
  • 扫码打开当前页

  • Go破解公众号

返回顶部