站长资源变现入口 全国楼凤小姐姐 招商联系客服 招商联系客服 招商联系客服 招商联系客服

采集突然出现“SQL check”卡住不动了,请问如何解决

[复制链接]
查看153 | 回复0 | 2024-9-25 01:15:04 | 显示全部楼层 |阅读模式

9_36_13489a3a7626386.jpg
采集突然出现“SQL check”卡住不动了,请问如何解决

视频名称包含敏感词语,
或者采集对象视频被挂马,
才会触发安全检查。

if($querytype=='select')
{
$notallow1 = "[^0-9a-z@\._-]{1,}(union|sleep|benchmark|load_file|outfile)[^0-9a-z@\.-]{1,}";
if(m_eregi($notallow1,$db_string)){exit('SQL check');}
if(m_eregi('<script',$db_string)){exit('SQL check');}
if(m_eregi('/script',$db_string)){exit('SQL check');}
if(m_eregi('script>',$db_string)){exit('SQL check');}
if(m_eregi('if:',$db_string)){exit('SQL check');}
if(m_eregi('--',$db_string)){exit('SQL check');}
if(m_eregi('char(',$db_string)){exit('SQL check');}
if(m_eregi('*/',$db_string)){exit('SQL check');}
}
如果确认采集的数据是安全的,可以删除 include/sql.class.php文件里的如上过滤代码。
但这样做以后,系统可能会被黑客攻击。请自行斟酌。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则