- 资源介绍
- 更新记录
- 安装教程
简要介绍
MKCMS 米酷影视 v7.0.2 正版开源
更换搜狗mv,bilibili播放器,增加直播,
删除原优酷失效的分类。所以,重要的事情说三遍,
伪静态重新设置!伪静态重新设置!伪静态重新设置!
新增内容部分代码来自网络,请自行监测有无后门!
环境推荐 LINUX系统 SQL5以上 php7.0以上 Apache或Nginx
本程序唯一官方开源授权发布网站
效果图
- 自适应
- 电脑端
- 手机端
- 电视直播
- YY舞曲
- 后台设置
- 整体效果图
环境推荐
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);
伪静态设置
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;
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
猜你喜欢
-
小储云V1.74简洁站长登录界面源码
2020-04-13 -
昂裕四方支付系统源码+带服务器监控APP产码+手机端APP
2020-03-30 -
【游戏源码】凡人修真2最新版本120级装备服务器端自带GM工具可发送任何物品网页游戏客户端源码
2020-08-28 -
二次元高清图库api开源PHP源码
2020-04-10 -
网站正在升级维护中【2】html源码
2020-04-10 -
带弹幕的动漫app下载界面源码
2020-04-13 -
JY在线制图系统免费源码丨一秒生成广告横图海报图
2020-08-16 -
2020最新米酷影视v7.0.0系统源码附带详细安装搭建教程
2020-03-21 -
最新苹果CMS对接千月版本-已搭建测试版
2020-03-23 -
码支付系统无授权个人免签约支付系统二维码收款即时到账源码
2020-03-05
-
【WordPress主题】黑格导航Pro BlackGrid 卡片式书签 v2
2020-02-26 -
朋友圈广告助手V10.6.1源码下载分享
2020-02-28 -
苹果cms-Dplayer播放器整合前置广告、暂停广告v3.0
2020-04-12 -
云php短信轰炸系统更新2.0
2020-09-23 -
米酷影视(MKCMS)v7.0.2正版开源
2020-03-30 -
某梦防红网3.4去授权无后门版本
2020-03-10 -
PHP自动化售货发卡网源码
2020-04-09 -
有云管理系统1.0.2源码+视频安装教程
2020-02-28 -
APP分发源码-对接码支付已去除后门
2020-04-10 -
苹果cms精仿芒果TV超美UI听书模板
2020-03-17
猜你在找
②本站其他资源来源网络或者用户投稿,供学习交流之用。如有侵权请联系删除。
③如有链接无法下载、失效或广告,请联系管理员处理!
④本站资源售价只是赞助,收取费用仅维持本站的日常运营所需!
⑤如果你也有好源码或者教程,可以到审核区发布,分享有本站专属货币奖励和额外收入!
⑥如遇到加密压缩包,默认解压密码为"jiuqing97.top",如遇到无法解压的请联系管理员!
玖居暗巷 » 米酷影视(MKCMS)v7.0.2正版开源
常见问题FAQ
- 免费下载或者VIP会员专享资源能否直接商用?
- 本站所有资源版权均属于原作者所有,这里所提供资源均只能用于参考学习用,请勿直接商用。若由于商用引起版权纠纷,一切责任均由使用者承担。更多说明请参考 VIP介绍。
- 提示下载完但解压或打开不了?
- 找不到素材资源介绍文章里的示例图片?
- 玖居暗巷
- 2020-03-30Hi,初次和大家见面了,请多关照!