Hi, well if you want to do that using CF, you can use remote_addr like: <cfif remote_addr eq "10.10.10.10"> <cfabort> or whatever you preffer </cfif> You can put that code in Application.cfm or cfc or somewhere else depend from you application structure.........
Regards, Misha On Fri, May 30, 2008 at 10:56 AM, Joy Paulose <[EMAIL PROTECTED]> wrote: > Hi guys, > I want block IP addresses from other countries. Is there any surprising > tech in CF? > > Joy > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3674 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
