Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-24-2012, 04:26 AM   PM User | #1
legendrock7
New Coder

 
Join Date: Sep 2012
Posts: 58
Thanks: 8
Thanked 0 Times in 0 Posts
legendrock7 is an unknown quantity at this point
How to make a copyright un-deleteable?

You know on some web files they have a copyrght footer that can't be removed? unless you pay them x amount of money? How do i make something like that? i need to know, thanks.
legendrock7 is offline   Reply With Quote
Old 12-24-2012, 11:52 AM   PM User | #2
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,614
Thanks: 5
Thanked 865 Times in 842 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
First of all: Nothing can be made “undeletable” in things you can display in a browser. It’s only undeletable for people who don’t know the right places in which to look.

Now, that said, you can certainly make it harder for people to remove such notification but it depends on what kind of set-up you have. If you have plain HTML you can hide the notice by encoding the text as HTML entities. If you have some kind of server side language you can obfuscate the text (e. g. by hex-encoding it) and include it in an obfuscated function itself. That’s where a lot of the spam in free Wordpress themes comes from.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Old 12-24-2012, 08:32 PM   PM User | #3
felgall
Master Coder

 
felgall's Avatar
 
Join Date: Sep 2005
Location: Sydney, Australia
Posts: 5,465
Thanks: 0
Thanked 499 Times in 491 Posts
felgall is a jewel in the roughfelgall is a jewel in the roughfelgall is a jewel in the rough
The most effective way is to use the law. Specify in the licence that it is only to be removed upon payment of an additional fee and if anyone removes it without paying that fee you then threaten legal action. If that doesn't resolve things then you proceed with the legal action to protect your copyright.
__________________
Stephen
Learn Modern JavaScript - http://javascriptexample.net/
Helping others to solve their computer problem at http://www.felgall.com/
felgall is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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 +1. The time now is 07:48 AM.


Advertisement
Log in to turn off these ads.