KingCMS5.0生成的网站地图的时间有问题,刚刚看了一下,是生成的时间有问题,顺便做了相应的修改,具体如下:
本站1573net.com tyx8023原创,转载必须保留此句,谢谢!
将/page/article/fun.asp文件的第344行至399行的生成sitemap的代码替换为下列代码:
outmap=outmap&"
"
outmap=outmap&""&king.siteurl&king.inst&data(0,i)&"/"&king.mapname&".xml"
outmap=outmap&""&formatdate(data(1,i),"yyyy-MM-ddThh:mm+08:00")&""
outmap=outmap&"always"
outmap=outmap&"1"
outmap=outmap&""
以及/page/system/fun.asp的1549行代码替换为下列代码:
I1=I1&""&formatdate(data(1,i),"yyyy-MM-ddThh:mm+08:00")&""