Searched refs:ip (Results 1 – 4 of 4) sorted by relevance
5 This script uses the local copy of the ip-to-country.com84 function i2c_search_in_index($ip)91 __DIR__ . "/../backend/ip-to-country.idx",103 $ip_chunk = (int) ($ip / $granularity);127 function i2c_search_in_db($ip, $idx)149 while (!feof($ipdb) && !($range_start <= $ip && $range_end >= $ip)) {191 $ip = false;195 $ip = $_SERVER["HTTP_CLIENT_IP"];206 if ($ip) { array_unshift($ips, $ip); $ip = false; }213 $ip = $ips[$i];[all …]
90 include __DIR__ . '/ip-to-country.inc';
426 'ip' => 'reserved.variables.server.php',
116 $ip = trim(substr($result, $pos + 9)); variable117 $spam_url = $ip_spam_lookup_url . $ip;
Completed in 7 milliseconds