IP2More is a class to simplify ip2country functions and let you know more about the source of the IP address, such as its Country, ISO2 Code, ISO3 Code, FIPS104 Code, ISO Number, Region, Capital, Currency, Currency Code, and flag (small and big). If you have a form on which the user should select her country from a list, IP2More has a built-in function which will print dropdown list options and (optionally) select the user's country based on her IP address. It doesn't need a database; it depends on flat files which can be updated easily and works very fast because it uses indexes in the search.
| Operating Systems | OS Independent |
|---|---|
| Implementation | PHP |
Recent releases


Changes: If the IP address was not found in the local database, its information will be fetched from a Whois server. The "is_valid_ip" function was added, and it will check the validity of the given IP address. The "find_country" function was added, and it will find a country by providing any information about it (name, iso2, iso3, fips104, or even the Capital). The fips104 field in the country list was updted.