群里有人说KingCMS的友情链接模块XML生成的时候有问题,
问题描述是生成的路径不对,参看图片

我大致的看了一下,既然没人修改,我就尝试的进行一下修改 找到文件page/link/fun.asp
搜索 outmap=outmap&"<loc>"大约在 424行
将outmap=outmap&"<loc>"&getpath(data(2,i),0,king.siteurl&king.inst&listpath&"/"&data(1,i))&"</loc>"
修改为 outmap=outmap&"<loc>"&getpath(data(2,i),0,king.siteurl&king.inst&listpath)&"</loc>"
搜索 outmap=outmap&"<lastmod>"大约在 425行
将outmap=outmap&"<lastmod>"&formatdate(data(0,i),1)&"</lastmod>"
修改为outmap=outmap&"<lastmod>"&formatdate(data(0,i),"yyyy-MM-dd")&"</lastmod>"
以上修改参照文章模块的时间设置,我并没有测试,如果有问题再留言,并留下详细错误。