下载本资源原文网址:http://www.daima.org/php/php9333.html 米酷MKCMS魔改版影视源码是一套专为不同需求的站长而设计的影视管理系统,灵活,方便,人性化设计简单易用是最大的特色,是快速架设视频网站首选,只需3分钟即可建立一个海量的视频讯息的行业网站。 魔改版说明集成MK音乐播放器,后台添加前端九宫格图标控制,第四页导航设置等。 20190819更新1.集成MK在线音乐播放器。 2.后台添加前端VIP页面图标、名称及链接控制。 3.后台添加VIP福利页跳转地址控制。 安装说明1.上传源码至站点根目录,PHP版本推荐5.X 2.配置伪静态,apache自带伪静态文件, nginx伪静态规则见下方: rewrite ^/index.html$ /index.php; rewrite ^/app.html$ /app.php; rewrite ^/mv.html$ /mv.php; rewrite ^/tv.html$ /tv.php; rewrite ^/cx.html$ /cx.php; rewrite ^/yy.html$ /yy.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 ^/vod(.*)$ /play.php/?play=$1; rewrite ^/mvplay/(.*).html$ /mv.php/?play=$1; rewrite ^/cxplay/(.*).html$ /cxplay.php/?id=$1; rewrite ^/yplay/(.*).html$ /yplay.php/?post=$1; rewrite ^/mc_(.*)_([0-9]+).html$ /movie.php/?m=/dianying/list.php/?cat=$1&page=$2; rewrite ^/ma_(.*)_([0-9]+).html$ /movie.php/?m=/dianying/list.php/?area=$1&page=$2; rewrite ^/my_(.*)_([0-9]+).html$ /movie.php/?m=/dianying/list.php/?year=$1&page=$2; rewrite ^/movie_hot_([0-9]+).html$ /movie.php/?m=/dianying/list.php/?rank=rankhot&page=$1; rewrite ^/movie_time_([0-9]+).html$ /movie.php/?m=/dianying/list.php/?rank=createtime&page=$1; rewrite ^/movie_point_([0-9]+).html$ /movie.php/?m=/dianying/list.php/?rank=rankpoint&page=$1; rewrite ^/tc_(.*)_([0-9]+).html$ /tv.php/?m=/dianshi/list.php/?cat=$1&page=$2; rewrite ^/ta_(.*)_([0-9]+).html$ /tv.php/?m=/dianshi/list.php/?area=$1&page=$2; rewrite ^/ty_(.*)_([0-9]+).html$ /tv.php/?m=/dianshi/list.php/?year=$1&page=$2; rewrite ^/zc_(.*)_([0-9]+).html$ /zongyi.php/?m=/zongyi/list.php/?cat=$1&page=$2; rewrite ^/za_(.*)_([0-9]+).html$ /zongyi.php/?m=/zongyi/list.php/?area=$1&page=$2; rewrite ^/zy_(.*)_([0-9]+).html$ /zongyi.php/?m=/zongyi/list.php/?act=$1&page=$2; rewrite ^/zongyi_time_([0-9]+).html$ /zongyi.php/?m=/zongyi/list.php/?rank=createtime&page=$1; rewrite ^/zongyi_hot_([0-9]+).html$ /zongyi.php/?m=/zongyi/list.php/?rank=rankhot&page=$1; rewrite ^/dc_(.*)_([0-9]+).html$ /dongman.php/?m=/dongman/list.php/?cat=$1&page=$2; rewrite ^/da_(.*)_([0-9]+).html$ /dongman.php/?m=/dongman/list.php/?area=$1&page=$2; rewrite ^/dy_(.*)_([0-9]+).html$ /dongman.php/?m=/dongman/list.php/?year=$1&page=$2; rewrite ^/dongman_hot_([0-9]+).html$ /dongman.php/?m=/dongman/list.php/?rank=rankhot&page=$1; rewrite ^/dongman_time_([0-9]+).html$ /dongman.php/?m=/dongman/list.php/?rank=createtime&page=$1; rewrite ^/tv_hot_([0-9]+).html$ /tv.php/?m=/dianshi/list.php/?rank=rankhot&page=$1; 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 ^/cx_(.*)_([0-9]+).html$ /cx.php/?cid=$1&page=$2; rewrite ^/mv_(.*)_([0-9]+).html$ /mv.php/?sid=$1&pageno=$2; rewrite ^/mv_so_(.*).html /mv.php/?sousuo=$1;
3.访问站点进入安装引导,默认用户名密码均为admin |