Announcement

Collapse
No announcement yet.

Unauthorised Site Linking

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

    Unauthorised Site Linking

    Help Please!

    What is happeneing to my site?
    There are two Chinese sites with forwarding to my site and I don't know why.
    There does not seem to be any reason for them to do it but I have suspended ordering until I can resolve the problem.
    My site is www.napkinhook.co.uk
    The two sites linking to mine are www.fksese.cn and www.fkuuu.com

    I have added the following .htaccess file to the acatalog directory and this prevents does not completely stop their access. Our first page comes up incomplete.

    How do I stop them completely?

    Any comments on why they are trying this?

    .htaccess file:-

    <Files .htaccess>
    order allow,deny
    deny from all
    </Files>



    <Limit GET HEAD POST>
    order allow,deny
    deny from fkuuu.com
    deny from fksese.cn
    allow from all
    </LIMIT>


    ## blocking traffic from multiple referers

    RewriteEngine on
    # Options +FollowSymlinks
    RewriteCond %{HTTP_REFERER} fkuuu\.com [NC,OR]
    RewriteCond %{HTTP_REFERER} fksese\.cn [NC]
    RewriteRule .* - [F]


    ## blocking bad bots and site rippers

    RewriteEngine On
    RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:craftbot@yahoo.com [OR]
    RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Custo [OR]
    RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [OR]
    RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR]
    RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR]
    RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR]
    RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [OR]
    RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]
    RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR]
    RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR]
    RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR]
    RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR]
    RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR]
    RewriteCond %{HTTP_USER_AGENT} ^HMView [OR]
    RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [OR]
    RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR]
    RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [OR]
    RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR]
    RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [OR]
    RewriteCond %{HTTP_USER_AGENT} ^larbin [OR]
    RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [OR]
    RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR]
    RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR]
    RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR]
    RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [OR]
    RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [OR]
    RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [OR]
    RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR]
    RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR]
    RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR]
    RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR]
    RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR]
    RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR]
    RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR]
    RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR]
    RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [OR]
    RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]
    RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR]
    RewriteCond %{HTTP_USER_AGENT} ^Zeus
    RewriteRule ^.* - [F,L]

    #2
    Moderators - might be an idea to remove the chinese sites rather than give them a nice web ref in here.

    Regards,
    Jan Strassen, Mole End Software - Plugins and Reports for Actinic V4 to V11, Sellerdeck V11 to V2018, Sellerdeck Cloud
    Visit our facebook page for the latest news and special offers from Mole End

    Top Quality Integrated label paper for Actinic and Sellerdeck
    A4 Paper with one or two peel off labels, free reports available for our customers
    Product Mash for Sellerdeck
    Link to Google Shopping and other channels, increase sales traffic, prices from £29.95
    Multichannel order processing
    Process Actinic, Sellerdeck, Amazon, Ebay, Playtrade orders with a single program, low cost lite version now available from £19.95

    Comment


      #3
      I don't see any links Jan, just the text. Do you?

      Mike
      -----------------------------------------

      First Tackle - Fly Fishing and Game Angling

      -----------------------------------------

      Comment


        #4
        I was under the impression that even a text link could be picked up.

        It's odd though because those sites don't seem to be be linking to the main site, they seem to be copies of them.

        Regards,
        Jan Strassen, Mole End Software - Plugins and Reports for Actinic V4 to V11, Sellerdeck V11 to V2018, Sellerdeck Cloud
        Visit our facebook page for the latest news and special offers from Mole End

        Top Quality Integrated label paper for Actinic and Sellerdeck
        A4 Paper with one or two peel off labels, free reports available for our customers
        Product Mash for Sellerdeck
        Link to Google Shopping and other channels, increase sales traffic, prices from £29.95
        Multichannel order processing
        Process Actinic, Sellerdeck, Amazon, Ebay, Playtrade orders with a single program, low cost lite version now available from £19.95

        Comment


          #5
          is there a way that you ca check who links to your site other than going to all your competitors and looking?
          Gary

          Comment


            #6
            Google:
            link:www.myURL.xxx

            will give you an indication

            Comment


              #7
              Gremlins messing with the posts

              Comment


                #8
                Tried the Google link:www.myurl.xxx for all three url's and they did not show anything relevant.

                Have I got my .htaccess file correct? Should I put it in the root?

                David

                Comment


                  #9
                  The basket links still go to your site.

                  Regards,
                  Jan Strassen, Mole End Software - Plugins and Reports for Actinic V4 to V11, Sellerdeck V11 to V2018, Sellerdeck Cloud
                  Visit our facebook page for the latest news and special offers from Mole End

                  Top Quality Integrated label paper for Actinic and Sellerdeck
                  A4 Paper with one or two peel off labels, free reports available for our customers
                  Product Mash for Sellerdeck
                  Link to Google Shopping and other channels, increase sales traffic, prices from £29.95
                  Multichannel order processing
                  Process Actinic, Sellerdeck, Amazon, Ebay, Playtrade orders with a single program, low cost lite version now available from £19.95

                  Comment


                    #10
                    Also, the other sites are not copies I don't think. I can upload changes to my site and immediately the changes are shown on the imposter sites.

                    David

                    Comment


                      #11
                      David,
                      Can I ask how you came across the other sites- were they noted in your stats, or did you find them another way? They seem to be mirroring your site which is rather strange...
                      Hello by the way (Ben from TKC)
                      Ben
                      Ben
                      http://www.fairygoodies.co.uk

                      Comment


                        #12
                        Hi Ben,
                        Haven't spoken to you for a long time!!
                        I first noticed this prob. from Google Alerts which tells me about things connected to my site. It flags other sites etc and found one of the Chinese sites. I then found on my Site stats and on "Google Analytics" a huge increase in traffic coming from China - all over.
                        I don't have time to look at these things every day! and this started in early June, since then the hits have dropped. I can't see a reason for them targetting us. Perhaps to get C/Card info, if this is possible, but most people I have talked to think it unlikely that they have managed to interfere with our server directories.

                        David

                        Comment


                          #13
                          Hi David,
                          I've been keeping a low profile! Thanks for the info, I'll check my sites also. Sorry I've no suggestions for you, but I wish you well resolving the problem.
                          All the best,
                          Ben
                          Ben
                          http://www.fairygoodies.co.uk

                          Comment


                            #14
                            Originally posted by Jan View Post
                            It's odd though because those sites don't seem to be be linking to the main site, they seem to be copies of them.

                            Regards,
                            It seems to me that they are only copying/mirroring the home page - if you go to product level you revert to the OP site, hence the Chinese sites are linking to the product pages. If changes are made to the product pages then they will be reflected in the Chinese site simply because the visitor is actually coming back to the OP site. Would be interesting to see how quickly changes to the OP home page would be reflected.

                            Aquazuro - designer stainless steel accessories

                            Comment


                              #15
                              I think you have a IP and/or server issue here. Take a look at the following:

                              http://whois.domaintools.com/napkinhook.co.uk

                              and:

                              http://whois.domaintools.com/fkuuu.com

                              The two sites are shown as having the same IP Address and are shown as being in the same server location in Scottsdale, Arizona (GoDaddy.com)

                              Good luck!

                              Aquazuro - designer stainless steel accessories

                              Comment

                              Working...
                              X