在首頁模板中加入下面代碼,盡量放在底部。
創(chuàng)新互聯(lián)公司是一家集網(wǎng)站建設(shè),雨湖企業(yè)網(wǎng)站建設(shè),雨湖品牌網(wǎng)站建設(shè),網(wǎng)站定制,雨湖網(wǎng)站建設(shè)報價,網(wǎng)絡(luò)營銷,網(wǎng)絡(luò)優(yōu)化,雨湖網(wǎng)站推廣為一體的創(chuàng)新建站企業(yè),幫助傳統(tǒng)企業(yè)提升企業(yè)形象加強(qiáng)企業(yè)競爭力??沙浞譂M足這一群體相比中小企業(yè)更為豐富、高端、多元的互聯(lián)網(wǎng)需求。同時我們時刻保持專業(yè)、時尚、前沿,時刻以成就客戶成長自我,堅持不斷學(xué)習(xí)、思考、沉淀、凈化自己,讓我們?yōu)楦嗟钠髽I(yè)打造出實(shí)用型網(wǎng)站。
script language="javascript" type="text/javascript" src="/e/htmlindex/index_html.php"/script
在 /e/ 建立文件夾 htmlindex 并設(shè)置 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ù)返回當(dāng)前時間的?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已成為專業(yè)建站的優(yōu)先選擇,掘氏漏如果你不需要特殊功能不要判爛二次開發(fā),就不需要任何技術(shù)基礎(chǔ)。
不過建議你先做好網(wǎng)站定位,多比較CMS系統(tǒng)和風(fēng)格核爛,門戶網(wǎng)站可用帝國和DEDECMS,博客可用wordpress,企業(yè)網(wǎng)站可用metinfo
在帝國CMS中可以采用“欄目
—
自定義頁面
—
增加自定義頁面”的形式生成網(wǎng)站地圖,文件名為sitemap.xml
sitemap.xml:其中l(wèi)oc代表鏈接地址和priority代表權(quán)重為,changefreq修改頻率和lastmod最好更改日期。
?=’?xml
version=”1.0″
encoding=”UTF-8″型沖?’?
urlset
xmlns=”耐燃″
url
loc[!--news.url--]/loc
priority1.000/priority
/url
[e:loop={"select
*
from
[!db.pre!]enewsclass
order
by
myorder”,0,24,0}]
?
if($bqr['classurl']==”)
{
$sccurl=$public_r['newsurl'].$bqr['classpath'].”/”;
}
else
{
$sccurl=$bqr['classurl'].”/”;
}
?
url
loc?=$sccurl?/loc
priority0.6000/priority
/url
[/e:loop]
[e:loop={"select
*
from
[!db.pre!]enewszt
order
by
ztid”,0,24,0}]
?
if($bqr['zturl']==”)
{
$sccurl=$public_r['newsurl'].$bqr['ztpath'].”/”;
}
else
{
$sccurl=$bqr['zturl'].”/”;
}
?
url
loc?=$sccurl?/loc
priority0.6000/priority
/url
[/e:loop]
[e:loop={"select
*
from
[!db.pre!]ecms_news
order
by
newstime”,0,24,0}]
url
loc?=$bqsr[titleurl]?/loc
priority0.5000/priority
/昌租虛url
[/e:loop]
/urlset