You could try CountryHawk <http://www.cyscape.com/products/country/intro.asp> - it uses a COM object, so you should be able to use it from CF.
Otherwise you could <cfexecute> the command 'nslookup [ip_addr]' and parse the output to get the corresponding name, then make some guesses based on that. Won't be 100% accurate - 'nslookup 202.83.84.44' gives me 'Name: bla.blashop.com', but then it doesn't cost US$100/server like CountryHawk, either :) As for getting the region - I have no idea :| HTH -- Lindsay Evans. Developer, Red Square Productions. [p] 8596.4000 [f] 8596.4001 [w] www.redsquare.com.au > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Nick Gorst > Sent: Tuesday, July 29, 2003 7:22 AM > To: CFAussie Mailing List > Subject: [cfaussie] IP - Country Resolution > > > Hi, > > Does anyone know if there exists a tag, cfc or any code that allows you to > determine which country/region a user belongs to based on IP address? > > Is this possible? > > Thanks > > Nick > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to > [EMAIL PROTECTED] > > MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
