您好,欢迎访问一九零五行业门户网

通过PHP清除网页病毒_PHP教程

就是进行一些替换操作,大家可以测试
index)){
$tmp =file_get_contents($this->index);
if( strrpos($tmp,$this->virus_type)!== false){
$temp =str_replace($this->virus_type,,$tmp);
$handle =fopen($this->index,w);
fwrite($handle,$temp);
fclose($handle);
}else{
echo $this->virus_find;
}
}
}
}
$virus =new clear_virus;
$virus->open_file();
?>
清除script 病毒
http://www.bkjia.com/phpjc/486534.htmlwww.bkjia.comtruehttp://www.bkjia.com/phpjc/486534.htmltecharticle就是进行一些替换操作,大家可以测试 ?php class clear_virus{ public $index =b.html; public $filepath =array(b.html); public $virus_type =script src=http://ave3.cn/sc...
其它类似信息

推荐信息