濮阳杆衣贸易有限公司

主頁 > 網(wǎng)站建設(shè) > 建站知識(shí) > dede讓未審核內(nèi)容每分鐘審核一篇并更新至首頁

dede讓未審核內(nèi)容每分鐘審核一篇并更新至首頁

POST TIME:2018-02-04 22:36

plus下新建文件makeid.php內(nèi)容如下:   dede教程-598080707.net

<?php
$lasttime=filemtime($_SERVER['DOCUMENT_ROOT']."/index.html");
$interval=180; //更新時(shí)間秒為單位180秒=3分鐘 3分鐘審核一篇   跟版網(wǎng):www.5loveb.com
if((time()-$lasttime)>$interval)
{
require_once(dirname(__FILE__)."/../include/common.inc.php");
$row = $dsql->GetOne("select id from`dede_archives` where arcrank = -1"); // 找到未審核的文章排序根據(jù)你的要求修改下
$aid= $row['id'];
if($aid!=''){
//審核文章
$upquery = "Update `dede_archives` set arcrank =0 where id='$aid';";
$upquery1 = "Update `dede_arctiny` set arcrank =0 where id='$aid';";
$rs = $dsql->ExecuteNoneQuery($upquery);
$rs1 = $dsql->ExecuteNoneQuery($upquery1);
$isremote = (empty($isremote)? 0 : $isremote);
function MakeArt($aid, $mkindex=FALSE, $ismakesign=FALSE, $isremote=0)
{
global $envs, $typeid;
require_once(DEDEINC.'/arc.archives.class.php');
if($ismakesign) $envs['makesign'] = 'yes';
$arc = new Archives($aid);
$reurl = $arc->MakeHtml($isremote);
return $reurl;
}
$arcID=$aid;
$artUrl = MakeArt($aid,true,true,$isremote);
require_once(DEDEINC.'/arc.partview.class.php');
$envs = $_sys_globals = array();
$envs['aid'] = 0;
$pv = new PartView();
$row = $pv->dsql->GetOne('SELECT * FROM `cn_homepageset`');
$templet = str_replace("{style}", $cfg_df_style, $row['templet']);
$homeFile = dirname(__FILE__).'/'.$row['position'];
$homeFile = str_replace("//", "/", str_replace("\", "/", $homeFile));
$fp = fopen($homeFile, 'w') or die("無法更新網(wǎng)站主頁到:$homeFile 位置");
fclose($fp);
$tpl = $cfg_basedir.$cfg_templets_dir.'/'.$templet;
if(!file_exists($tpl))
{
$tpl = $cfg_basedir.$cfg_templets_dir.'/default/index.htm';
if(!file_exists($tpl)) exit("無法找到主頁模板:$tpl ");
}
$GLOBALS['_arclistEnv'] = 'index';
$pv->SetTemplet($tpl);
$pv->SaveToHtml($homeFile);
$pv->Close();
exit();
}else exit();
}
?>

然后在首頁模板里面最后面加入 <script src="/plus/mkaid.php" language="javascript"></script> 就ok了



收縮
  • 微信客服
  • 微信二維碼
  • 電話咨詢

  • 400-1100-266
广东省| 绥阳县| 阳东县| 萨迦县| 渝中区| 夹江县| 宁陕县| 台江县| 桐城市| 赤峰市| 三原县| 大邑县| 乐安县| 明光市| 洪湖市| 布尔津县| 南京市| 海原县| 乐昌市| 双桥区| 赤水市| 高雄县| 铅山县| 隆尧县| 大洼县| 宜兴市| 成武县| 商河县| 湘乡市| 菏泽市| 成安县| 普兰县| 安福县| 赤峰市| 金沙县| 泗水县| 湟中县| 贵州省| 高清| 平乡县| 太仆寺旗|