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

发布时间:2025-06-19 点击:5
使用织梦的朋友都知道首页添加完随机文章板块后不会实现自动更新,那怎样才能实现随机文章自动更新呢?
第一步、复制下面红色部分内容到记事本,完成后,另存为名称为autoindex.php的文件,并将其上传到织梦plus文件夹
<?php
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, <?php\);
fwrite( $file,\$last_time=.time().;\);
fwrite( $file, '?>' );
fclose( $file );
}
?>
第二步、登录织梦后台,在head.htm文件中加入下面代码,我加在了<!-- //header -->前面
<script src=/plus/autoindex.php language=javascript></script>
温馨提示:千万不要上传到错误位置,否则会调用不成功!


如何搭建一个属于自己的网站
H5响应式网站怎么做?有什么优势特点?
企业网站优化中要做好哪些基础工作?
商城网站建设必须注意的事项
让用户记住你的网站需要什么方法,企业网站建设开发需要多长时间?
1G端口与100M带宽分别是什么意思
外国服务器租用配置有哪些要求?
买主机要注意哪些空间配置