苹果cms相关影视设置随机显示

苹果cms相关影视设置随机显示,第1张

1.排序:播放器的序号 数字越大越靠前。

2.编码:采集视频的时候,资源站有个来源,对应的是我们自己程序的播放器编码,如果采集了视频,我们本地没有这个编码的播放器,则不显示视频播放数据。

3.名称:播放器的名称 可自定义

4.状态:播放器的启用开关按钮,启用则有效,禁用则关闭

5.解析状态

禁用:则独立解析地址不生效,播放器代码中的解析地址生效

启用:则独立解析地址生效,播放器代码中的解析地址不生效

新手如果不理解,请勿修改,默认即可

6.独立解析:如果解析状态为禁用,则后面的"独立解析地址"不生效,而播放代码中的解析地址生效,解析状态为启用则后面的独立解析地址生效,而播放代码中的解析地址不生效。独立解析地址优先级高于播放代码中的解析地址。

1,确认空间支持rewrite组件。 2,按照 伪静态rewrite 目录下的说明文档操作。 3,后台设置浏览模式为 rewrite伪静态 。如果使用rewrite伪静态模式,请注意把配置文件复制到网站根目录。 如果静态文件后缀配置的不是html,则请把rewrite配置文件中的.html替换为对应的后缀如.htmliis6.x 下使用 httpd.iniiis7.x 下使用web.configapache下使用 .htaccess (编辑.htaccess文件,把 RewriteBase /maccms8 修改为你苹果CMS所在目录)ginx 下使用 maccms.conf (使用vps或者服务器的可以在你的主机的conf里 用 include xxxxx.conf 也就是包含下伪静态规则文件 如果用的是虚拟主机版的nginx 就找你的主机商给你添加规则就行,你把规则发给他。)==========================苹果CMS系统接收参数介绍==================================== 视频地图页 index.php?m=vod-map.html 视频栏目页 index.php?m=vod-type-id-*-pg-*.html 视频内容页 index.php?m=vod-detail-id-*.html 视频播放页 index.php?m=vod-play-id-*-src-*-num-*.html 视频搜索页 index.php?m=vod-search-wd-*-pg-*.html 视频专题首页 index.php?m=vod-topicindex-pg-*.html 视频专题列表 index.php?m=vod-topic-id-*-pg-*.html文章地图页 index.php?m=art-map.html 文章栏目页 index.php?m=art-type-id-*-pg-*.html 文章内容页 index.php?m=art-detail-id-*-pg-*.html 文章搜索页 index.php?m=art-search-wd-*-pg-*.html 文章专题首页 index.php?m=art-topicindex-pg-*.html 文章专题列表 index.php?m=art-topic-id-*-pg-*.html视频筛选页 index.php?m=vod-list-id-*-pg-*-wd-*-area-*-lang-*-year-*-letter-*-order-*-by-*.html 文章筛选页 index.php?m=art-list-id-*-pg-*-wd-*-letter-*-order-*-by-*.html视频tag页 index.php?m=vod-search-tag-*-pg-*.html 新闻tag页 index.php?m=art-search-tag-*-pg-*.html留言本 index.php?m=gbook-show.html 地图页 index.php?m=map-*-pg-*.html 自定义页面 index.php?m=label-*-pg-*.html#安装目录 1,根目录 / 2,子目录 /maccms8_syb/rewrite ^/vod-(.*)$ /index.php?m=vod-$1 breakrewrite ^/art-(.*)$ /index.php?m=art-$1 breakrewrite ^/gbook-(.*)$ /index.php?m=gbook-$1 breakrewrite ^/label-(.*)$ /index.php?m=label-$1 breakrewrite ^/map-(.*)$ /index.php?m=map-$1 break


欢迎分享,转载请注明来源:夏雨云

原文地址:https://www.xiayuyun.com/zonghe/669400.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2023-07-27
下一篇2023-07-27

发表评论

登录后才能评论

评论列表(0条)

    保存