找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 13254|回复: 76

广东和四川 U互动节目 ID 获取工具 和广东代理好的节目

  [复制链接]
发表于 2019-9-21 16:20 | 显示全部楼层 |阅读模式
本帖最后由 zengchuan1984 于 2019-9-22 06:54 编辑

广东和四川 U互动节目 ID 获取工具
下面是广东有线代理好的节目

工具那个要抓包显示的是要代理的 127.0.0.1 是我本地地理调试用的

广东>>>CCTV1(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV1HD_1500
广东>>>CCTV1(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV1HD_3000
广东>>>CCTV1(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV1HD_7000
广东>>>CCTV2(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV2HD_1500
广东>>>CCTV2(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV2HD_3000
广东>>>CCTV2(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV2HD_7000
广东>>>CCTV3(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV3HD_1500
广东>>>CCTV3(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV3HD_3000
广东>>>CCTV3(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV3HD_7000
广东>>>CCTV5(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV5HD_1500
广东>>>CCTV5(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV5HD_3000
广东>>>CCTV5(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV5HD_7000
广东>>>CCTV5+(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV5plusHD_1500
广东>>>CCTV5+(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV5plusHD_3000
广东>>>CCTV5+(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV5plusHD_7000
广东>>>CCTV6(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV6HD_1500
广东>>>CCTV6(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV6HD_3000
广东>>>CCTV6(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV6HD_7000
广东>>>CCTV7(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV7HD_1500
广东>>>CCTV7(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV7HD_3000
广东>>>CCTV7(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV7HD_7000
广东>>>CCTV8(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV8HD_1500
广东>>>CCTV8(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV8HD_3000
广东>>>CCTV8(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV8HD_7000
广东>>>CCTV9(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV9HD_1500
广东>>>CCTV9(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV9HD_3000
广东>>>CCTV9(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV9HD_7000
广东>>>CCTV10(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV10HD_1500
广东>>>CCTV10(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV10HD_3000
广东>>>CCTV10(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV10HD_7000
广东>>>CCTV12(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV12HD_1500
广东>>>CCTV12(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV12HD_3000
广东>>>CCTV12(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV12HD_7000
广东>>>CCTV14(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV14HD_1500
广东>>>CCTV14(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV14HD_3000
广东>>>CCTV14(高清),http://185.239.226.6:5178/gdyx.php?id=CCTV14HD_7000

下面是好看宽屏代理源码

<?php
$id = $_GET['id'];
        
$playurl= get_data("http://haokankuanpin.cdtown.cn:8345/api/media-api/channel/authentication?channelId=".$id);

$m3u8 = str_replace(array("8060"),'8070',$playurl);

header('location:'.urldecode($m3u8));        

function get_data($url)
{
        $ch= curl_init();
        curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
        curl_setopt($ch,CURLOPT_URL,$url);
        curl_setopt($ch,CURLOPT_USERAGENT,$_SERVER['HTTP_USER_AGENT']);
        $data = curl_exec($ch);
        curl_close($ch);
        $obj = json_decode($data);
        $m3u8 = $obj->playCode;
        return $m3u8;
}
?>

上面代码使用方法:

复制上面到  Notepad++  上, 另存为 sckp.php

上传服务器

服务器 + sckp.php?id=节目id

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

×

点评

你说的很对,我赞同你的说法。: 5.0
你说的很对,我赞同你的说法。: 5
请问下楼主,用你的代码无法代理,求指点  发表于 2019-9-26 01:36
rar解压不了?什么版本?  发表于 2019-9-22 08:06

评分

参与人数 2恩山币 +2 收起 理由
uyhjgfooo + 1 求分享广东有线和宽屏1080源码
raver520 + 1 求个广东有线的代理源码

查看全部评分

我的恩山、我的无线 The best wifi forum is right here.
发表于 2019-9-21 16:32 | 显示全部楼层
谷豆apk是不是广电网络才能用呢
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-9-21 16:42 | 显示全部楼层
可惜移动用不了广东!

点评

没辙,之前用广西联通,看谷豆都可以,换移动加载不出来了,放弃之  详情 回复 发表于 2019-9-21 16:48
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-9-21 16:45 | 显示全部楼层
互动节目
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-9-21 16:45 | 显示全部楼层
广东电信也不能用
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-9-21 16:48 | 显示全部楼层
mymon 发表于 2019-9-21 16:42
可惜移动用不了广东!

没辙,之前用广西联通,看谷豆都可以,换移动加载不出来了,放弃之
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-9-21 17:24 | 显示全部楼层
没任何意义的工具
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-9-21 17:28 | 显示全部楼层
感谢分享感谢分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-9-21 19:47 | 显示全部楼层
四川电信能用不???

点评

可以,问题是要找到id  详情 回复 发表于 2019-9-22 12:04
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-9-21 20:36 | 显示全部楼层
用不了。。。。。。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-9-21 20:42 | 显示全部楼层
感谢分享..
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-9-21 21:19 | 显示全部楼层
请问有广东的代理源码吗
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-9-21 21:31 | 显示全部楼层
牛叉啊啊啊,好好好学习了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-9-21 21:40 来自手机 | 显示全部楼层
你给的是好看宽频的代理,不是四川u互动的源码
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2019-9-21 21:50 | 显示全部楼层
谢谢~~~~~~~~~~~~~~~~~~~~
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-24 22:13

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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