最新活动:电脑PC端+手机端+微网站+自适应网页多模板选择-建站388元起价!!!
当前位置:主页 > 网站建设 > 织梦火车采集器采集完文章并更新栏目页,DEDE技术

织梦火车采集器采集完文章并更新栏目页,DEDE技术

时间:2023-07-17 11:07:17 阅读: 文章分类: 网站建设 作者: dede技术员

导读:DEDE技术DEDE技术打开文件 /dede/inc/inc_archives_functions.php 1、在最后增加方法 /*火车头采集自动更新主页*/ function Mak织梦模板安装dede模板下载。

织梦模板安装dede模板下载打开文件 /dede/inc/inc_archives_functions.php   1、在最后增加方法   /*火车头采集自动更新主页*/ function MakeIndex() {     global $dsql,$cfg_basedir,$cfg_templets_dir,$cfg_df_style;     require_once(DEDEINC.'/arc.partview.class.php');     $envs = $_sys_globals = array();     $envs['aid'] = 0;     $pv = new PartView();     $row = $pv->dsql->GetOne('SELECT * FROM `dede_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("无法更新网站主页到:$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(); } /*火车头采集自动更新栏目*/ function MakeParentType($typeid) {     global $dsql;     $typediarr = array();     array_push($typediarr,$typeid);     $row3 = $dsql->GetOne("Select reid,topid From `dede_arctype` where id=".$typeid);     if(!in_array($row3['reid'],$typediarr) and $row3['reid']!=0) array_push($typediarr,$row3['reid']);     if(!in_array($row3['topid'],$typediarr) and $row3['topid']!=0) array_push($typediarr,$row3['topid']);     require_once(DEDEDATA."/cache/inc_catalog_base.inc");     require_once(DEDEINC."/channelunit.func.php");   dede会员中心模板  require_once(DEDEINC."/arc.listview.class.php&qudede织梦模板ot;);     foreach($typediarr as $typeid)     {         $lv = new ListView($typeid);         $lv->MakeHtml(1,$maxpagesize);     } } /*火车头采集自动更新上下篇*/ function MakePreNext($aid,$typeid) {     global $dsql;     require_once(DEDEINC.'/arc.archives.class.php');     $aid = intval($aid);     $preRow =  $dsql->GetOne("SELECT id FROM `dede_arctiny` WHERE id<$aid AND arcrank>-1 AND typeid='$typeid' ORDER BY id DESC");     $nextRow = $dsql->GetOne("SELECT id FROM `dede_arctiny` WHERE id>$aid AND arcrank>-1 AND typeid='$typeid' ORDER BY id ASC");     if(is_array($preRow))     {         $envs['aid'] = $preRow['id'];         $arc = new Archives($preRow['id']);         $arc->MakeHtml();     }     if(is_array($nextRow))     {         $envs['aid'] = $nextRow['id'];         $arc = new dede后台模板Archives($nextRow['id']);         $arc->MakeHtml();     } }   2、找到function GetUpdateTest() 方法,在 return $revalue;前调用上面新增方法。   MakePreNext($arcID,$typeid); MakeIndex(); MakeParentType($typeid); return $revalue;    相关织梦模板安装dede模板下载。

关键词标签: 织梦 采集器 火车

声明: 本文由我的SEOUC技术文章主页发布于:2023-07-17 ,文章织梦火车采集器采集完文章并更新栏目页,DEDE技术主要讲述采集器,火车,织梦网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_28525.html

我的IDC 网站建设技术SEOUC.COM
专注网站建设,SEO优化,小程序设计制作搭建开发定制网站等,数千家网站定制开发案例,网站推广技术服务。
  • 5000+合作客服
  • 8年从业经验
  • 150+覆盖行业
  • 最新热门源码技术文章