Tags: dns

Sort by: Date / Title /

  1. 1 month ago by spirit
    1. ipconfig /flushdns
  2. 6 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 (2 posteets)