CFX_GeoIP will let you to determine the Internet visitor's country based on the IP address. It offers an accuracy rate of 95%. You can use it for :
1. Display native language and currency
2. Redirect web pages based on geographical region
3. Digital Rights Management
4. Prevent password sharing and abuse of service
5. Reduce credit card fraud
6. Web log statistics and analysis
7. Auto-selection of country on forms
8. Filter access from countries you do not do business with
9. Geo targeting for increased sales and click-through
Updated IP/Countries file will be provided regularly for free.
This CFX tags does not require a Database.
For Coldfusion 4.5, 5, MX
Windows N , 2000, XP
USD $ 20
<cfparam name="country " default="">
<cfparam name="countrycode" default="">
<cfx_geoIP IP=214.12.12.12>
IP attribute can be provided as a Coldfusion variable :
#form.IP# , #URL.IP# , #MyVariableIP# ... |