用织梦CMS轻松采集文章,更新栏目页,让你轻松愉悦!

摘要

在这个神奇的文件里,我们找到了一个名为“MakeIndex”的函数,它可以自动升级首页,就像火车采集器一样!这真是太棒了!我们只需要在这里添加一些魔法,就可以让我们的网站更加美丽和强大!

正文

打开文件 /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”);

    require_once(DEDEINC.”/arc.listview.class.php”);

    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 Archives($nextRow[‘id’]);

        $arc->MakeHtml();

    }

}
 

2、寻找function GetUpdateTest() 方式,在 return $revalue;前启用上边增加方式。

 

MakePreNext($arcID,$typeid);

MakeIndex();

MakeParentType($typeid);

return $revalue;

关注不迷路

扫码下方二维码,关注宇凡盒子公众号,免费获取最新技术内幕!

温馨提示:如果您访问和下载本站资源,表示您已同意只将下载文件用于研究、学习而非其他用途。
文章版权声明 1、本网站名称:宇凡盒子
2、本站文章未经许可,禁止转载!
3、如果文章内容介绍中无特别注明,本网站压缩包解压需要密码统一是:yufanbox.com
4、本站仅供资源信息交流学习,不保证资源的可用及完整性,不提供安装使用及技术服务。点此了解
5、如果您发现本站分享的资源侵犯了您的权益,请及时通知我们,我们会在接到通知后及时处理!提交入口
0

评论0

请先

站点公告

🚀 【宇凡盒子】全网资源库转储中心

👉 注册即送VIP权限👈

👻 全站资源免费下载✅,欢迎注册!

记得 【收藏】+【关注】 谢谢!~~~

立即注册
没有账号?注册  忘记密码?

社交账号快速登录