如何设置网站首页随机文章板块自动更新

2021-04-21    分类: 网站建设

使用织梦的朋友都知道首页添加完随机文章板块后不会实现自动更新,那怎样才能实现随机文章自动更新呢?

第一步、复制下面红色部分内容到记事本,完成后,另存为名称为autoindex.php的文件,并将其上传到织梦plus文件夹
function sp_input( $text )
{
$text = trim( $text );
$text = htmlspecialchars( $text );
if (!get_magic_quotes_gpc())
return addslashes( $text );
else
return $text;
}
$autotime = 3600;
$fpath = "../data/last_time.inc";
include( $fpath );
if( empty($last_time))
$last_time = 0;
if( sp_input($_GET['renew'])=="now")
$last_time = 0;
if((time()-$last_time)>=$autotime )
{
define('DEDEADMIN', ereg_replace("[/\\]{1,}",'/',dirname(__FILE__) ) );
require_once(DEDEADMIN."/../include/common.inc.php");
require_once(DEDEINC."/arc.partview.class.php");
/*
$row = $dsql->GetOne("Select * From dede_homepageset");
$dsql->Close();
$templet=$row['templet'];
$position=$row['position'];
*/
$templet = “tnbjh/index.htm”;
$position = "../index.html";
$homeFile = dirname(__FILE__)."/".$position;
$homeFile = str_replace("\\", "/", $homeFile );
$homeFile = str_replace( "//", "/", $homeFile );
$pv = new PartView();
$pv ->SetTemplet( $cfg_basedir.$cfg_templets_dir."/".$templet );
$pv -> SaveToHtml( $homeFile );
$pv -> Close();
$file = fopen( $fpath, "w");
fwrite( $file, "fwrite( $file,"\$last_time=".time().";\");
fwrite( $file, '?>' );
fclose( $file );
}
?>
  第二步、登录织梦后台,在head.htm文件中加入下面代码,我加在了前面

温馨提示:千万不要上传到错误位置,否则会调用不成功!

本文标题:如何设置网站首页随机文章板块自动更新
文章源于:https://www.cdcxhl.com/news/109210.html

成都网站建设公司_创新互联,为您提供营销型网站建设网站设计虚拟主机电子商务全网营销推广静态网站

广告

声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联

猜你还喜欢下面的内容

成都网页设计公司

网站建设知识

各行业网站