Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 2009
    Posts
    15
    Plugin Contributions
    0

    Default who's online showing up to hundred sessions of the same IP

    Hi zenners

    my Who's online is working perfectly. never had any problem with it. But since a couple of days on several moments, there is ONE ip address showing up and this IP address shows up as hundred of sessions sometimes. I only have problem with this particular IP. also the pages visited by this IP are not usual pages.

    the store = www.balletkledingwinkel.com
    Please see attachment for who's online screenshot.


    I am using version v1.3.9e
    Maybe it is just a setting? Is this a hacker? This is annoying as my statistics are not correct anymore. Please advise.
    Last edited by didolim; 15 Sep 2010 at 05:15 PM.

  2. #2
    Join Date
    Jun 2010
    Location
    Austria
    Posts
    115
    Plugin Contributions
    0

    Default Re: who's online showing up to hundred sessions of the same IP

    The IP range 58.60.0.0 - 58.63.255.255 belongs to China Telecom. Could be a Chinese search engine spider or could be a hacker scanning all pages for a way in. If you don't have customers in China, you can block their range from accessing your site via .htaccess (if on a Linux server).

  3. #3
    Join Date
    Jan 2004
    Posts
    66,419
    Blog Entries
    7
    Plugin Contributions
    277

    Default Re: who's online showing up to hundred sessions of the same IP

    terraGirl is correct. You're being spidered/indexed by a rogue agent who is trying to copy your site, or worse.
    Her suggestion to block is a good one.

    Additionally, you're missing one or more entries from your language file. ie: TIME_PASSED_LAST_CLICKED has no define() in whatever language you've selected for display. You need to copy the missing defines from the english version of the file.
    .

    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.

  4. #4
    Join Date
    Aug 2009
    Posts
    15
    Plugin Contributions
    0

    Default Re: who's online showing up to hundred sessions of the same IP

    Thanks DrByte and Terragirl.

    Ok, will add the IP deny in my .htaccess. I am not familiar with it so i looked it up on the net how to do it. does it matter if I place the "Deny from" at the beginning or end of the .HTACCESS ?
    this is my HTACCESS, please confirm if I did the block correctly:

    Deny from 58.60.
    Deny from 58.61.
    Deny from 58.62.
    Deny from 58.63.

    RewriteEngine On
    RewriteBase /

    # From Ultimate SEO URLs
    RewriteRule ^(.*)-p-(.*).html$ index\.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-c-(.*).html$ index\.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-m-([0-9]+).html$ index\.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pi-([0-9]+).html$ index\.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pr-([0-9]+).html$ index\.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-pri-([0-9]+).html$ index\.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^(.*)-ezp-([0-9]+).html$ index\.php?main_page=page&id=$2&%{QUERY_STRING} [L]

    # For Open Operations Info Manager
    RewriteRule ^(.*)-i-([0-9]+).html$ index\.php?main_page=info_manager&pages_id=$2&%{QUERY_STRING} [L]

    # For dreamscape's News & Articles Manager
    RewriteRule ^news/?$ index\.php?main_page=news&%{QUERY_STRING} [L]
    RewriteRule ^news/rss.xml$ index\.php?main_page=news_rss&%{QUERY_STRING} [L]
    RewriteRule ^news/archive/?$ index\.php?main_page=news_archive&%{QUERY_STRING} [L]
    RewriteRule ^news/([0-9]{4})-([0-9]{2})-([0-9]{2}).html$ index\.php?main_page=news&date=$1-$2-$3&%{QUERY_STRING} [L]
    RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).html$ index\.php?main_page=news_archive&date=$1-$2&%{QUERY_STRING} [L]
    RewriteRule ^news/(.*)-a-([0-9]+)-comments.html$ index\.php?main_page=news_comments&article_id=$2&%{QUERY_STRING} [L]
    RewriteRule ^news/(.*)-a-([0-9]+).html$ index\.php?main_page=news_article&article_id=$2&%{QUERY_STRING} [L]

    # All other pages
    # Don't rewrite real files or directories
    RewriteCond %{REQUEST_FILENAME} !-f [NC]
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*).html$ index\.php?main_page=$1&%{QUERY_STRING} [L]

  5. #5
    Join Date
    Dec 2009
    Location
    Rhode Island
    Posts
    14
    Plugin Contributions
    0

    Default Re: who's online showing up to hundred sessions of the same IP

    An IP can show up hundreds of times if a company such as TrustKeeper is performing a PCI Scan for merchant services compliance. Check with your merchant services company / PCI Compliance Company to find out.

 

 

Similar Threads

  1. v139h Bunch of IPs all looking at same product in who's online
    By xandros2000 in forum General Questions
    Replies: 5
    Last Post: 1 Jun 2013, 08:47 AM
  2. Who's online showing
    By PMSToys in forum Basic Configuration
    Replies: 5
    Last Post: 14 Dec 2010, 01:48 PM
  3. Host: OFFICE_IP_TO_HOST_ADDRESS showing in Who's Online
    By High Octane in forum General Questions
    Replies: 3
    Last Post: 14 Jan 2008, 07:02 PM
  4. 2 Customers online at same time - sessions getting crossed
    By explorer41 in forum General Questions
    Replies: 0
    Last Post: 5 Mar 2007, 04:31 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR