Raised This Month: $ Target: $400
 0% 

[HELP] Disable Copying


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
jingojang
Senior Member
Join Date: Feb 2010
Location: The Moon
Old 08-31-2013 , 06:30   [HELP] Disable Copying
Reply With Quote #1

Hi,

I was just wondering if it is possible to block people from copying your material in a motd file. My motd is linked to a website, but I do not want people copying what is rightfully mine.

Two fingers!
jingojang is offline
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 08-31-2013 , 07:58   Re: [HELP] Disable Copying
Reply With Quote #2

Add this after your <HEAD> Tag

PHP Code:
<script language=JavaScript> var message="Function Disabled!"; function clickIE4(){ if (event.button==2){ alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("alert(message);return false"</script> 
__________________
Kia is offline
jingojang
Senior Member
Join Date: Feb 2010
Location: The Moon
Old 09-01-2013 , 04:58   Re: [HELP] Disable Copying
Reply With Quote #3

Thanks Kia, will try!

Edit, still possible to mark the text and copy by using ctrl + c

Last edited by jingojang; 09-01-2013 at 05:01.
jingojang is offline
Kia
AlliedModders Donor
Join Date: Apr 2010
Location: In a world of madness
Old 09-01-2013 , 05:34   Re: [HELP] Disable Copying
Reply With Quote #4

What does your website contain? If it's only text, make a picture from the text and show them then.
__________________
Kia is offline
HalfLife
Senior Member
Join Date: Aug 2013
Location: I'll tell you later ;)
Old 09-01-2013 , 05:37   Re: [HELP] Disable Copying
Reply With Quote #5

IDK about that, but alternatively if your website is using WordPress, install this plugin on your website.
__________________
If you need any help regarding your HL Server, PM me and I can help you
My Tutorials:
How to install and use your SQL Database using AMX Mod X Plugins
HalfLife is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 02:57.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode