找回密码
 立即注册

QQ登录

只需一步,快速开始

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

[iptv信源 资源分享或寻求] 哪位大侠能搞个番禺有线的侧门PHP ?

[复制链接]
头像被屏蔽
发表于 2021-4-15 08:37 | 显示全部楼层 |阅读模式
提示: 作者被禁止或删除 内容自动屏蔽
我的恩山、我的无线 The best wifi forum is right here.
发表于 2021-4-15 09:04 | 显示全部楼层
没有资源  没有
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-15 09:25 | 显示全部楼层
还不如找个谷豆,番禺的有人发了要机器信息,搞不了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-15 09:54 | 显示全部楼层
比较难搞哟呵呵
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-15 10:40 来自手机 | 显示全部楼层
没有侧门,只有正门,
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

使用道具 举报

发表于 2021-4-15 15:09 | 显示全部楼层
番禺账号 真不好搞
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-18 14:03 | 显示全部楼层
番禺帐号最好搞
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

本站网友
本站网友  发表于 2021-4-18 14:46
<?php
        $id = $_GET['id'];
        $ts = time().'123';
        $devidno = ''; // 设备码,自己抓包或自己生成,md5(android_id)
        $account = ''; // 你的号
        $pwd = ''; // 密   自己抓包
        $sign = md5($devidno.'|yuj|3|'.$account.'|'.$ts);

        $strData = array(
                "deviceno" => $devidno,
                "devicetype" => "yuj",
                "accounttype" => 3,
                "account" => $account,
                "pwd" => $pwd,
                "grouptype" => "7",
                "timestamp" => $ts,
                "isforce" => "1",
                "signature" => $sign,
                "serverVersion" => "V1.2.13",
                "extendinfo" => array(
                        "operatingsystem" => "Android",
                        "systemversion" => "6.0.1",
                        "model" => "ABC",
                        "appversion" => "V1.0.0"
                        )

                );

        $strData = json_encode($strData,JSON_UNESCAPED_UNICODE);
        $bstrURL = 'http://access.pyitv.com:12690/account/user/v2/login';

        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL, $bstrURL);                  
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
        curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
        curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
        curl_setopt($ch, CURLOPT_POST, TRUE);
        curl_setopt($ch, CURLOPT_HTTPHEADER,array('content-type: text/xml'));
        curl_setopt($ch, CURLOPT_POSTFIELDS, $strData);

        $data = curl_exec($ch);
        curl_close($ch);

        $json = json_decode($data);
        $token = $json->access_token;

        $bstrURL = 'http://httpdvb.slave.pyitv.com:13164/playurl?playtype=live&protocol=http&accesstoken='.$token.'&programid='.$id.'&playtoken=ABCDEFGH2836543SK&auth=no&verifycode=14183';
        header('location:'.$bstrURL);
?>

回复

使用道具 举报

发表于 2021-4-27 15:29 来自手机 | 显示全部楼层
哪个帅哥有番禺ID,比较齐全的
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-27 20:24 | 显示全部楼层
你正门就会给拍到哈哈!!
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-4-29 21:51 | 显示全部楼层

大神可否帮写个安BO代理。我有正版盒不会写  或提供像这里的番禺PHP模版让我套

点评

安博你想多了  详情 回复 发表于 2021-7-15 19:14
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

发表于 2021-7-15 19:14 来自手机 | 显示全部楼层
xb2394495 发表于 2021-4-29 21:51
大神可否帮写个安BO代理。我有正版盒不会写  或提供像这里的番禺PHP模版让我套

安博你想多了
我的恩山、我的无线 The best wifi forum is right here.
回复

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-4-20 20:56

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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

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