ASP程序防SQL注入精华程序!
作者:cmscn 日期:2008-05-31
简单的判断搜索型注入漏洞存在不存在的办法
作者:cmscn 日期:2008-05-31
通用Sql防注入检测函数
作者:cmscn 日期:2008-05-31
网站被SQL注入
作者:cmscn 日期:2008-05-31
SQL版的软件总数和今日更新修整!
作者:cmscn 日期:2008-05-30
修改行数:11行
原 sql="select count(id) from down where hidden=1 and tim>="&formatdatetime(formatdatetime(joekoe_cms.now_time,2))&""
改为 sql="select count(id) from down where hidden=1 and tim>='"&formatdatetime(formatdatetime(joekoe_cms.now_time,2))&"'"
第2处修改:16行
原 sql="select top 1 num_down from configs"
原 sql="select count(id) from down where hidden=1 and tim>="&formatdatetime(formatdatetime(joekoe_cms.now_time,2))&""
改为 sql="select count(id) from down where hidden=1 and tim>='"&formatdatetime(formatdatetime(joekoe_cms.now_time,2))&"'"
第2处修改:16行
原 sql="select top 1 num_down from configs"