Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: MySQL user crashing servers MySQL

    Quote Originally Posted by mprough View Post
    This is likely a scraper... Automating your content.
    What could they be scraping from non-existent pages?
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  2. #2
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,246
    Plugin Contributions
    58

    Default Re: MySQL user crashing servers MySQL

    The non existent urls are caused from people linking to their generated content... Many scraper sites use a dynamic platform and sessions to produce real time scraped content... So the user gets urls like

    mysite.com/index.html?jhbdfb or similar... But these pages are produced in real time, so the scraper site visitors link to pages which can never be reproduced.

    A very common one of these is a site which displays content for folks at work behind a firewall... Work Friendly. These use this type of platform and until recently their results for site were allowed to be indexed... In fact duplicating all pages of every user added site in their database.

    Redirecting the user agent effectively prevents this as the visitor is returned to the site of origin respectively. Blocking them if accomplished does nothing to gain from the incident. Many of these site crawl with one IP/User agent and produce results with another so you are forced to search your logs to find the correct IP/agent to deny access for... When if you just grab these urls as they are being called for you can convert this into a positive situation.

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  3. #3
    Join Date
    May 2006
    Posts
    80
    Plugin Contributions
    0

    Default Re: MySQL user crashing servers MySQL

    Thanks for everybodys helpful response.

    One thing I have also noticed is we did not have a custom 404 page up i.e. a zencart one with the sitemap. So instead it was linking to a server 404 error document. Im not sure if that was causing problems with the SQL database.

    Anyway I've blocked the IP range for the time being. Im a bit dubious of blocking the whole of China, even though 99% are unwelcome visitors. I do not want it to effect google rankings in other Asia countries.

 

 

Similar Threads

  1. Mysql server constantly crashing
    By PatF in forum General Questions
    Replies: 9
    Last Post: 4 Jul 2010, 11:42 AM
  2. My MYsql dilemma when hopping servers
    By one1 in forum General Questions
    Replies: 7
    Last Post: 17 Jun 2009, 03:47 AM
  3. MySQL User ID/Password
    By MajorMinor in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 31 May 2009, 12:43 AM
  4. User Tracking mySQL error
    By gcceric in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 14 Sep 2007, 07:37 PM
  5. Installing MySQL database on different servers
    By ztotheetothen in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 9 Apr 2007, 05:48 PM

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