网站首页 网站源码 正文
好像这款影视程序最近挺火,曹操也尝试搭建了一下。
非网上常见的单一一款米酷cms,而是经过筛选的三个版本,分别由三位网友赠送,这里就不提他们名字了。
安装教程
米酷7.0影视安装步骤+使用说明
①:以宝塔为例创建网站
②:配置伪静态规则
③:
将文件上传至虚拟空间或者服务器并解压
访问域名/install.php安装
安装完成后登陆(后台路径域名/admin)
账号密码都是admin
④:登陆后台后
设置网站信息将域名设置成你的域名并清理缓存
(关于接口这里就不推荐了,默认的接口可能都打不开的,如果长期做影视的话,可以考虑下付费接口)
⑤:如果mv和娱乐显示不完整的(给网站744权限)
或者采用以下方法以宝塔为例
软件商店-Linux工具箱-设置-dns修改为114.114.114.114先测试再保存
⑥-1:访问首页如果还提示安装请采用以下方法
进入install目录-新建一个inst.lock文件
文件内容随意保存以下即可(记得清理缓存)
Nginx伪静态
rewrite ^/index.html$ /index.php; rewrite ^/app.html$ /app.php; 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伪静态
RewriteRuleEngine on RewriteRule ^index.html$ index.php RewriteRule ^app.html$ app.php RewriteRule ^mv.html$ mv.php?ml=9&m=1 RewriteRule ^mv_([0-9]+)_([0-9]+).html$ mv.php?ml=$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
下载链接
隐藏内容
评论可见
前往评论
目录导航
安装教程
- Nginx伪静态
- Apache伪静态
下载链接
- 上一篇: 神马地图循环提交工具
- 下一篇: 小旋风万能蜘蛛池站群x8版本发布
必看说明
- 本站中所有被研究的素材与信息全部来源于互联网,版权争议与本站无关。
- 本站文章或仅为文本内容原创,非程序原创。如有侵权、不妥之处,请联系站长第一时间删除。敬请谅解!
- 本站所有内容严格遵守国家法律的条例,所有研究的算法技术均来源于搜索引擎公开默认允许用户研究使用的接口。
- 阅读本文及获取资源前,请确保您已充分阅读并理解《访问曹操SEO网站需知:行为准则》。
- 本站分享的任何工具、程序仅供学习参考编写架构,仅可在本地的虚拟机内断网测试,严禁联网运行或上传搭建!
- 任何资源必须在下载后24个小时内,从电脑中彻底删除。不得传播或者用于其他任何用途!否则一切后果用户自负!
- 转载请注明 : 文章转载自 站群程序 米酷CMS7.0.2电影视频网站源码
- 本文标题:《米酷CMS7.0.2电影视频网站源码》
- 本文链接:http://www.zqcx.cn/801.html
猜你喜欢
- 2023-04-02 使用PHP采集的网站网站的标题及内容
- 2023-01-10 “科普一下”泛二级秒收站群程序
- 2021-11-05 一款纯静态HTML网址导航程序:口袋导航
- 2021-04-29 服务器测速工具:Speedtest
- 2020-10-22 WordPress自动采集新闻门户整站源码
- 2020-10-22 WordPress知更鸟图片采集站源码
- 2020-10-12 RSS订阅程序源码
- 2020-10-05 289W导航网站源码
- 2020-10-05 娱乐单页引流站点源码
- 2020-09-13 [转]不在江湖已久,江湖却还是一直有我的传说
已有10位网友发表了看法:
你 发表评论:
欢迎- 8094℃遵纪守法:一起举报违法网址
- 7229℃警惕“冒用身份”的电信网络诈骗
- 7215℃备案域名的买卖管控会越来越严,不要尝试!
- 5100℃6月1日是《中华人民共和国网络安全法》实施五周年
- 4527℃违规事件分类与违规信息类型说明
- 4454℃关于严格遵守网络安全法规的公告
- 6440℃百度正打击构造虚假标题等违规站点
- 8176℃「百日行动」“断卡”行动持续发力
- 16125℃懒人开源站群程序V2.4.2:影视模板V2
- 15750℃通过Nginx配置增强网站安全性
- 14665℃多线程批量查询百家号文章存活情况
- 14486℃搜狐号安全系统升级通知
- 12302℃多线程批量查询链接收录情况(免代理)
- 12105℃百家号批量发布软件V1.8.5
- 11290℃企业网站安全漏洞应对:从修复到增强全方位安全新举措
- 8350℃CCSEO原创蜘蛛统计v1.3
- 12-09百家号批量发布软件V2.4.4
- 10-06关于SEO的一些真诚思考
- 08-18罪恶克星:不良网站举报工具填表版
- 05-01多线程批量查询百家号文章存活情况
- 04-22通过Nginx配置增强网站安全性
- 04-22企业网站安全漏洞应对:从修复到增强全方位安全新举措
- 04-21搜狐号安全系统升级通知
- 04-18多线程批量查询链接收录情况(免代理)
- 近期评论
- 文章归档
-
- 2024年10月 (1)
- 2024年8月 (1)
- 2024年5月 (1)
- 2024年4月 (10)
- 2024年3月 (6)
- 2024年1月 (2)
- 2023年12月 (4)
- 2023年11月 (2)
- 2023年10月 (7)
- 2023年9月 (24)
- 2023年8月 (6)
- 2023年7月 (20)
- 2023年6月 (13)
- 2023年5月 (26)
- 2023年4月 (48)
- 2023年3月 (21)
- 2023年2月 (15)
- 2023年1月 (10)
- 2022年12月 (10)
- 2022年11月 (3)
- 2022年10月 (28)
- 2022年9月 (37)
- 2022年8月 (16)
- 2022年7月 (23)
- 2022年6月 (24)
- 2022年5月 (10)
- 2022年4月 (53)
- 2022年3月 (67)
- 2022年2月 (3)
- 2022年1月 (4)
- 2021年12月 (24)
- 2021年11月 (18)
- 2021年10月 (3)
- 2021年9月 (22)
- 2021年8月 (60)
- 2021年7月 (3)
- 2021年6月 (16)
- 2021年5月 (25)
- 2021年4月 (1)
- 2021年3月 (39)
- 2021年1月 (7)
- 2020年12月 (19)
- 2020年11月 (11)
- 2020年10月 (49)
- 2020年9月 (114)
- 2020年8月 (63)
- 2020年7月 (28)
- 2020年6月 (50)
- 2020年5月 (124)
- 2020年4月 (83)
- 2020年3月 (91)
- 2020年2月 (81)
- 2020年1月 (18)
- 2019年12月 (79)
- 2019年11月 (16)
- 2019年10月 (35)
- 2019年9月 (3)
- 2017年12月 (1)
- 2017年11月 (203)
- 2017年10月 (155)
- 标签列表
- 站点信息
-
- 文章总数:2025
- 页面总数:7
- 分类总数:46
- 标签总数:339
- 评论总数:9366
- 浏览总数:5898972