全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
查看: 1246|回复: 12

阿里图床复活

[复制链接]
发表于 2022-3-15 12:00:15 | 显示全部楼层 |阅读模式
function submit($file_path)
{
    $url = 'https://kfupload.alibaba.com/kupload';
    $data = [];
    $data['scene'] = 'aeMessageCenterV2ImageRule';
    $data['name'] = 'player.png';
    $data['file'] = new CURLFile(realpath($file_path));

    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $url);
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
    curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 120);
    curl_setopt($ch, CURLOPT_TIMEOUT, 120);
    $hothead[] = "Accept:application/json";
    $hothead[] = "Accept-Encoding:gzip,deflate,sdch";
    $hothead[] = "Accept-Language:zh-CN,zh;q=0.8";
    $hothead[] = "Connection:close";
    $ip = mt_rand(48, 140) . "." . mt_rand(10, 240) . "." . mt_rand(10, 240) . "." . mt_rand(10, 240);
    $hothead[] = 'CLIENT-IP:' . $ip;
    $hothead[] = 'X-FORWARDED-FOR:' . $ip;
    curl_setopt($ch, CURLOPT_HTTPHEADER, $hothead);
    curl_setopt($ch, CURLOPT_POST, 1);
    curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
    curl_setopt($ch, CURLOPT_USERAGENT, 'Dalvik/2.1.0 (Linux; U; Android 10; ONEPLUS A5010 Build/QKQ1.191014.012)');
    curl_setopt($ch, CURLOPT_ENCODING, "gzip");
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    $html = @curl_exec($ch);
    curl_close($ch);
    $json = @json_decode($html, true);
    if ($json['code'] == '0') {
        @unlink($file_path);
        $file_path = $json['url'];
    }

    return $file_path;
}

ua必须这个
发表于 2022-3-15 12:02:59 | 显示全部楼层
小白的我  不会用
发表于 2022-3-15 12:03:10 | 显示全部楼层
这是php吗?
发表于 2022-3-15 12:04:42 来自手机 | 显示全部楼层
然后封号,玩不起来
发表于 2022-3-15 12:04:51 | 显示全部楼层
阿里删图太猛了
 楼主| 发表于 2022-3-15 12:59:27 | 显示全部楼层

php的
 楼主| 发表于 2022-3-15 13:00:55 | 显示全部楼层
风轻 发表于 2022-3-15 12:04
然后封号,玩不起来

封jm,一个ip别穿太太多,也不用账号mjj
 楼主| 发表于 2022-3-15 13:02:23 | 显示全部楼层
wushuiyin 发表于 2022-3-15 12:02
小白的我  不会用

你那俩太阳怎么来滴
发表于 2022-3-15 15:00:06 | 显示全部楼层
阿里删图太厉害了



我是萌新

请你放心

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

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2024-4-25 00:12 , Processed in 0.064715 second(s), 9 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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