PHP米酷CMS7.0.0修改版电影网站源码下载

[源码类型]:网站源码

[相关推荐]:cms源码 米酷源码 开源cms

[文件大小]:

[下载权限]:1金币 / VIP会员

立即下载
PHP米酷CMS7.0.0修改版电影网站源码

源码介绍

米酷CMS安装说明

PHP米酷CMS7.0.0修改版电影网站源码
米酷CMS,电影网站源码截图

第一步上传源码至服务器

第二步配置伪静态规则

第三步访问http://你的网址/install 按照提示填写,

第四步登录后台配置网站信息完成后提交清除缓存,

第五步访问首页

视频播放页右侧栏图片和文字在后台→系统设置→APP设置修改

广告位在后台设置~

之前安装过米酷的,再次安装新完整包,先把数据库清空

一次解析:https://api.yueliangjx.com/?url=

一次解析:https://api.jianjians.com/?url=

多线路解析:https://jx.yueliangjx.com/?url=

解析只是手机浏览器首次访问时显示一次3秒的广告且可以手动跳过。

Nginx伪静态规则:

rewrite^/index.html$/index.php;rewrite^/huya.html$/huya.php;rewrite^/hyss.html$/hyss.php;rewrite^/hylist.html$/hylist.php;rewrite^/hyplay/(.*).html$/hyplay.php?id=$1;rewrite^/so.html$/so.php;rewrite^/app.html$/app.php;rewrite^/jx.html$/jx.php;rewrite^/jx-(.*).html/jx.php?wd=$1;rewrite^/mv.html$/mv.php?ml=9&m=1;rewrite^/mv_([0-9]+)_([0-9]+).html$/mv.php?ml=$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伪静态规则:

RewriteRule^index.html$index.phpRewriteRule^huya.html$huya.phpRewriteRule^hyss.html$hyss.phpRewriteRule^hylist.html$hylist.phpRewriteRule^hyplay/(.*).html$hyplay.php?id=$1RewriteRule^so.html$so.phpRewriteRule^app.html$app.phpRewriteRule^jx.html$jx.phpRewriteRule^jx-(.*).htmljx.php?wd=$1RewriteRule^mv.html$mv.php?ml=9&m=1RewriteRule^mv_([0-9]+)_([0-9]+).html$mv.php?ml=$1&m=$2RewriteRule^tv.html$tv.phpRewriteRule^cx.html$cx.phpRewriteRule^yy.html$yy.phpRewriteRule^live.html$live.phpRewriteRule^book.html$book.phpRewriteRule^hall.html$hall.phpRewriteRule^fuli.html$fuli.phpRewriteRule^zhibo.html$zhibo.phpRewriteRule^music.html$music.phpRewriteRule^movie.html$movie.phpRewriteRule^zongyi.html$zongyi.phpRewriteRule^dongman.html$dongman.phpRewriteRule^meipai.html$meipai.phpRewriteRule^shop.html$shop.phpRewriteRule^vod(.*)$play.php?play=$1RewriteRule^mvplay/(.*).html$mv.php?v=$1RewriteRule^cxplay/(.*).html$cxplay.php?id=$1RewriteRule^yplay/(.*).html$yplay.php?post=$1RewriteRule^movie_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html$movie.php?cat=$1&year=$2&area=$3&act=$4&rank=$5&pageno=$6RewriteRule^tv_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html$tv.php?cat=$1&year=$2&area=$3&act=$4&rank=$5&pageno=$6RewriteRule^dongman_(.*)_(.*)_(.*)_(.*)_(.*).html$dongman.php?cat=$1&year=$2&area=$3&rank=$4&pageno=$5RewriteRule^zongyi_(.*)_(.*)_(.*)_(.*)_(.*).html$zongyi.php?cat=$1&act=$2&area=$3&rank=$4&pageno=$5RewriteRule^gb_(.*).html$book.php?page=$1RewriteRule^cx_(.*)_([0-9]+).html$cx.php?cid=$1&page=$2RewriteRule^yy_(.*).html$yy.php?list=$1RewriteRule^star.htmlstar.phpRewriteRule^mxstar_(.*)_(.*)_(.*).htmlstar.php?wd=$1&tab=$2&pageno=$3RewriteRule^seacher-(.*).htmlseacher.php?wd=$1RewriteRule^mvseacher-(.*).htmlmv.php?ac=$1RewriteRule^news.html$news.phpRewriteRule^news_([0-9]+).html$news.php?page=$1RewriteRule^content-([0-9]+)-([0-9]+).html$content.php?dz=/$1/$2.shtmlRewriteRule^shop_(.*)$shop.php?page=$1

