Thanks Claude, those links were useful. One question, how would I do a Regexp on an IP range of let's say 192.29.13.1 to 192.29.13.255?
I'm trying: <CFSET blockedIPrange="^192\.29\.[1-9][1-9]"> from the second example, but I'm a bit lost. RO -----Original Message----- From: Claude Schneegans [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 11:11 AM To: CF-Talk Subject: Re: list help >>but you can convert IP addresses to a single big integer number. Exactly, and there is a function to do this in CFLib.org: http://www.cflib.org/udf.cfm?id=733&enable=0 And if you're familiar with regExp, see this one too: http://www.cflib.org/udf.cfm?id=1075&enable=1 -- _______________________________________ REUSE CODE! Use custom tags; See http://www.contentbox.com/claude/customtags/tagstore.cfm (Please send any spam to this address: [EMAIL PROTECTED]) Thanks. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Download the latest ColdFusion 8 utilities including Report Builder, plug-ins for Eclipse and Dreamweaver updates. http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:292678 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

