Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2005
    Posts
    287
    Plugin Contributions
    0

    red flag More than 6000 entries on "Who's Online"

    Just now I see the below on our "Who's Online Page"

    Currently there are 6973 customers online
    Duplicate IP Addresses: 6906
    Total Unique Users: 67.

    This time most of them are from :
    Host: -host.colocrossing.com

    They are from multiple Ip's

    How do we avoid such situations , is there a way to block these types of visits automatically.

    We are on Zencart version v1.5.4
    Last edited by harry2cool; 23 Mar 2016 at 02:55 PM. Reason: Zencart version v1.5.4

  2. #2
    Join Date
    Jan 2004
    Posts
    66,451
    Plugin Contributions
    81

    Default Re: More than 6000 entries on "Who's Online"

    colocrossing.com is a hosting service, a server farm. It's not uncommon to find several of their servers hijacked and used for spamming and ddos attacks.

    You could add a "deny" rule into your hosting account (ie: .htaccess rule, or otherwise) to block the IP ranges represented by those IP addresses.
    Or if you have your own server and you control its firewall, you could block those IP ranges using that.

    There isn't anything in Zen Cart that can magically detect whether a visitor is a spammer.
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Oct 2005
    Posts
    287
    Plugin Contributions
    0

    Default Re: More than 6000 entries on "Who's Online"

    Thanks for the reply DrByte

    There were several Ip's all different

    I followed this link:
    http://support.hostgator.com/article...ainly-for-bots

    and used these codes on the .htaccess:
    ##begin code
    ##start blocking potentially unwanted bots.
    RewriteEngine On
    RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]
    RewriteCond %{HTTP_USER_AGENT} ^colocrossing
    RewriteRule ^.* - [F,L]
    ##end code. bai bots.

    hopefully will not face this issue again.

    Thanks

  4. #4
    Join Date
    Jan 2004
    Posts
    66,451
    Plugin Contributions
    81

    Default Re: More than 6000 entries on "Who's Online"

    I doubt the "user agent" was set to colocrossing, as I doubt they were "search bots".
    .
    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. what is the "qclid" in "who is online"?
    By accent2010 in forum General Questions
    Replies: 1
    Last Post: 13 Jul 2011, 08:14 PM
  2. Replies: 8
    Last Post: 23 Jun 2010, 10:12 PM
  3. "who's online" not showing users shopping cart
    By r1b8x7 in forum General Questions
    Replies: 6
    Last Post: 18 Jul 2008, 05:34 AM
  4. What does this mean on "Who's Online"
    By rush_woman in forum General Questions
    Replies: 0
    Last Post: 16 May 2007, 04:12 PM
  5. How do I show "who's online" on my main page
    By msladybug02 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 22 Nov 2006, 01:56 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg