DedeCMS5.7百度主动推送PHP代码,如果,你还是不明白,那。。。。只能帮你到这里了…
这是干货,懂点代码的可以自己延伸(保存为任意php文件,放到plus目录下,访问看下结果?)。另外,避免手动提交的麻烦,可以服务器端设置个时间每天自动执行。

?
-
-
require_once(dirname(__FILE__).'/../include/common.inc.php');?
-
require_once(DEDEINC."/channelunit.class.php");?
-
$whereSql?=?'';?
-
?
-
$year?=?date("Y");?
-
$month?=?date("m");?
-
$day?=?date("d");?
-
$dayBegin?=?mktime(0,$month,0); line-height: 19.2px; background-color: inherit;">$day,0); line-height: 19.2px; background-color: inherit;">$year);?
-
$dayEnd?=?mktime(23,59,0); line-height: 19.2px; background-color: inherit;">//当天结束时间戳?
-
$whereSql?=?"where?arc.pubdate<".$dayEnd."?AND?arc.pubdate>".$dayBegin;?
-
$query?=?"SELECT?arc.*,tp.*?FROM?`2ky_archives`?arc?
-
LEFT?JOIN?`2ky_arctype`?tp?ON?arc.typeid=tp.id?
-
$whereSql?
-
ORDER?BY?arc.id?DESC";??
-
?
-
?
-
?
-
$urls?=?"";?
-
$dsql->SetQuery($query);?
-
$dsql->Execute();?
-
while($row?=?$dsql->GetArray())?
-
{?
-
$urls?.=?"http://www.dede58.com".GetFileUrl($row['id'],0); line-height: 19.2px; background-color: inherit;">$row['typeid'],0); line-height: 19.2px; background-color: inherit;">$row['senddate'],0); line-height: 19.2px; background-color: inherit;">$row['title'],0); line-height: 19.2px; background-color: inherit;">$row['ismake'],?
-
$row['arcrank'],0); line-height: 19.2px; background-color: inherit;">$row['namerule'],0); line-height: 19.2px; background-color: inherit;">$row['typedir'],0); line-height: 19.2px; background-color: inherit;">$row['money'],0); line-height: 19.2px; background-color: inherit;">$row['filename'],0); line-height: 19.2px; background-color: inherit;">$row['moresite'],0); line-height: 19.2px; background-color: inherit;">$row['siteurl'],0); line-height: 19.2px; background-color: inherit;">$row['sitepath']).",";?
-
}?
-
$urls?=?substr($urls,-1);?
-
$urls?=?explode(",",0); line-height: 19.2px; background-color: inherit;">$urls);??
-
?
-
?
-
?
-
$api?=?'http://data.zz.baidu.com/urls?site=www.dede58.com&token=uUGps6ZBwuEYk0LW';?
-
$ch?=?curl_init();?
-
$options?=?array(?
-
CURLOPT_URL?=>?$api,?
-
CURLOPT_POST?=>?true,?
-
CURLOPT_RETURNTRANSFER?=>?true,?
-
CURLOPT_POSTFIELDS?=>?implode("n",?$urls),?
-
CURLOPT_HTTPHEADER?=>?array('Content-Type:?text/plain'),?
-
);?
-
curl_setopt_array($ch,0); line-height: 19.2px; background-color: inherit;">$options);?
-
$result?=?curl_exec($ch);?
-
echo?$result;?
-
?>?
(编辑:李大同)
【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!
|