首页截图
后台截图
使用教程
1.准备环境Nginx+PHP5.4+MySQL5以上版本
2.将源码解压至网站根目录下
3.访问域名进行安装
4.设置伪静态规则
rewrite ^/book.html$ /book.php;
rewrite ^/gb_(.*).html$ /book.php?page=$1;
rewrite ^/zhibo.html$ /zhibo.php;
rewrite ^/music.html$ /music.php;
rewrite ^/movie.html$ /movie.php;
rewrite ^/tv.html$ /tv.php;
rewrite ^/dongman.html$ /dongman.php;
rewrite ^/zongyi.html$ /zongyi.php;
rewrite ^/cx.html$ /cx.php;
rewrite ^/hall.html$ /hall.php;
rewrite ^/fuli.html$ /fuli.php;
rewrite ^/cx_([0-9]+)_(.*).html$ /cx.php/?page=$1&cid=$2;
rewrite ^/yy.html$ /yy.php;
rewrite ^/fun.html$ /fun.php;
rewrite ^/yule.html$ /yule.php;
rewrite ^/yy_(.*).html$ /yy.php?list=$1;
rewrite ^/vod(.*)$ /play.php/?play=$1;
rewrite ^/fun_(.*)$ /fun.php/?m=$1;
rewrite ^/yule_(.*)$ /yule.php\?m=$1;
rewrite ^/splay/(.*).html$ /splay.php/?xiao=$1;
rewrite ^/cxplay/(.*).html$ /cxplay.php/?id=$1;
rewrite ^/mv.html$ /mv.php;
rewrite ^/mvplay/(.*).html$ /mv.php/?play=$1;
rewrite ^/yplay/(.*).html$ /yplay.php/?post=$1;
5.进入后台-系统设置-基本设置中修改域名
双排广告添加方法:
后台 – 广告管理 – 广告内容填如下代码
<li style=”background-color: #fff;box-shadow: 0px 0px 10px #dedede;padding: 5px;margin-top: 5px;margin-bottom: 5px;” class=”col-sm-2 col-xs-1″>
<a href=”https://wpa.qq.com/msgrd?v=3&uin=3767705&site=qq&menu=yes” target=”_blank”><img src=”https://ws3.sinaimg.cn/large/005BYqpggy1g2h4oskesqg30k802iglp.jpg” style=”width:100%; border-radius: 10px;” alt=”广告合作联系站长QQ:3767705″></a>
</li>
<li style=”background-color: #fff;box-shadow: 0px 0px 10px #dedede;padding: 5px;margin-top: 5px;margin-bottom: 5px;” class=”col-sm-2 col-xs-1″>
<a href=”https://wpa.qq.com/msgrd?v=3&uin=3767705&site=qq&menu=yes” target=”_blank”><img src=”https://ws3.sinaimg.cn/large/005BYqpggy1g2h4oskesqg30k802iglp.jpg” style=”width:100%; border-radius: 10px;” alt=”广告合作联系站长QQ:3767705″></a>
</li>
代码链接和文字自行修改
选择要显示的广告位 提交
作者的话
新版影视开源,需要全新安装,应该各种bug,欢迎共同完善,不喜勿喷。
上传者的话
本源码所有权归作者所有,本站将保持同步更新,如有冒犯,联系删除
更新包V1.0
https://www.lanzous.com/i3xpghe
请先
!