找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 1395|回复: 12

[iptv信源 资源分享或寻求] 1905的代码挂了,哪位大师给修复一下

[复制链接]
1905电影直播的电影还挺好看的,可惜代码挂了
我的恩山、我的无线 The best wifi forum is right here.
代码?看起来好高级哦
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

cxgg1 发表于 2022-10-8 10:01
代码?看起来好高级哦

<?php
$post='{"cid":999998,"streamname":"LIVE8J4LTCXPI7QJ5","uuid":"5091a319-314e-46b8-8103-13ad7a94d26c","playerid":"557430158847657","nonce":1665145575,"expiretime":1665146175,"page":"https://m.1905.com/m/1905tv/live/","appid":"KylxQo7MZ"}';
$headers = [
        'Authorization: 55f28c1553bb58f772427d6514dc550ef771130d',
        'Content-Type: application/json',
];
$ch = curl_init('https://profile.m1905.com/mvod/liveinfo.php');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.198 Safari/537.36');
curl_setopt($ch, CURLOPT_REFERER,'https://m.1905.com/m/1905tv/live/');
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $post);
curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
$data = curl_exec($ch);
curl_close($ch);
$json=json_decode(trim($data,'()'));
$host=$json->data->quality->hd->host;
$path=$json->data->path->hd->path;
$sign=$json->data->sign->hd->sign;
$playurl=$host.$path.$sign;
//print_r(($playurl));
header('Location: '.$playurl);
?>

点评

这个也播放不了  详情 回复 发表于 2022-10-8 11:17
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

有更新的的吗??
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报


现在Authorization   uuid   playerid   nonce   expiretime全都是动态了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

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

使用道具 举报

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

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

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

GMT+8, 2024-4-28 22:10

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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