Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 2 of 2

Thread: Yahoo Crawler & Anon Customers

  1. #1
    Amazing is offline Senior Member
    Join Date
    Nov 2008
    Posts
    103

    Default Yahoo Crawler & Anon Customers

    We are getting a lot of "# Anon Customers" showing up in the Statistics, so I went to look at the Customer table, and it had a LOT of blank entires which have the IP of the host "b3090871.crawl.yahoo.net"

    Why is a crawler showing up as a customer, and is there something we have to do to disable this? We can't just let it continue, or it will take over the table.

  2. #2
    AspDotNetStorefront Staff - Scott's Avatar
    AspDotNetStorefront Staff - Scott is offline Administrator
    Join Date
    Mar 2007
    Location
    Ashland, OR
    Posts
    2,390

    Default

    The crawler's just hitting a link that does something that we have to create a record in the DB for - add to cart, select a locale, visit the wishlist, etc. It doesn't really hurt anything but if you want to remove that you can add in some simple code to not write those entries, or even just a DB trigger to clear them out periodically.