Fetches best matching IP for actual connection.
function geoip_best_ip()
Closes GeoIP-database after use.
function geoip_close_db( $gi )
Fetches country-code
function geoip_country_code_by_addr( $gi, $addr )
Fetches country-name
function geoip_country_name_by_addr( $gi, $addr )
Fetches hostname for given IP.
function geoip_fetch_hostname( $ip )
Returns a piece of HTML-code to display a flag.
function geoip_flag_html( $gi, $src )
Returns an absolute URL to a flag-image.
function geoip_flag_link( $gi, $src )
Checks if the given IP is in an unallocated or private address range.
function geoip_in_bogons_list( $ip )
Checks if the given IP is in spamhaus' drop-list.
function geoip_in_drop_list( $ip )
Checks if the actual user ( $_SERVER['REMOTE_ADDR'] ) is behind a proxy.
function geoip_is_proxy()
Fetches and checks hostname for a given IP.
function geoip_list_hostname( $ip )
Fetches user-ip and proxy-ip if available.
function geoip_list_ip()
Opens GeoIP-database for use.
function geoip_open_db( $use_cache = FALSE )
Create a clickable link for a WhoIs-Query.
function geoip_whois_link( $ip_addr )