找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
楼主: guoma

[iptv信源 资源分享或寻求] yztv.php

 火... [复制链接]
发表于 2022-8-25 11:44 | 显示全部楼层
感谢分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

发表于 2022-8-25 13:03 | 显示全部楼层
扬州电视台yztv.php
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-25 13:22 | 显示全部楼层
扬州电视台
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-25 13:43 | 显示全部楼层
看看....
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

发表于 2022-8-25 14:04 | 显示全部楼层
这个看看,谢谢
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-25 14:20 | 显示全部楼层
看看是网页还是app的
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

发表于 2022-8-25 14:53 | 显示全部楼层
谢谢分享,谢谢。。。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-25 15:06 | 显示全部楼层

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

使用道具 举报

发表于 2022-8-25 15:13 | 显示全部楼层
扬州电视台yztv.php
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-25 15:36 | 显示全部楼层
H5:
  1. <?php
  2.     /*
  3.         @https://www.right.com.cn/
  4.         '扬州2套' => '291',
  5.         '扬州1套' => '235',
  6.         '扬州3套' => '236',
  7.     */
  8.     $channel = empty($_GET['id']) ? die(http_response_code(404)) : trim($_GET['id']);
  9.     $timestamp = time().rand(100, 999);
  10.     $apiversion = "2.9";
  11.     $client = "android";
  12.     $service = "getChannelDetail";
  13.     $service_api = "/setsail/external/externalService";
  14.     $service_key = "562db162d30884329cc2f5884b26c787";
  15.     $params = md5(urlencode(str_replace(".", "", "apiversion={$apiversion}&#182;ms=tokenchannelId{$channel}t{$timestamp}terminalType{$client}&service={$service}")));
  16.     $params = md5("service={$service_api}&securitykey={$service_key}&butelTst={$timestamp}&#182;m={$params}");
  17.     $params_array = '{"token":"","channelId":"'.$channel.'","t":'.$timestamp.',"terminalType":"'.$client.'"}';
  18.     $params_data = "service={$service}&#182;ms={$params_array}&apiVersion={$apiversion}&butelAppkey=yangfanapp&butelTst={$timestamp}&butelSign={$params}";

  19.     $ch = curl_init();
  20.     curl_setopt($ch, CURLOPT_URL, "https://vapp.96189.com{$service_api}");
  21.     curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
  22.     curl_setopt($ch, CURLOPT_POSTFIELDS, $params_data);
  23.     curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
  24.     curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
  25.     curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
  26.     curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Linux; U; Android 6.0.0; zh-cn; G+ Build/N2G47H) AppleWebKit/533.1 (KHTML, like Gecko) Version/5.0 Mobile Safari/533.1; ButelSign/1.1');
  27.     curl_setopt($ch, CURLOPT_HTTPHEADER, array(
  28.         'Accept: application/json,application/xml,application/xhtml+xml,text/html;q=0.9,image/webp,*/*;q=0.8',
  29.         'Accept-Encoding: gzip, deflate; gzip, deflate',
  30.         'Accept-Language: zh-CN,zh',
  31.         'Connection: keep-alive',
  32.         'Content-Type: application/x-www-form-urlencoded; charset=utf-8',  
  33.         'Content-Length: '.strlen($params_data)
  34.     ));
  35.     $content = curl_exec($ch);
  36.     curl_close($ch);

  37.     $gzdecode_content = gzdecode($content);
  38.     header("Location: " . explode(",", json_decode($gzdecode_content, true)['data']['playUrl'])[0]);
  39. ?>
复制代码


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

使用道具 举报

发表于 2022-8-25 15:46 | 显示全部楼层
扬州电视台yztv.php
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-25 16:12 | 显示全部楼层
州电视台yztv.php
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-24 19:03

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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