Ok, lets step back for a second. How does he know these orders are from
Indonesia? The order placer has to type this in or select it from a dropdown
right? So why not just check to see if the country is Indonesia, and abort
the order if so.

<cfif form.country EQ 'indonesia'>
    <cflocation url=http://www.spacegirl.org/notHere.htm addtoken="no">
</cfif>

jon
----- Original Message -----
From: "Jeff Green" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, February 24, 2002 5:30 PM
Subject: RE: IP Address Locator


> I need to deny orders placed from Indonesia.  This merchant says in his
> whole history of fullfilling orders, he has received about 400 orders from
> Indonesia, and not one has been legit.
>
> Thats not too good of a record :)
>
> Jeff
>
> -----Original Message-----
> From: Jerry Johnson [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 25, 2002 2:14 PM
> To: CF-Talk
> Subject: Re: IP Address Locator
>
>
> Do you really need to deny any order from Indonesia, or do you just need
> to not ship to there?
>
> Is it a problem of the buyer not being there, or the delivery address not
> being there?
>
> (I ask because the deliver issue is MUCH easier to solve).
>
> Jerry Johnson
>
>
> >>> [EMAIL PROTECTED] 02/24/02 05:02PM >>>
> Hi all,
>
> I have a client that would like to deny any order placed from Indonesia.
>
> Is there an easy way to do this?  Is there some way to match an IP address
> up to a country?
>
> Thanks,
> jeff
>
>
>
> 
______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to