Competitors pinching images our site

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • little-linguist
    Senior Blueparker
    • Sep 2007
    • 804

    #1

    Competitors pinching images our site

    Hello,

    Just wondering if anyone else has experienced problems with their competitors "pinching" images from their site and if so, what have you done about it?
    I spend a lot of time creating images and get really annoyed when I find them on someone else's site!
    The first time it happened, I wrote a formal letter to the company involved and they apologised and removed said images.
    Now it's happened again with another company and it's a bit more awkward this time as I personally know the site owner through exhibitions I attend etc.! What's funny is the images being used haven't even been renamed so they have exactly the same file names as ours and they've got our logo watermarked on them too. So there is no doubt about they're ours!
    Grrrrrr!!!
  • Rich
    Park Ranger
    • Aug 2007
    • 2518

    #2
    Unfortunately, there's no absolute way of preventing image copying. However, you can discourage this by disabling the "right-click" function of the mouse on your site via JavaScript. As this can be a little restrictive, it's best to disable right-clicking on images only.

    The following JavaScript example can be put in the Head Section field of your template (or it can be saved in a ".js" file and linked instead):

    Code:
    <script type="text/javascript">
    var clickmessage = "Our images are protected"; 
    function disableclick(e)
    {
        if (document.all)
        {
            if (event.button == 2 || event.button == 3)
            {
                if (event.srcElement.tagName == "IMG")
                {
                    alert(clickmessage);
                    return false;
                }
            }
        }
        else if (document.layers)
        {
            if (e.which == 3)
            {
                alert(clickmessage);
                return false;
            }
        }
        else if (document.getElementById)
        {
            if (e.which == 3 && e.target.tagName == "IMG")
            {
                alert(clickmessage);
                return false;
            }
        }
    }
    function associateimages()
    {
        for (i = 0; i < document.images.length; i++)
            document.images[i].onmousedown = disableclick;
    }
    if (document.all)
        document.onmousedown = disableclick;
    else if (document.getElementById)
        document.onmouseup=disableclick;
    else if (document.layers)
        associateimages();
    </script>
    If you were to put this in a separate file, let's say "disable.js", and upload it to your User directory (your root webspace), you would use the following instead:

    Code:
    <script type="text/javascript" src="/user/disable.js"></script>
    If you save the first code example in a ".js" file, you should remove the <script></script> tags as they will not be needed. They are only required to surround the code if you're putting it directly into the <head></head> section (as opposed to linking from a file).

    It won't stop a determined thief, but it's a step in the right direction!
    Developer :: Bluepark

    Comment

    • little-linguist
      Senior Blueparker
      • Sep 2007
      • 804

      #3
      Thanks for the code Rich. Like you said, it won't stop the problem completely, but is certainly going to help scare off the less clued-up thief.

      Comment

      • TeamTorquesteer
        Blueparker
        • Sep 2007
        • 99

        #4
        Stupid question time Im afraid ......... where do you insert that code??

        Thanks

        Martin
        Team Torquesteer Online Store

        Comment

        • Rich
          Park Ranger
          • Aug 2007
          • 2518

          #5
          The Head Section field of your template is on the first tab in the Template Editor.
          Developer :: Bluepark

          Comment

          • TeamTorquesteer
            Blueparker
            • Sep 2007
            • 99

            #6
            Thanks Rich.
            Team Torquesteer Online Store

            Comment

            • Adva Trading
              Senior Blueparker
              • Jan 2008
              • 194

              #7
              Another idea:

              Get your images watermark with your website address or name.
              Eran, selling magnetic bracelets from http://www.magnetic-products-store.com/ The house of magnetic jewellery. Blogging at http://magnetictherapyuk.wordpress.com/ about all issues of magnetic therapy UK.

              Comment

              • petad
                Senior Blueparker
                • Sep 2007
                • 1065

                #8
                Thanks for the tip Eran.

                The water here is lovely, btw.

                Pete
                Dinosaurs, Crafty Kids Puppet Kits, Brainbites and Walltastic Themed Wallpapers

                Comment

                • little-linguist
                  Senior Blueparker
                  • Sep 2007
                  • 804

                  #9
                  Originally posted by Adva Trading
                  Another idea:

                  Get your images watermark with your website address or name.
                  The images "pinched" were watermarked!

                  We have a new problem now too- the same competitor is using our company name in his Meta (Title) tags. Does anyone know if this is illegal?

                  Comment

                  • petad
                    Senior Blueparker
                    • Sep 2007
                    • 1065

                    #10
                    Originally posted by little-linguist
                    We have a new problem now too- the same competitor is using our company name in his Meta (Title) tags. Does anyone know if this is illegal?
                    My understanding is that this is definitely illegal, if you own the company name. I suggest send them a "Cease and Desist" order (either via yourselves, or preferably from your lawyer) and see how they respond.
                    Dinosaurs, Crafty Kids Puppet Kits, Brainbites and Walltastic Themed Wallpapers

                    Comment

                    • Adva Trading
                      Senior Blueparker
                      • Jan 2008
                      • 194

                      #11
                      Originally posted by little-linguist
                      The images "pinched" were watermarked!
                      Good. Now everybody that see the images will see your domain name.

                      Other than that, yes, get a lawer.
                      Eran, selling magnetic bracelets from http://www.magnetic-products-store.com/ The house of magnetic jewellery. Blogging at http://magnetictherapyuk.wordpress.com/ about all issues of magnetic therapy UK.

                      Comment

                      • entertaintoday
                        Senior Blueparker
                        • Sep 2007
                        • 251

                        #12
                        I don't think it is illegal to use other company names in meta tags - I know that Google adwords allow you to use competitor names to bring up paid ads, so can't really see the difference. I do think it should be banned, and I would like to point out that I have never done it!
                        David

                        www.internetoutfit.com
                        www.KnowlesHosting.com

                        Comment

                        • petad
                          Senior Blueparker
                          • Sep 2007
                          • 1065

                          #13
                          It does seem to be a grey area - this is a link to an article where one company has sued another (in the States, admittedly) for using their name in meta tags:



                          This following link is from the business insight service provided by Birmingham City Council about the use of competitors' names, in which they do say

                          "The deceptive use of another company's trademark in these or similar ways can result in a successful trademark infringement lawsuit, leading to an award of financial damages."



                          Of course, a Trademark is more significant than a company name, which is more difficult to protect.

                          I'd still report it to Google as an infringement of good practice, and see what they say.

                          Pete
                          Dinosaurs, Crafty Kids Puppet Kits, Brainbites and Walltastic Themed Wallpapers

                          Comment

                          • Mike
                            Senior Blueparker
                            • Oct 2007
                            • 206

                            #14
                            I know that you might expect that by a competitor using your name it may divert some potential business to them but surely all they are really doing is spending their money advertising your business!
                            Mike
                            Purse Angels

                            Comment

                            • petad
                              Senior Blueparker
                              • Sep 2007
                              • 1065

                              #15
                              Originally posted by Mike
                              I know that you might expect that by a competitor using your name it may divert some potential business to them but surely all they are really doing is spending their money advertising your business!
                              Hi Mike

                              Because the meta tags are invisible to the searching public, they are not promoting your name, simply redirecting people looking for you to their site, where they could potentially end up buying your competitors product rather than the one they first set out to find.

                              Pete
                              Dinosaurs, Crafty Kids Puppet Kits, Brainbites and Walltastic Themed Wallpapers

                              Comment

                              Working...