首先你需要用记事本打开根目录下的: Loadservoces.asp 文件 用查找方式找到: Application(Dvbbs.CacheName & "_TextAdservices").documentElement.appendChild( Application(Dvbbs.CacheName & "_TextAdservices").createNode(1,"text","")).text="<iframe src="""&Dvbbs_Server_Url&"dvbbs/DvDefaultTextAd.asp"" height=""23"" width=""100%"" marginwidth=""0"" marginheight=""0"" hspace=""0"" vspace=""0"" frameborder=""0"" scrolling=""no""></iframe>" 即倒数第五行换成: 'Application(Dvbbs.CacheName & "_TextAdservices").documentElement.appendChild( Application(Dvbbs.CacheName & "_TextAdservices").createNode(1,"text","")).text="<iframe src="""&Dvbbs_Server_Url&"dvbbs/DvDefaultTextAd.asp"" height=""23"" width=""100%"" marginwidth=""0"" marginheight=""0"" hspace=""0"" vspace=""0"" frameborder=""0"" scrolling=""no""></iframe>" 也就是注释这一行的意思 接下来,用查找方式找到: xmlserverurl="http://server.dvbbs.net/dvbbs/Dv_xmlservices.asp" 这一行 换成: 'xmlserverurl="http://server.dvbbs.net/dvbbs/Dv_xmlservices.asp" 也就是注释 上传后更新一下缓存。最好是多更新几次缓存。 这样的做法效果也达到了。到时候有问题时也不用去查代码是否不在了 |