根目录新建.htaccess文件粘贴到文件里即可,

IIS7伪静态规则:

<rulename="RewriteRule0"><matchurl="^index.html$"/><actiontype="Rewrite"url="index.php"/></rule><rulename="RewriteRule1"><matchurl="^huya.html$"/><actiontype="Rewrite"url="huya.php"/></rule><rulename="RewriteRule2"><matchurl="^hyss.html$"/><actiontype="Rewrite"url="hyss.php"/></rule><rulename="RewriteRule3"><matchurl="^hylist.html$"/><actiontype="Rewrite"url="hylist.php"/></rule><rulename="RewriteRule4"><matchurl="^hyplay/(.*).html$"/><actiontype="Rewrite"url="hyplay.php?id={R:1}"/></rule><rulename="RewriteRule5"><matchurl="^so.html$"/><actiontype="Rewrite"url="so.php"/></rule><rulename="RewriteRule6"><matchurl="^app.html$"/><actiontype="Rewrite"url="app.php"/></rule><rulename="RewriteRule7"><matchurl="^jx.html$"/><actiontype="Rewrite"url="jx.php"/></rule><rulename="RewriteRule8"><matchurl="^jx-(.*).html"/><actiontype="Rewrite"url="jx.php?wd={R:1}"/></rule><rulename="RewriteRule9"><matchurl="^mv.html$"/><actiontype="Rewrite"url="mv.php?ml=9&m=1"/></rule><rulename="RewriteRule10"><matchurl="^mv_([0-9]+)_([0-9]+).html$"/><actiontype="Rewrite"url="mv.php?ml={R:1}&m={R:2}"/></rule><rulename="RewriteRule11"><matchurl="^tv.html$"/><actiontype="Rewrite"url="tv.php"/></rule><rulename="RewriteRule12"><matchurl="^cx.html$"/><actiontype="Rewrite"url="cx.php"/></rule><rulename="RewriteRule13"><matchurl="^yy.html$"/><actiontype="Rewrite"url="yy.php"/></rule><rulename="RewriteRule14"><matchurl="^live.html$"/><actiontype="Rewrite"url="live.php"/></rule><rulename="RewriteRule15"><matchurl="^book.html$"/><actiontype="Rewrite"url="book.php"/></rule><rulename="RewriteRule16"><matchurl="^hall.html$"/><actiontype="Rewrite"url="hall.php"/></rule><rulename="RewriteRule17"><matchurl="^fuli.html$"/><actiontype="Rewrite"url="fuli.php"/></rule><rulename="RewriteRule18"><matchurl="^zhibo.html$"/><actiontype="Rewrite"url="zhibo.php"/></rule><rulename="RewriteRule19"><matchurl="^music.html$"/><actiontype="Rewrite"url="music.php"/></rule><rulename="RewriteRule20"><matchurl="^movie.html$"/><actiontype="Rewrite"url="movie.php"/></rule><rulename="RewriteRule21"><matchurl="^zongyi.html$"/><actiontype="Rewrite"url="zongyi.php"/></rule><rulename="RewriteRule22"><matchurl="^dongman.html$"/><actiontype="Rewrite"url="dongman.php"/></rule><rulename="RewriteRule23"><matchurl="^meipai.html$"/><actiontype="Rewrite"url="meipai.php"/></rule><rulename="RewriteRule24"><matchurl="^shop.html$"/><actiontype="Rewrite"url="shop.php"/></rule><rulename="RewriteRule25"><matchurl="^vod(.*)$"/><actiontype="Rewrite"url="play.php?play={R:1}"/></rule><rulename="RewriteRule26"><matchurl="^mvplay/(.*).html$"/><actiontype="Rewrite"url="mv.php?v={R:1}"/></rule><rulename="RewriteRule27"><matchurl="^cxplay/(.*).html$"/><actiontype="Rewrite"url="cxplay.php?id={R:1}"/></rule><rulename="RewriteRule28"><matchurl="^yplay/(.*).html$"/><actiontype="Rewrite"url="yplay.php?post={R:1}"/></rule><rulename="RewriteRule29"><matchurl="^movie_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html$"/><actiontype="Rewrite"url="movie.php?cat={R:1}&year={R:2}&area={R:3}&act={R:4}&rank={R:5}&pageno={R:6}"/></rule><rulename="RewriteRule30"><matchurl="^tv_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html$"/><actiontype="Rewrite"url="tv.php?cat={R:1}&year={R:2}&area={R:3}&act={R:4}&rank={R:5}&pageno={R:6}"/></rule><rulename="RewriteRule31"><matchurl="^dongman_(.*)_(.*)_(.*)_(.*)_(.*).html$"/><actiontype="Rewrite"url="dongman.php?cat={R:1}&year={R:2}&area={R:3}&rank={R:4}&pageno={R:5}"/></rule><rulename="RewriteRule32"><matchurl="^zongyi_(.*)_(.*)_(.*)_(.*)_(.*).html$"/><actiontype="Rewrite"url="zongyi.php?cat={R:1}&act={R:2}&area={R:3}&rank={R:4}&pageno={R:5}"/></rule><rulename="RewriteRule33"><matchurl="^gb_(.*).html$"/><actiontype="Rewrite"url="book.php?page={R:1}"/></rule><rulename="RewriteRule34"><matchurl="^cx_(.*)_([0-9]+).html$"/><actiontype="Rewrite"url="cx.php?cid={R:1}&page={R:2}"/></rule><rulename="RewriteRule35"><matchurl="^yy_(.*).html$"/><actiontype="Rewrite"url="yy.php?list={R:1}"/></rule><rulename="RewriteRule36"><matchurl="^star.html"/><actiontype="Rewrite"url="star.php"/></rule><rulename="RewriteRule37"><matchurl="^mxstar_(.*)_(.*)_(.*).html"/><actiontype="Rewrite"url="star.php?wd={R:1}&tab={R:2}&pageno={R:3}"/></rule><rulename="RewriteRule38"><matchurl="^seacher-(.*).html"/><actiontype="Rewrite"url="seacher.php?wd={R:1}"/></rule><rulename="RewriteRule39"><matchurl="^mvseacher-(.*).html"/><actiontype="Rewrite"url="mv.php?ac={R:1}"/></rule><rulename="RewriteRule40"><matchurl="^news.html$"/><actiontype="Rewrite"url="news.php"/></rule><rulename="RewriteRule41"><matchurl="^news_([0-9]+).html$"/><actiontype="Rewrite"url="news.php?page={R:1}"/></rule><rulename="RewriteRule42"><matchurl="^content-([0-9]+)-([0-9]+).html$"/><actiontype="Rewrite"url="content.php?dz=/{R:1}/{R:2}.shtml"/></rule><rulename="RewriteRule43"><matchurl="^shop_(.*)$"/><actiontype="Rewrite"url="shop.php?page={R:1}"/></rule>

更新日志

2020/03/12基于7.0.0增加的功能

1、增加全网搜功能(只保留11个播放速度快的资源站)

2、尝鲜、全网搜播放页增加直连播放列表

3、尝鲜、全网搜增加屏蔽因资源站被挂马导致的跳转黄网的代码

4、修复MV分类点击无变化

5、修复其他已知的BUG

源码下载地址

下载即代表您已阅读并同意以下条款:
1、所有资源仅供学习与参考,请学习后自行删除。本站不提供任何技术支持。
2、本站不保证资源的完整性、可用性、安全性。(单独付费源码除外)
3、如有侵犯您的版权,请及时联系我们,我们将下架处理。