Home
last modified time | relevance | path

Searched refs:ip (Results 1 – 4 of 4) sorted by relevance

/web-php/include/
H A Dip-to-country.inc5 This script uses the local copy of the ip-to-country.com
84 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 …]
H A Dprepend.inc84 include __DIR__ . '/ip-to-country.inc';
H A Derrors.inc424 'ip' => 'reserved.variables.server.php',
/web-php/manual/
H A Dadd-note.php112 $ip = trim(substr($result, $pos + 9)); variable
113 $spam_url = $ip_spam_lookup_url . $ip;

Completed in 16 milliseconds