Announcement

Collapse
No announcement yet.

show visitor's ip address

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    show visitor's ip address

    Does anyone know of a way to show a visitor's ip address? I have someone that's testing credit cards and I'd like to block or ban them.
    Thanks!
    cway
    Trent Studios, LLC
    Graphic Design, Website Design
    TrentStudios.com
    (970) 568-8652

    #2
    Re: show visitor's ip address

    The IP is in the variable s.remote_addr. However, just blocking an IP here or there probably won't limit the attempts too much as these clowns typical cycle their IP. The real solution, provided they are humans, is to install a fraud protection feature such as Wolfpaw Fraud Detection or Sift (see app store). (Note, licensing for the Wolfpaw module is not working as of Friday.)
    Bruce Golub
    Phosphor Media - "Your Success is our Business"

    Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
    phosphormedia.com

    Comment


      #3
      Re: show visitor's ip address

      If they're successfully placing orders, the Urchin Log module is an easy thing to turn on to get the address of an order. You'll end up with an elf.log in the /private/mivadata/ directory and each order will result in an entry being added to it, including IP address and time. You can then block the IP. However, like Bruce said, if a particular card thief has decided your store serves their purposes of testing stolen cards because they figured out you use a real time gateway, blocking the IP will likely just delay them until they get a new hacked relay server.

      We have a recaptcha module that is designed to display a captcha image on the checkout page after the first decline, so it impedes card thieves, but doesn't bother legit customers on their first attempt to pay. http://apps.miva.com/checkout-recaptcha.html
      David Hubbard
      CIO
      Miva
      [email protected]
      http://www.miva.com

      Comment


        #4
        Re: show visitor's ip address

        The problem with a captcha module is that many of these attempts are from actual humans (at least we'd consider them human, the folks who hire them...). The get paid pennys for each actual card they find...which, for them, is a worthwhile endeavor.
        Bruce Golub
        Phosphor Media - "Your Success is our Business"

        Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
        phosphormedia.com

        Comment

        Working...
        X