找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 1036|回复: 7

[iptv信源 资源分享或寻求] 那个海博php代码设置权限了

[复制链接]
发表于 2022-4-27 18:59 | 显示全部楼层 |阅读模式
大哥 发下那个海博php 设置权限了
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-4-27 19:08 | 显示全部楼层
是的,昨天才出来今天就不行了,等大神出手解决。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-4-27 19:44 | 显示全部楼层
福建官网源早就发了N遍了。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-4-27 19:59 | 显示全部楼层
没了就没了嘛
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-4-27 20:00 | 显示全部楼层
  1. [hide]<?php
  2. $id = isset($_GET['id'])?$_GET['id']:'zhpd';
  3. $n = array(
  4. 'dnpd' => ['dnpd','live1'],//东南卫视
  5. 'zhpd' => ['zhpd','live2'], //福建综合
  6. 'ggxcpd' => ['ggxcpd','live6'], //福建公共
  7. 'xwpd' => ['xwpd','live2'], // 福建新闻
  8. 'dsjpd' => ['dsjpd','live3'], //福建电视剧
  9. 'dspd' => ['dspd','live3'], //福建旅游
  10. 'jjpd' => ['jjpd','live3'], //福建经视
  11. 'typd' => ['typd','live3'], //福建文体
  12. 'child' => ['child','live3'], //福建少儿
  13. 'haixiapd' => ['haixiapd','live6'], //海峡卫视
  14. );
  15. $url='http://'.$n[$id][1].'.fjtv.net/'.$n[$id][0].'/playlist.m3u8';
  16. $playurl = get_url($url);
  17. $header= array(
  18. "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36",
  19. "Referer: http://player.hoge.cn/player.swf",
  20. "Host: v.fjtv.net",
  21. "Cookie: __statCU=1234567890.000",
  22. );
  23. $ch=curl_init($playurl);
  24. curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
  25. curl_setopt($ch,CURLOPT_HTTPHEADER,$header);
  26. curl_setopt ($ch, CURLOPT_FOLLOWLOCATION, 1);
  27. $playurl = curl_exec($ch);
  28. curl_close($ch);
  29. header('Location:'.$playurl);
  30. function get_url($url){
  31. $salt = '862DF6728D919D06E3182D5129832559';
  32. $playerVersion = '4.03';
  33. $stime= floor(microtime(1)*1000);//floor() 函数向下舍入为最接近的整数。
  34. $refererurl = 'http://live.fjtv.net/';
  35. $hash =md5($salt.$playerVersion.$refererurl.$stime.$url.$salt);
  36. $requestUrl = "http://v.fjtv.net/m2o/player/drml.php?hash=$hash&url=$url&playerVersion=$playerVersion&refererurl=$refererurl&time=$stime";
  37. $header= array(
  38. "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36",
  39. "Referer: http://player.hoge.cn/player.swf",
  40. "Host: v.fjtv.net",
  41. "Cookie: __statCU=1234567890.000",
  42. );
  43. return $requestUrl;
  44. }
  45. ?>[/hide]
复制代码

点评

看不了  详情 回复 发表于 2023-8-18 16:51
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-4-27 21:35 | 显示全部楼层
91kds里的福建台官网源也失效了

点评

福建的DRM接口看起来是挂掉了。  详情 回复 发表于 2022-4-27 22:21
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-4-27 22:21 | 显示全部楼层
圣地亚戈2468 发表于 2022-4-27 21:35
91kds里的福建台官网源也失效了

福建的DRM接口看起来是挂掉了。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2023-8-18 16:51 | 显示全部楼层
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-26 22:57

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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