Tags: spam,dns,blacklist

Sort by: Date / Title /

  1. 10 months ago by spirit
    For PHP4, use checkdnsrr instead of dns_check_record
    1. function isBlacklisted($ip){
    2.      $check = join('.',array_reverse(explode('.',$ip))).'.xbl.spamhaus.org.';
    3.      return dns_check_record($check,'A');
    4. }

First / Previous / Next / Last / Page 1 of 1 (1 posteets)