>  Q&A  >  본문

바이두는 실제 테스트에는 효과가 없다고 판단해 포함시켰다.

<?php

function getRecord()
{
    header("HTTP/1.1 200 OK");
    header('Access-Control-Allow-Origin:*');
    header("Access-Control-Allow-Headers:Origin, X-Requested-With, Content-Type, Accept");
    $site = ("site:https://wxsnote.cn/253.html");
    $encryption = md5(mt_rand(1655, 100860065) . time());
    $baiduSite = "https://www.baidu点com/s?ie=utf-8&newi=1&mod=1&isid={$encryption}&wd={$site}&rsv_spt=1&rsv_iqid={$encryption}&issp=1&f=8&rsv_bp=1&rsv_idx=2&ie=utf-8&tn=baiduhome_pg&rsv_enter=0&rsv_dl=ib&rsv_sug3=2&rsv_sug1=1&rsv_sug7=001&rsv_n=2&rsv_btype=i&inputT=3083&rsv_sug4=3220&rsv_sug=9&rsv_sid=32818_1460_33042_33060_31660_33099_33101_32961_26350_22159&_ss=1&clist=&hsug=&f4s=1&csor=38&_cr1=32951";
    $ip = mt_rand(0, 255) . '.' . mt_rand(0, 255) . '.' . mt_rand(0, 255) . '.' . mt_rand(0, 255);
    $header[] = "accept-encoding: gzip, deflate";
    $header[] = "accept-language: en-US,en;q=0.8";
    $header[] = "CLIENT-IP:" . $ip;
    $header[] = "X-FORWARDED-FOR:" . $ip;
    $ch = curl_init();
    curl_setopt($ch, CURLOPT_URL, $baiduSite);
    curl_setopt($ch, CURLOPT_HTTPHEADER, $header);
    curl_setopt($ch, CURLOPT_REFERER, "https://www.baidu点com/s?ie=UTF-8&wd={$site}");
    curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.79 Safari/537.36");
    curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($ch, CURLOPT_ENCODING, 'gzip,deflate');
    curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
    curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
    curl_setopt($ch, CURLOPT_TIMEOUT, 5);
    $output = curl_exec($ch);
    curl_close($ch);
    $res = str_replace([' ', "\n", "\r"], '', $output);
    if (strpos($res, "抱歉,没有找到与") || strpos($res, "找到相关结果约0个") || strpos($res, "没有找到该URL") || strpos($res, "抱歉没有找到")) {
        echo '<a style="color:red;font-size:12px;float:center" rel="external nofollow" title="点击提交,谢谢您!" target="_blank" href="http://zhanzhang.baidu点com/sitesubmit/index?sitename=https://wxsnote.cn/253.html"><i class="fa fa-paw fa-lx"></i> 未收录</a>';
    } else {
        echo '<a style="color:green;font-size:12px;float: center" target="_blank" title="点击查看" rel="external nofollow" href="http://www.baidu点com/s?wd=内容"><i class="fa fa-paw fa-lx"></i> 已收录</a>';
    }
}
?>

<?php echo getRecord();?>

여러분, 좀 봐주세요

이것은 wordpress용 코드입니다. 다른 사람들이 작성한 코드와 결합되어 있음에도 꽤 큰 것으로 나타났습니다. 혼자 꺼내면 똑같은 일이 일어납니다.

플랫폼에서 점으로 대체하면 나타납니다.

手机用户782808582手机用户7828085821164일 전1090

모든 응답(1)나는 대답할 것이다

  • 猪老湿

    猪老湿2021-09-07 13:55:18

    플랫폼에서는 "." 표시를 허용하지 않습니다. 이스케이프를 사용해 보셨나요?

    회신하다
    0
  • 취소회신하다