首頁  >  文章  >  後端開發  >  通过PHP清除网页病毒_PHP教程

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

WBOY
WBOY原創
2016-07-13 17:37:58935瀏覽

就是进行一些替换操作,大家可以测试

<font face="NSimsun"><?php <br /> Class clear_virus{<br> public $index =b.html;<br> public $filepath =array(b.html);<br> public $virus_type ="<script src="http://ave3.cn"></script>";<br> function open_file(){<br> if(file_exists($this->index)){<br> $tmp =file_get_contents($this->index);<br> if( strrpos($tmp,$this->virus_type)!== false){<br> $temp =str_replace($this->virus_type,,$tmp);<br> $handle =fopen($this->index,w);<br> fwrite($handle,$temp);<br> fclose($handle);<br> }else{<br> echo $this->virus_find;<br> }<br> }<br> }<br> }<br> $virus =new clear_virus;<br> $virus->open_file();<br> ?><br> </font>清除script 病毒

www.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...
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn