Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. $array['AVG Free']['OK'];
  2. $array['Avast']['OK']; и т.д.
  3.  
  4. $hashF = "DEBUG: get from host AVG Free:OK Avast:OK Dr.Web:OK Kaspersky Antivirus:OK ESET NOD32:OK Opera:OK Roskomnadzor:OK Sophos:OK Trend Micro Internet Security:OK abuseat.org:OK DNS Blocked Domain:OK Google Chrome:OK Comodo:OK cyscon SIRT:OK Firefox Phishing and Malware Protection:OK Google Safe Browsing:OK hpHosts:OK IE8 Security Filter:OK K7 Ultimate:OK MalwareBlacklist.com:OK Malware Domain List:OK Malware Domain Blocklist:OK MalwareURL:OK McAfee SiteAdvisor:OK McAfee RBL:OK MyWot.com (Panda):OK Norton SafeWeb:OK PhishTank:OK rfc-ignorant.org:OK SpyEyeTracker:OK SpamCop:OK Spamhaus:OK VIPRE:OK Yandex:OK ZeuS domain blocklis:OK ZeuS IP blocklist:OK";
  5.  
  6. $pieces = explode(" ", $hashF);
  7. echo $pieces[0];
  8. echo $pieces[1];
  9. echo $pieces[2];
  10. echo $pieces[3];
  11. echo $pieces[4];
  12. echo $pieces[5];
  13. echo $pieces[6];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement