欢迎来到欣怡建站!我们致力于提供优质的网站建站服务
注册

DedeCMS 采集更改为当前审查时间的方法

相关案例演示

/*-------------------------- 

//审核文档 

function checkArchives() { } 

---------------------------*/ 

else if($dopost=="checkArchives") 

$lasttime=time(); 

CheckPurview('a_Check,a_AccCheck,sys_ArcBatch'); 

require_once(DEDEADMIN."/inc/inc_archives_functions.php"); 

if( !empty($aid) && empty($qstr) ) 

$qstr = $aid; 

if($qstr=='') 

ShowMsg("参数无效!",$ENV_GOBACK_URL); 

exit(); 

$arcids = ereg_replace('[^0-9,]','',ereg_replace('`',',',$qstr)); 

$query = "Select arc.id,arc.typeid,ch.issystem,ch.maintable,ch.addtable From `dede_arctiny` arc 

left join `dede_arctype` tp on tp.id=arc.typeid 

left join `dede_channeltype` ch on ch.id=tp.channeltype 

where arc.id in($arcids) "; 

$dsql->SetQuery($query); 

$dsql->Execute('ckall'); 

while($row = $dsql->GetArray('ckall')) 

$aid = $row['id']; 

//print_r($row); 

$maintable = ( trim($row['maintable'])=='' ? 'dede_archives' : trim($row['maintable']) ); 

if($dsql->ExecuteNoneQuery("Update `dede_arctiny` set arcrank='0',sortrank='$lasttime',senddate='$lasttime' where id='$aid' ")) 

$dsql->ExecuteNoneQuery("Update `dede_taglist` set arcrank='0' where aid='$aid' "); 

if($row['issystem']==-1) 

$dsql->ExecuteNoneQuery("Update `".trim($row['addtable'])."` set arcrank='0',pubdate='$lasttime',sortrank='$lasttime',senddate='$lasttime' where aid='$aid' "); 

else 

$dsql->ExecuteNoneQuery("Update `$maintable` set arcrank='0',pubdate='$lasttime',sortrank='$lasttime',senddate='$lasttime', dutyadmin='".$cuserLogin->getUserID()."' where id='$aid' "); 

$pageurl = MakeArt($aid,false); 

ShowMsg("成功审核指定的文档!",$ENV_GOBACK_URL); 

作者:欣怡建站 挑错 时间:2020-01-09 12:06
首先声明,只要是我们的vip会员所有源码均可以免费下载,不做任何限制
☉本站的源码不会像其它下载站一样植入大量的广告。为了更好的用户体验以后坚持不打水印
☉本站只提供精品源码,源码在于可用,不在多!!希望在这里找到你合适的。
☉本站提供的整站程序,均带数据及演示地址。可以在任一源码详情页查看演示地址
☉本站所有资源(包括源码、模板、素材、特效等)仅供学习与参考,请勿用于商业用途。
☉如有其他问题,请加网站客服QQ(984818011)进行交流。
相关教程
在线客服