找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 2522|回复: 22

[iptv信源 资源分享或寻求] 酷狗繁星美女直播PHP

[复制链接]
发表于 2022-8-21 11:01 | 显示全部楼层 |阅读模式
本帖最后由 jiteloozz 于 2022-8-24 19:13 编辑

美女直播系列PHP差不多要告一段落了~~~
代理测试:
酷狗美女直播随机看,http://mmitv.top/test/kugou.php?id=top

若有不足之处,感谢指正~~~


这几天貌似发不了代码,一提交帖子就被论坛拦截。@ink  @longlo如图:


既然不让发,那咱也不想上传附件了!等这个问题修复了再说~~~
代码回复可见:
<?php
/*********食用方法*************
获取美女直播列表,XXX.php?id=list
随机小姐姐直播,  XXX.php?id=top
***************************/
header('Content-Type: text/html;charset=UTF-8');
$id = isset($_GET['id'])?$_GET['id']:'';
if($id=='list'||$id==''||$id=='top'){
  $str='https://fx2.service.kugou.com/fx_flow_pc/category/cdn/getList?cid=20&page=1&appid=1010&platform=0';
  //$info=json_decode(file_get_contents($str));
  $info=json_decode(get_data($str));
  foreach ($info->data->list as $out){
    if($out->status==1){
       $ids[]=$rid=$out->roomId;
       $name=$out->nickName;
       if($id=='list'){
         echo $name.',http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].'?id='.$rid.'</a><br>';
       }
    }
  }
  if($id==''||$id=='top'){
    $id=$ids[array_rand($ids,1)];
  }
}
if($id!=='list'&&$id!==''){
  $url='https://fx2.service.kugou.com/video/pc/live/pull/mutiline/streamaddr?std_rid='.$id.'&streamType=5&ua=fx-flash&version=1000';
  //$info=json_decode(file_get_contents($url));
  $info=json_decode(get_data($url));
  $playurl=$info->data->lines[1]->streamProfiles[0]->httpsFlv[0];
  //print_r($playurl);
  header('location:'.$playurl);
}

function get_data($url){
$header=array(
    'User-Agent:Mozilla/5.0 (Windows NT 10.0; Win64) AppleWebKit/536.26 (KHTML, like Gecko)  Chrome/86.0.3282.186 Safari/537.36',
    );
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
curl_setopt($ch, CURLOPT_HTTPHEADER, $header);
$data = curl_exec($ch);
curl_close($ch);
return $data;
}






本帖子中包含更多资源

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

×
我的恩山、我的无线 The best wifi forum is right here.
发表于 2022-8-21 12:35 | 显示全部楼层
你的IP被墙

点评

461请求 被WEB防火墙拦截 说明一个问题 就是 你发帖内容中 有不规范的 代码或内容 代码的某些关键字符被论坛关小黑屋了。  详情 回复 发表于 2022-8-21 13:47
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

 楼主| 发表于 2022-8-21 13:47 | 显示全部楼层

461请求
被WEB防火墙拦截
说明一个问题
就是
你发帖内容中
有不规范的
代码或内容

代码的某些关键字符被论坛关小黑屋了。

点评

不能用啊!缺少代码,估计又被论坛吃了  详情 回复 发表于 2022-8-21 20:46
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-21 13:58 | 显示全部楼层
感谢楼主分享,论坛吃代码一直被几个大佬所诟病啊
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-21 14:07 | 显示全部楼层
感谢大佬一直无私奉献,何不建个群?
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-21 20:46 | 显示全部楼层
jiteloozz 发表于 2022-8-21 13:47
461请求
被WEB防火墙拦截
说明一个问题

不能用啊!缺少代码,估计又被论坛吃了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-24 19:16 | 显示全部楼层
上传附件了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-25 23:44 | 显示全部楼层

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

使用道具 举报

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

使用道具 举报

发表于 2022-8-27 07:18 来自手机 | 显示全部楼层
谢谢分享我我都已经
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

发表于 2022-8-30 10:56 | 显示全部楼层
kangkang........
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

发表于 2022-8-30 23:22 | 显示全部楼层
大佬牛逼
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2022-8-31 10:27 | 显示全部楼层
qwertyuiopasdfg
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-25 21:21

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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