在首頁模板中加入下面代碼,盡量放在底部。
成都創(chuàng)新互聯(lián)專注于中山網(wǎng)站建設服務及定制,我們擁有豐富的企業(yè)做網(wǎng)站經(jīng)驗。 熱誠為您提供中山營銷型網(wǎng)站建設,中山網(wǎng)站制作、中山網(wǎng)頁設計、中山網(wǎng)站官網(wǎng)定制、小程序定制開發(fā)服務,打造中山網(wǎng)絡公司原創(chuàng)品牌,更為您提供中山網(wǎng)站排名全網(wǎng)營銷落地服務。
script language="javascript" type="text/javascript" src="/e/htmlindex/index_html.php"/script
在 /e/ 建立文件夾 htmlindex 并設置 777權(quán)限
將下面代碼保存在 /e/htmlindex/index_html.php
修改刷新時間,將文件中1200改為你想要的時間,單位為秒。
?php
require("../class/connect.php");
include("../class/db_sql.php");
include("../class/config.php");
include("../class/functions.php");
include("../class/t_functions.php");
require?LoadLang("pub/fun.php");
require("../data/dbcache/class.php");
require("../data/dbcache/MemberLevel.php");
include("../class/chtmlfun.php");?
$link=db_connect();
$empire=new?mysqlquery();
$filepath_s="indexhtmlhc.txt";
$time=time();
@$filemtime=(int)filemtime($filepath_s)+1200;
/*
函數(shù)解釋
file_exists()?函數(shù)檢查文件或目錄是否存在。
mkdir()?函數(shù)創(chuàng)建目錄。
time()?函數(shù)返回當前時間的?Unix?時間戳。
filemtime()?函數(shù)返回文件內(nèi)容上次的修改時間。
*/
if?(!file_exists($filepath_s)){
fopen($filepath_s,?'w');
@chmod($filepath_s,?0777);
ReIndex();
}elseif(!file_exists($filepath_s)?||?(filemtime($filepath_s)+1200)time()){
fopen($filepath_s,?'w');
@chmod($filepath_s,?0777);
ReIndex();
}else{
//?do?nothing
}
db_close();
$empire=null;
?
沒注意過這個!自動審核的!投稿的時候設置不審核就行了吧?
帝國cms文章可審核自動排版,帝國cms是一款編輯器,帝國cms的主要功能有自動排版、圖片排版、簡繁轉(zhuǎn)換、文章審核,所以帝國cms文章可審核自動排版。