Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
G
 geoip_best_ip
 geoip_close_db
 geoip_country_code_by_addr
 geoip_country_name_by_addr
 geoip_fetch_hostname
 geoip_flag_html
 geoip_flag_link
 geoip_in_bogons_list
 geoip_in_drop_list
 geoip_is_proxy
 geoip_list_hostname
 geoip_list_ip
 geoip_open_db
 geoip_whois_link
function geoip_best_ip()
Fetches best matching IP for actual connection.
function geoip_close_db($gi)
Closes GeoIP-database after use.
function geoip_country_code_by_addr($gi,
$addr)
Fetches country-code
function geoip_country_name_by_addr($gi,
$addr)
Fetches country-name
function geoip_fetch_hostname($ip)
Fetches hostname for given IP.
function geoip_flag_html($gi,
$src)
Returns a piece of HTML-code to display a flag.
function geoip_flag_link($gi,
$src)
Returns an absolute URL to a flag-image.
function geoip_in_bogons_list($ip)
Checks if the given IP is in an unallocated or private address range.
function geoip_in_drop_list($ip)
Checks if the given IP is in spamhaus' drop-list.
function geoip_is_proxy()
Checks if the actual user ( $_SERVER['REMOTE_ADDR'] ) is behind a proxy.
function geoip_list_hostname($ip)
Fetches and checks hostname for a given IP.
function geoip_list_ip()
Fetches user-ip and proxy-ip if available.
function geoip_open_db($use_cache = FALSE)
Opens GeoIP-database for use.
function geoip_whois_link($ip_addr)
Create a clickable link for a WhoIs-Query.
Close