How do I get the avatar through QQ email?

    

How do I get the avatar through QQ email?

How do I get the avatar through QQ email?

You may find out that once you comment with your QQ email, this website can get your QQ avatar.

Only QQ email is supported, maybe more email can be done in the future. :)

How did I do this? Check out this code:

<?php
    //Get email address
    $s1 = $_GET["n1"];
    //md5 encode
    $mdmd5 = md5(strtolower(trim($s1)));
    $qqnum = str_replace('@qq.com', '', $s1);
    if (strstr($s1,"qq.com") && is_numeric($qqnum) && strlen($qqnum) > 4 && strlen($qqnum) < 12) {
        $avatar = 'https://q2.qlogo.cn/g?b=qq&nk='.$qqnum.'&s=100';
    }else {
        $avatar = 'https://cdn.v2ex.com/gravatar/' . $mdmd5 . '?s=80';
    }
    //output the avatar
    echo "<img style='width:80px;height:80px;' src='".$avatar."'>";
?>
  Previous post How large is infinity in C?
Next post   This is the newest one

Only one comment

  1. 操作步骤清晰,指导性强,易于实践。

Add a new comment

  About the blogger

A PhD student in College of Computer Science and Electronic Engineering of Hunan University.

  Recent comments

  •  hofhzqodbd: 情感真挚自然,字里行间传递出强烈的感染力。
  •  zstewsltzd: 选材新颖独特,通过细节描写赋予主题鲜活生命力。
  •  awnuzkstyc: 语言通俗易懂,适合目标读者群体。
  •  alhkeoenkw: 操作步骤清晰,指导性强,易于实践。
  •  wuuyqzgowb: ?实用类评语?
  •  hffpkebrqv: 结论升华部分可联系更高维度价值观。
  •  xxkheclofm: 建议引入反面案例,增强辩证性。
  •  luzfkspnsa: 反驳对手观点时需更注重逻辑严密性。
  •  nishxcwrge: 这是一篇佳作,无论是从内容、语言还是结构上,都堪称完美。
  •  nmgixoplzo: 这篇文章提供了宝贵的经验和见解,对读者有很大的启发和帮助。

Welcome to my website!