<?php $qq = $_GET['qq']; $src = 'https://q1.qlogo.cn/g?b=qq&nk=' . $qq . '&s=100&t=' . time(); header('Content-type: image/png'); $res = imagecreatefromstring(file_get_contents($src)); imagepng($res); imagedestroy($res); ?>
将以上代码保存为qqtx.php,上传目录地址
调用方法:目录地址+qqtx.php?qq=需要获取头像qq号
请求资源或报告无效资源,请点击[反馈中心]