找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 3338|回复: 56

[iptv信源 资源分享或寻求] 上海 “看看新闻” 官网sign算法php代码

  [复制链接]
发表于 2022-5-12 15:53 | 显示全部楼层 |阅读模式
购买主题 已有 15 人购买  本主题需向作者支付 1 币恩山币 才能浏览
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-5-12 16:00 | 显示全部楼层
谢谢楼主的分享
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-5-12 16:08 | 显示全部楼层
看到头晕都没找到

点评

找啊找~~~~  发表于 2022-5-12 18:29
44dbbf7.js 第4423行方法 sign=md5(md5(接口尾巴部分最后去掉sign换成&28c8edde3d61a0411511d3b1866f0636))  发表于 2022-5-12 18:04
应该就在44dbbf7.js里面。  详情 回复 发表于 2022-5-12 17:50
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-5-12 16:17 | 显示全部楼层
hhahahahahahahahahahahahahahahah
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-5-12 16:21 | 显示全部楼层
看看和我想的一样不……
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

头像被屏蔽
发表于 2022-5-12 16:26 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-5-12 16:41 来自手机 | 显示全部楼层
不就是base64
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-5-12 16:48 | 显示全部楼层
查看本帖隐藏内容请
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

发表于 2022-5-12 16:54 | 显示全部楼层
谢谢楼主的分享!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

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

使用道具 举报

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

使用道具 举报

发表于 2022-5-12 17:50 | 显示全部楼层
kof97zip 发表于 2022-5-12 16:08
看到头晕都没找到

应该就在44dbbf7.js里面。
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-5-12 18:09 | 显示全部楼层
本帖最后由 guoma 于 2022-5-12 21:29 编辑

上海 “看看新闻” 官网sign算法,补全代码:

  1. <?
  2. $id = isset($_GET['id'])?$_GET['id']:'dfws';
  3. $n = array(
  4.   'dfws' => 800081,//东方卫视
  5.   'shxwzh' => 800084,//上海新闻综合
  6.   'shics' => 800089,//上海ICS
  7.   'shds' => 800090,//上海都市
  8.   'jsrw' => 800091,//上海纪实人文
  9.   'dycj' => 800092,//上海第一财经
  10.   );
  11. $s=md5(md5('id='.$n[$id].'&nonce=3opnnm4c&platform=pc&stream=live×tamp='.time().'&version=1.0&28c8edde3d61a0411511d3b1866f0636'));
  12. $m = curl_init('https://api-app.kankanews.com/kankan/pc/livepc?id='.$n[$id].'&nonce=3opnnm4c&platform=pc&stream=live×tamp='.time().'&version=1.0&sign='.$s);
  13. curl_setopt($m,CURLOPT_RETURNTRANSFER,1);
  14. curl_setopt($m,CURLOPT_HTTPHEADER,array('User-Agent: Mozilla/5.0'));
  15. $d = curl_exec($m);
  16. curl_close($m);
  17. $cm = curl_init(json_decode(base64_decode(json_decode($d) -> result -> code))[0] -> pcstream);
  18. curl_setopt($cm, CURLOPT_RETURNTRANSFER, 1);
  19. curl_setopt($cm, CURLOPT_HTTPHEADER, array('user-agent: Mozilla/5.0 (Windows NT 6.1)'));
  20. $dd = curl_exec($cm);
  21. curl_close($cm);
  22. $playurl = 'https://'.explode('&se=',explode('//',$dd)[1])[0];
  23. header('Location:'.$playurl);
  24. //echo $playurl;
  25. ?>
复制代码



点评

js老哥是绝地高手  发表于 2022-5-12 21:17
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-18 13:56

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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