找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 4120|回复: 53

[iptv信源 资源分享或寻求] 轮播直播之千帆56直播PHP

  [复制链接]
发表于 2022-6-22 21:04 | 显示全部楼层 |阅读模式
学习PHP写的,有不足之处请指正~~~

千帆直播:https://qf.56.com/
测试:http://mmitv.top/test/qf56.php?id=top
回复可见:
  1. <?php
  2. header('Content-Type: text/html;charset=UTF-8');
  3. $id = isset($_GET['id'])?$_GET['id']:'';
  4. if($id=='list'){
  5. $url='https://qf.56.com/square/v3/moreAnchor.do?tagId=0&pageSize=120&currentPage=1';
  6. $data=json_decode(get_data($url));
  7. echo '===56直播===</a><br>';
  8. foreach ($data->message->anchors as $sv){
  9. $rid=$sv->roomid;
  10. $rName=$sv->nickname;
  11. echo $rName.',http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].'?id='.$rid.'</a><br>';
  12. }
  13. }else{
  14. $type=date('i')%2;
  15. if($id!=='top'&&$id!==''){  
  16. $bstrURL = "https://qf.56.com/play/v1/allStreamInfo.do?roomId=$id";
  17. $data=get_data($bstrURL);
  18. $info=json_decode($data)->data;
  19. $flvUrl = json_decode(get_data($info->flvUrl))->url;
  20. $hlsUrl = str_replace('https','https',$info->hlsUrl);
  21. $playurl=array($flvUrl,$hlsUrl)[mt_rand(0,1)];
  22. if($playurl==''){$id='';}
  23. }
  24. if($id=='top'||$id==''){   
  25. $url = "https://qf.56.com/home/v3/top.do?type=1";//首页
  26. $data=json_decode(get_data($url));
  27. $id=$data->data->anchors[mt_rand(0,8)]->roomid;
  28. switch ($type){
  29.   case 0:
  30.    $bstrURL="https://qf.56.com/h5/$id";//手机端
  31.    $data=get_data($bstrURL);
  32.    preg_match('/h5ReceiveUrl: \'(.*?)\'/',$data,$info);
  33.    $playurl=str_replace('https','https',$info[1]);
  34.   break;
  35.   case 1:
  36.    $bstrURL="https://qf.56.com/$id";//PC端
  37.    $data=get_data($bstrURL);
  38.    preg_match('/flvUrl:\'(.*?)\'/',$data,$info);
  39.    $playurl=json_decode(get_data($info[1]))->url;
  40.   break;
  41.   }
  42. }
  43. $playurl=preg_replace('/(.*?)ourdvsss.com\//','https://',$playurl);
  44. //echo $playurl;
  45. header('location:'.$playurl);
  46. }
  47. function get_data($url){
  48. $header=array(
  49.     'User-Agent:Mozilla/5.0 (Windows NT 10.0; Win64) AppleWebKit/536.26 (KHTML, like Gecko)  Chrome/86.0.3282.186 Safari/537.36',
  50.     'Referer:https://qf.56.com/',
  51.     );
  52. $ch = curl_init();
  53. curl_setopt($ch, CURLOPT_URL, $url);
  54. curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  55. curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
  56. curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
  57. curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
  58. curl_setopt($ch, CURLOPT_HTTPHEADER, $header);
  59. $data = curl_exec($ch);
  60. curl_close($ch);
  61. return $data;
  62. }
复制代码

我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-6-22 21:36 | 显示全部楼层
kanxiashi 什么好东西
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-22 21:48 | 显示全部楼层
谢谢分享谢谢分享谢谢分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-22 21:52 | 显示全部楼层
谢谢分享         
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-22 21:57 | 显示全部楼层
什么好东西
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-22 22:10 | 显示全部楼层
谢谢分享  
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-22 22:22 来自手机 | 显示全部楼层
牛人一个厉害
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-22 22:23 | 显示全部楼层
。。。。。。。。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-22 22:43 | 显示全部楼层
看看是什么东东
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-22 22:50 来自手机 | 显示全部楼层
直播之千帆56
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-22 22:52 来自手机 | 显示全部楼层
123456789
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-22 23:23 | 显示全部楼层
千帆56直播PHP
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-22 23:56 | 显示全部楼层
谢谢分享

我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-23 02:07 | 显示全部楼层
谢谢楼主分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-6-23 03:44 来自手机 | 显示全部楼层
学习PHP写的,有不足之处请指
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-4-19 19:11

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

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