content thieves

Ask for help about NoScript, no registration needed to post
simmad
Posts: 3
Joined: Fri Sep 04, 2009 12:07 am

content thieves

Post by simmad »

Hi

I spend around three hours a day writing content for my site only to find that some website owners copy the content, this happens regularly and usually involves me having to spend a couple of hours per site collecting all the links so I can raise a DMCA. Recently someone suggested that I use the following code so I did , and it works by preventing people copying from the screen. Happily thinking everything was a-okay until I got a message in my shoutbox 'dumb moth&&^%& i use noscript i can copy if i want'. Which lead me here.

I understand they can view the source but most of the time I don't they'll bother. Is it possible you can somehow exclude this bit of code from being blocked from noscript? . Thanks

Code: Select all

<script language="JavaScript1.2">
function disabletext(e){return false}
function reEnable(){return true}
//if the browser is IE4+
document.onselectstart=new Function ("return false")
//if the browser is NS6
if (window.sidebar){document.onmousedown=disabletext
document.onclick=reEnable}
</script>
Mozilla/5.0 (Windows; U; Windows NT 5.2; en-GB; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)
Grumpy Old Lady
Senior Member
Posts: 240
Joined: Fri Jul 03, 2009 7:20 am

Re: content thieves

Post by Grumpy Old Lady »

Hi simmad,

Nothing in code will prevent published text getting copied by a determined person; it's just that NS made it simple for your shoutbox correspondent.
NS is primarily an application whose spirit has always been to give the user more control over the internet, not less.

The various online copyright infringement legislations are, unfortunately for your purposes, the only reliable way of policing the kind of theft you say your work is subject to. Otherwise, all online publishers who want to closely control how their work is used would already be using your simple litigation-free solution - freezing text inside code.
Text, not just online text, has always been subject to fair use conventions, and a publisher has to prove that quotation is unfair use. Not even the fabulously rich and powerful Harry Potter author can prevent online quotation from her books - even though she is very successful in policing take-down orders for almost all quotes on the net after the fact.
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2
User avatar
Foam Head
Senior Member
Posts: 57
Joined: Sun May 03, 2009 5:35 pm

Re: content thieves

Post by Foam Head »

It's complete folly to think you can stop anyone from copying anything that is on the WWW. The very nature of HTTP and HTML is founded on standards and openness. For example, even if you had an iron clad way to use undefeatable JavaScript to protect your content, nothing is stopping me from making a direct HTTP request (e.g. wget) to get your source files. If you then decided to also encrypt the source files, I could simply use FireBug to inspect the content after the browser has rendered it.

Thus as GOL pointed out, you can't escape this problem. IMHO, just do your best to make your content easily recognizable and it'll make it easier to catch others using it.

-Foam
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2 (.NET CLR 3.5.30729)
User avatar
GµårÐïåñ
Lieutenant Colonel
Posts: 3365
Joined: Fri Mar 20, 2009 5:19 am
Location: PST - USA
Contact:

Re: content thieves

Post by GµårÐïåñ »

It is quite unfortunate and happens shamefully too much. However, legislation is lame at best and does absolutely nothing to protect anyone without a long, ugly and often moot legal battle. Although some content is protected and enforcements are in place to some extent, its generally left up to the honor system since the information on the web is generally considered public domain (without splitting hairs). Doesn't make it right but none the less, its an unfortunate part of open society.
~.:[ Lï£ê ï§ å Lêmðñ åñÐ Ì Wåñ† M¥ Mðñê¥ ßå¢k ]:.~
________________ .: [ Major Mike's ] :. ________________
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2
Post Reply