How to protect Web content?

Discussion in 'JavaScript' started by SellBuyClassifieds, Jan 8, 2011.

  1. #1
    How to protect Web content, not to copy the contents?
    Help me.
    Thanks.
    Daniel.
     
    SellBuyClassifieds, Jan 8, 2011 IP
  2. seafrontsteve

    seafrontsteve Peon

    Messages:
    451
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Anything you publish on the web is at risk of being copied.
    There are simple things you can do to reduce copying - such as disabling right clicks.
    You do this by replacing your '<body>' tag with '<body oncontextmenu="return false;">'
     
    seafrontsteve, Jan 8, 2011 IP
  3. Mister Lancer

    Mister Lancer Peon

    Messages:
    150
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yup, agreed with you. There is no guaranteed how sophisticated technique we use to stop content theft, there is always new way to overcome it. :(
     
    Mister Lancer, Jan 8, 2011 IP
  4. hancock.x

    hancock.x Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Blocking right button is really annoying.
     
    hancock.x, Jan 8, 2011 IP
  5. SellBuyClassifieds

    SellBuyClassifieds Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks you seafrontsteve. But if user press Ctrl+A ? :(
     
    SellBuyClassifieds, Jan 8, 2011 IP
  6. hancock.x

    hancock.x Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Trick with <body oncontextmenu="return false;"> (and all other JS solutions) doesn't work when user disable java script in his browser.
     
    hancock.x, Jan 8, 2011 IP
  7. ssmm987

    ssmm987 Member

    Messages:
    180
    Likes Received:
    4
    Best Answers:
    3
    Trophy Points:
    43
    #7
    There are some tricks for in javascript, but I recommend not to use them. If people desperately want to copy something from your site, it is always possible, and for those who don't it is very annoying.
     
    ssmm987, Jan 9, 2011 IP
  8. A.J.

    A.J. Greenhorn

    Messages:
    27
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #8
    Mostly spiders, not people steal your content. So blocking right button is not only annoying, but pointless. Just use copyscape.
     
    A.J., Jan 9, 2011 IP
  9. sarahk

    sarahk iTamer Staff

    Messages:
    28,838
    Likes Received:
    4,542
    Best Answers:
    123
    Trophy Points:
    665
    #9
    Require users to login to see the protected information. That way search engines can't get to it and its much, much harder for scrapers.
     
    sarahk, Jan 10, 2011 IP
  10. ACME Squares

    ACME Squares Peon

    Messages:
    98
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Completely impossible. And contradictory.

    Also the so called "blocked" right click pops up in firefox anyway, and next generation browsers lets you block model dialogues on a per site basis. (Yay!)
     
    ACME Squares, Jan 11, 2011 IP