someoene is copying all of my content...help!!

Discussion in 'Legal Issues' started by hawksrnm1, Oct 7, 2008.

  1. #1
    So I found out today that someone is copying all of my blog posts onto their website. They do post links to mine but they are still copying all of my content. I have sent them an email to take everything down. If they don't comply what are my options? Do I contact the host of the website or the registrar? Can I get them to take down the site? Please help. Thanks a lot.

    Sean
     
    hawksrnm1, Oct 7, 2008 IP
  2. adamjthompson

    adamjthompson Well-Known Member

    Messages:
    1,242
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    125
    #2
    adamjthompson, Oct 7, 2008 IP
  3. hawksrnm1

    hawksrnm1 Peon

    Messages:
    371
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks a lot Adam. I appreciate it.
     
    hawksrnm1, Oct 7, 2008 IP
  4. tinimini

    tinimini Peon

    Messages:
    553
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Simply report that guy to google through webmaster tools.
    and then hi shosting to take his site down.
     
    tinimini, Oct 7, 2008 IP
  5. I-G4L

    I-G4L Peon

    Messages:
    312
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #5
    No, if he provides links, and the content has no copyright, he has every right to do that.

    Make sure to add a free copyright, or you can't tell him to take it down. All of the posts that he has already copied, you can do nothing about.
     
    I-G4L, Oct 7, 2008 IP
  6. marki8

    marki8 Well-Known Member

    Messages:
    977
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    135
    #6
    show your blog content here, also show who copy your site... i mean url... so we can take a look for that...
     
    marki8, Oct 7, 2008 IP
  7. adamjthompson

    adamjthompson Well-Known Member

    Messages:
    1,242
    Likes Received:
    59
    Best Answers:
    0
    Trophy Points:
    125
    #7
    Sorry, but that is incorrect. In the US and many other countries, content is automatically copyrighted the instant it is published, unless otherwise noted.
     
    adamjthompson, Oct 7, 2008 IP
  8. MelogKnaj

    MelogKnaj Guest

    Best Answers:
    0
    #8
    If it is just your average spam blog IMO it is not worth your time to try and deal with it. Another 10 are bound to pop up where the other left off and soon you will be spending all your time sending DMCA's notices and none of it blogging. You are definitely within your rights though to get them to remove the content.
     
    MelogKnaj, Oct 7, 2008 IP
  9. xtek

    xtek Well-Known Member

    Messages:
    943
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    130
    #9
    He is just going to make money off him, that's the whole point. As well as re-writing articles, I know how it would feel and it sucks. If you really wanted to you could contact the host, and i'm sure they would at least suspend the account. You can also contact some sort of small claims agency if you really wanted.

    Good luck, it sucks doesn't it?
     
    xtek, Oct 7, 2008 IP
  10. simonspurr

    simonspurr Peon

    Messages:
    604
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I'm pretty sure content is automatically copyright to the owner/writer
     
    simonspurr, Oct 7, 2008 IP
  11. hvalle98

    hvalle98 Well-Known Member

    Messages:
    460
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    135
    #11
    Add the following code in <head> :


    <SCRIPT language=JavaScript>
    var msg="Copyright Protected";
    function disableIE() {if (document.all) {alert(msg);return false;}
    }
    function disableNS(e) {
      if (document.layers||(document.getElementById&&!document.all)) {
        if (e.which==2||e.which==3) {alert(msg);return false;}
      }
    }
    if (document.layers) {
      document.captureEvents(Event.MOUSEDOWN);document.onmousedown=disableNS;
    } else {
      document.onmouseup=disableNS;document.oncontextmenu=disableIE;
    }
    document.oncontextmenu=new Function("alert(msg);return false")
    </SCRIPT>
    <script>
    <!--
    if (window!= top)
    top.location.href=location.href
    // -->
    </script>
    
    <script language="JavaScript1.2">
    function disabletextselect(i){
    return false
    }
    function renabletextselect(){
    return true
    
    }
    //if IE4+
    document.onselectstart=new Function ("return false")
    //if NS6+
    if (window.sidebar){
    document.onmousedown=disabletextselect
    document.onclick=renabletextselect
    }
    
    </script>
    
    Code (markup):
    and thats it: no more problems.

    It works in firefox and IE! (havent tried in other browsers)
     
    hvalle98, Oct 7, 2008 IP
  12. MelogKnaj

    MelogKnaj Guest

    Best Answers:
    0
    #12
    It's still quite easy to bypass that script and similar anti copying methods.
     
    MelogKnaj, Oct 7, 2008 IP