| 1 |
Description
|
| 2 |
-----------
|
| 3 |
|
| 4 |
This is a simple APIs for obtaining country information by given
|
| 5 |
an IPv4 address. Each entry includes below information:
|
| 6 |
|
| 7 |
- 2-character Country Code
|
| 8 |
- 3-character Country Code
|
| 9 |
- Full Country Name
|
| 10 |
- Flag Icon
|
| 11 |
- Network Name
|
| 12 |
- Autonomous Number
|
| 13 |
|
| 14 |
Note: This 'work' uses the IP-to-Country Database
|
| 15 |
provided by WebHosting.Info (http://www.webhosting.info),
|
| 16 |
available from http://ip-to-country.webhosting.info.
|
| 17 |
|
| 18 |
All flags are provided by AWStats.
|
| 19 |
http://ip-to-country.webhosting.info/flag/awstatsflags.zip
|
| 20 |
|
| 21 |
Features
|
| 22 |
--------
|
| 23 |
|
| 24 |
This module provides several APIs as follows:
|
| 25 |
|
| 26 |
* Obtain country codes, and country name by given an IPv4 address
|
| 27 |
* Obtain themed flag of given country code
|
| 28 |
* Obtain themed flag of given IP address in short and long format
|
| 29 |
|
| 30 |
Installation
|
| 31 |
------------
|
| 32 |
|
| 33 |
Please see the INSTALL.txt document for details.
|
| 34 |
|
| 35 |
Bugs/Features/Patches
|
| 36 |
---------------------
|
| 37 |
|
| 38 |
If you want to report bugs, feature requests, or submit a patch, please do so
|
| 39 |
at the project page on the Drupal web site.
|
| 40 |
http://drupal.org/node/45806
|
| 41 |
|
| 42 |
Author
|
| 43 |
------
|
| 44 |
|
| 45 |
Written by: Sugree Phatanapherom (http://www.howforge.com)
|
| 46 |
|
| 47 |
If you use this module, find it useful, and want to send the author
|
| 48 |
a thank you note, then use the Feedback/Contact page at the URL above.
|