1.先在FTP的根目录下建立文件夹taglogo,以便存放标签的LOGO.记住比前必须是以*.png格式
2.在FTP目录common下找到ubbcode.asp在里面添加一下代码[注意:这段代码其中的nepvs.cn要替换成你的地址]:
[code]re.Pattern = "\[tag\]([^\r]*?)\[\/tag\]"
strContent = re.Replace(strContent, "
")[/code]
此段代码必须在加ubbcode.asp里面这段代码的前面
[code]
re.Pattern = "\[mDown\](.[^\[]*)\[\/mDown]"
Set strMatchs = re.Execute(strContent)
For Each strMatch in strMatchs
[/code]
3.找到FTP根目录下的header.asp将一下代码假如[head]之前:
[code]
[/code]
【使用半静态/动态的用户到此完成修改】
4.如果是全静态模式,那么找到FTP根目录下Template\static.htm,将代码插入[head][/head]之间:
[code]
[/code]
如果还有什么疑问,请留言或者Q我.