找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 237|回复: 1

php 代码汇总

[复制链接]

336

主题

89

回帖

1391

积分

管理员

积分
1391
发表于 2024-4-26 23:39:37 | 显示全部楼层 |阅读模式
error_reporting(0)

关闭错误报告

336

主题

89

回帖

1391

积分

管理员

积分
1391
 楼主| 发表于 昨天 07:24 | 显示全部楼层

  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8"/>
  5. <meta name="renderer" content="webkit"/>
  6. <meta name="referrer" content="origin-when-cross-origin"/>
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
  8. <title>百视通</title>
  9. <meta name="applicable-device" content="pc,mobile"/>
  10. <meta name="apple-mobile-web-app-capable" content="yes"/>
  11. <meta http-equiv="Cache-Control" content="no-transform"/>
  12. <meta http-equiv="Cache-Control" content="no-siteapp"/>
  13. <meta name="keywords" content="长风音乐-cfss.cc|cfyy.cc"/>
  14. <meta name="description" content="长风网络,长风音乐,长风网络-电视"/>
  15. <link rel="apple-touch-icon-precomposed" href="/Bt/ico.png"/>
  16. <link rel="shortcut icon" href="/Bt/cf.ico" type="image/x-icon">
  17. <link rel="stylesheet" href="/Dp/js/Dp.css">
  18. </head>
  19. <body>
  20. <script src="/Dp/js/Dp.js" charset="utf-8"></script>
  21. <div id="Dp" style="width:100%;height:100%;"></div>
  22. <script type="text/javascript">
  23. document.title="CCTV-1 8M";
  24. var Dp = new DPlayer({
  25.     element:document.getElementById('Dp'),
  26.     hotkey: true,
  27.     volume: 0.8,
  28.     mutex: true,
  29.     loop: false,
  30.     preload: 'auto',
  31.     autoplay: true,
  32.     live: true,//直播true
  33.     theme: '#F00',//颜色
  34.     screenshot: true, //截屏
  35.     logo: '/Bt/img/cf.png',
  36.     video:{//视频源
  37.     url: '/ds/bst/qp.php',
  38.     type: 'auto',
  39.     }
  40. });
  41. Dp.on('error',function(){
  42. window.location.reload();
  43. });//错误时触发
  44. </script>
  45. </body>
  46. </html>
复制代码
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|TVBox

GMT+8, 2024-5-19 01:48 , Processed in 0.059091 second(s), 20 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表