网站图片竖行通用调用
作者:cmscn 日期:2007-02-14
屏蔽关键字
作者:cmscn 日期:2007-02-12
菜单
作者:cmscn 日期:2007-02-11
禁止留言广告
作者:cmscn 日期:2007-02-10
修改文件:gbook.asp
1.在sub gbook_write()内找到dim ....定义变量行的最后加上,datagl
2.在found_err=""的前面加上
3.在found_err=""的后面加上
1.在sub gbook_write()内找到dim ....定义变量行的最后加上,datagl
2.在found_err=""的前面加上
引用内容
datagl="**|**|发电机|**|火车票|**|**|矫直机|安利|手机铃声|铃声下载|手机图片|金属探测器|单机游戏|木业|液压机|防水|材料|钢管|加工|玩具|**|广告|**|**"
3.在found_err=""的后面加上
引用内容
for i=0 to ubound(split(datagl,"|"))
if instr(drword,split(datagl,"|")(i))>0 then
found_err=found_err&"+对不起,您输入的内容涉嫌广告,禁止留言!<br>"
end if
next
if instr(drword,split(datagl,"|")(i))>0 then
found_err=found_err&"+对不起,您输入的内容涉嫌广告,禁止留言!<br>"
end if
next