| 1、①修改annouce.asp 查找response.write getdata(8,n),注意有两个地方,将其替换为:
 if gbl_chk_user="" then
 response.write htmlencode2(getdata(8,n))
 else
 response.write getdata(8,n)
 end if
 
 ②修改annouce2.asp
 查找response.write form_printcontent,替换为:
 if gbl_chk_user="" then
 response.write htmlencode2(form_printcontent)
 else
 response.write form_printcontent
 end if
 
 2、http://www.zhumeng.org/bbs/announce/announce.asp?boardid=1001&id=5231&ac=nxt&rd=551
 
 3、http://w.leadbbs.com/a/a2.asp?b=10&id=1327900
 |