Protect Your Contents for getting copied

Jeevs

Supreme Member
Joined
Dec 14, 2010
Messages
1,372
Reaction score
1,652
Getting your contents copied are very usual thing now a days..This short little code will disable the copy or select function for your entire blog/site..easy to install..just add it in between body tag..I know its not a proper protection but it will definitely save you from some cheap leechers ;) would be helpful for NEWBIES!

<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>
 
Thanks bro! Im building a site for a camgirl and this looks like it'd be good to keep her pics locked.

Does it work with video too?
 
Thanks bro! Im building a site for a camgirl and this looks like it'd be good to keep her pics locked.

Does it work with video too?

Its for text bud ;) I will get a code for duo of image and videos and will post it soon :)
 
Last edited:
Thanks for the share, but can't someone just turn off javascript and still get your content?
 
Thanks for the share, but can't someone just turn off javascript and still get your content?

There are plenty more ways buddy ;) I can copy without turning off javascrpt ;) As I mentioned...this will secure your contents from cheap leechers..not experts ;)..practically thrz no possible way to grantee 101% content safety :D
 
Nice man. This is a great feature lots of people need to have.

Thanks,
Austin
 
Most leaching is done by RSS, which this wouldn't protect against since just the text/images and minimal formatting(if any) are outputted.

If they're savy and actually visiting your site there is no way to stop them.
 
hey, do you know where I can add this code for my wordpress site?

I see header, footer, and other templates but not body.
 
If you don't want content copied, why post it on the internet?
 
hey, do you know where I can add this code for my wordpress site?

I see header, footer, and other templates but not body.
Put "wordpress disable right click plugin" into Google and you will get several plugins that are available.

If it is something important that you don't want copied, don't put it in your blog.
If I want something off of a page I just click file on the browser and save page as.
 
There are no magic bullets other than turning the text into an image. If you do that good luck with your SEO and if they really want your text they can turn to an OCR application.
 
Does anyone actually believe this will stop anyone for more than a second before they just use one of a dozen ways past this: disable javascript, view source, save as, use wget, or just use the keyboard and do CTRL+A, grab the text from a firebug window, etc, etc?
 
The tool is only good if you want to prevent people from copying your blog content manually. Through automated means, your site can still be copied.

Also, even if you install this tool, you can still be copied if people open your web page source code. Very easy.
 
Put "wordpress disable right click plugin" into Google and you will get several plugins that are available.

If it is something important that you don't want copied, don't put it in your blog.
If I want something off of a page I just click file on the browser and save page as.

thanks
 
Can text in flash be read? Another way?

I guess OCR software could do it, but is that something used for your current common scraper?
 
Can text in flash be read? Another way?

I guess OCR software could do it, but is that something used for your current common scraper?

I can't remember the name of the program and I can't find it my old files. There is a program that allows you to capture a flash file when you are on a site.

It decompiles and converts the movie in it's basic elements.

People use it primarily to get images, not me of course.* cough * I am an innocent soul.
 
Thanks for that! I take it that this can work on all sites? I know of the WP plugin that does it, but never thought of doing it on my other sites, joomla or plain html.

Good share!
 
If you don't want content copied, why post it on the internet?


O really???Then why don't you post all your site contents here at BHW?That would be a good share!!Go learn something about IM,and then come back!

Thanks for that! I take it that this can work on all sites? I know of the WP plugin that does it, but never thought of doing it on my other sites, joomla or plain html.

Good share!

Ya I have tried it with plain HTML,not sure about joomla,but it should work.


For all-Please read reply #6 before making any comment and flashing your intelligence by suggesting 1000 more ways of copying contents.I know 1001 ways!and every BHW member does!So don't waste your time suggesting ways to copy contents,this script will keep off the cheap leechers!Not the masters!
 
Back
Top