0 341 2020-11-27 15:26:46
收藏站长: 今天给大家分享一个php的百度收录查询 api源码,大家可自行封装为接口。实例代码:
<? php
$domain = (isset($_GET['domain'])) ? $_GET['domain'] : $_POST['domain']; if (empty($domain)) echo '查询域名不能为空'; $count = baiduSL($domain); if (!isset($count)) showjson(array('code' = > 200502, 'msg' = > '查询失败,请重试!')); if (!$count) $count = 0; $result = array('code' = > 1, 'domain' = > $domain, 'data' = > $count); print_r(json_encode($result)); unset($value, $url_arr, $domain, $row, $hostrow, $site, $resulturl, $result, $ch); function baiduSL($domain) { $baidu = 'https://www.baidu.com/s?ie=utf-8&tn=baidu&wd=site%3A'.$domain; $bdsite = BD_curl($baidu); $bdsite = str_replace(array("rn", "r", "n", ' '), '', $bdsite); preg_match('/该网站共有(.*?)个网页被百度收录/i', $bdsite, $count); if (!$count) preg_match('/找到相关结果数约(.*?)个/i', $bdsite, $count); //ereg('该网站共有(.*)个网页被百度收录', $bdsite,$count); //print_r($count); //$count=str_replace('该网站共有','',$count); //$count=str_replace('个网页被百度收录','',$count); $count = str_replace(array("rn", "r", "n", ',', ' '), '', $count); $baiduSL = strip_tags($count[1]); unset($count); return $baiduSL; } function BD_curl($url, $post = 0, $referer = 0, $cookie = 0, $header = 0, $ua = 0, $nobaody = 0) { $ch = curl_init(); $ip = rand(0, 255). '.'.rand(0, 255). '.'.rand(0, 255). '.'.rand(0, 255); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); //$httpheader[] = "Host: www.baidu.com"; //$httpheader[] = "Connection: keep-alive"; //$httpheader[] = "Upgrade-Insecure-Requests: 1"; //$httpheader[] = "User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36"; $httpheader[] = "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8"; $httpheader[] = "Accept-Encoding: gzip, deflate, sdch, br"; $httpheader[] = "Accept-Language: zh-CN,zh;q=0.8"; //$httpheader[] = 'X-FORWARDED-FOR:'.$ip; //$httpheader[] = 'CLIENT-IP:'.$ip; curl_setopt($ch, CURLOPT_HTTPHEADER, $httpheader); if ($post) { curl_setopt($ch, CURLOPT_POST, 1); curl_setopt($ch, CURLOPT_POSTFIELDS, $post); } if ($header) { curl_setopt($ch, CURLOPT_HEADER, true); } if ($cookie) { curl_setopt($ch, CURLOPT_COOKIE, $cookie); } if ($referer) { if ($referer == 1) { curl_setopt($ch, CURLOPT_REFERER, 'https://music.163.com/outchain/player?type=0&id=2250011882&auto=1'); } else { curl_setopt($ch, CURLOPT_REFERER, $referer); } } if ($ua) { curl_setopt($ch, CURLOPT_USERAGENT, $ua); } else { curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (iPhone; CPU iPhone OS 9_1 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1"); } if ($nobaody) { curl_setopt($ch, CURLOPT_NOBODY, 1); } curl_setopt($ch, CURLOPT_TIMEOUT, 3); curl_setopt($ch, CURLOPT_ENCODING, "gzip"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $ret = curl_exec($ch); //$Headers = curl_getinfo($ch); curl_close($ch); return $ret; } function showjson($arr) { header("Content-Type: application/json; charset=utf-8"); exit(json_encode($arr, 320)); }
本文地址:https://xzo.com.cn/develop/php/461.html
如果您认可我们的分享,有意与我们合作开展帝国cms网站建设与开发业务或插件定制,请联系右侧在线客服。我们能给您的,就是高质量的模板与售后。
标注了信息来源为下载鸥的文章皆为原创,如果是转载的优质文章,我们也都标注了出处。如果您喜欢我们的文章,请按照下载鸥所标注的文章出处进行标注,谢谢您的配合。
PHP是一种服务器端、跨平台、html嵌入式的脚本语言,其功能十分强大、入门简单。在过去,民间一直有说法称“PHP是最好的编程语言”,是PHP开发者对自身所使用语言的肯定。
PHP曾是最主流的网站web开发语言之一,现在也依然十分流行。
php判断时间戳是不是今天的实现方法:首先创建一个PHP示例文件;指定一个时间,并...
在程序开发的过程中,我们可能需要提取段落里的图片用作缩略图。那么,这个正则...
在日常文章的发表过程中,由于需要引入一些外部链接达到更好的效果与体验。但...
鸥哥最近在开发一个项目,出于对用户隐私的保护,数据一概不能存储到数据表,而是...
多维数组在实际开发中比较常见,要foreach循环也很简单。...
在一些开发场景中,我们需要在每次发起请求后更新重置session_id以同步用户数...
php分割中文字符,之前计划的是可用于搜索结果、tag结果关键词标红。但在实际...
在网站建成后的维护与优化阶段,我们会面临无用栏目/数据处理的问题。量小的...
通过本插件,可以实现帝国cms网站对接百度云api实现图像清晰度增强的功能。经...
通过本插件,可以实现帝国cms网站对接百度云api实现图像去雾的功能。经过实际...
本插件适用于内网用户,可查看单篇文章访问者ip地址。如果添加访问者ip组,可查...
下载鸥开发了这款帝国cms封禁ip插件,自动记录访问情况,让我们可以更快的识别...
采集站的必备资源是自动审核,要做到日收录也离不开定时发布。而本插件的自动...
使用帝国cms的企业用户、新闻资讯类站点的用户很多,此类站点很多时候需要有...
帝国cms有自带的给关键词添加内链功能,但需要手动添加关键词,容易出现疏漏和...
一直没看到好用的帝国cms在线考试插件,所以自己开发了一款。在线考试插件用...