hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Web Design and Content : How to force copyright?
Reply

Web Design and Content Subjects include, HTML, graphics, editors, CSS, Flash, graphics creation, placing of ads, ad serv companies, copyright, content and nearly anything else design related. Also talk about businesses that provide design services. If you link to your site, you must post in Web Site Reviews.
Forum Jump

How to force copyright?

Reply Post New Thread In Web Design and Content Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 12-08-2008, 08:59 PM
Payton Designs Payton Designs is offline
Disabled
 
Join Date: Oct 2004
Location: San Francisco, CA
Posts: 394
How to force copyright?

Hi,
I was wondering if anyone knows how to force the copyright in the footer. I've seen certain programs that won't run unless the information in the footer is present.
I know there are always ways to work around it, but how do you set one up?
Thanks!





__________________█████ Payton Designs | Providing the most stunning designs on the web.█████ Offering Stylish Custom Web Designs, Script Integration Services,

Reply With Quote


Sponsored Links
  #2  
Old 12-08-2008, 09:39 PM
the_pm the_pm is offline
Community Liaison 2.0
 
Join Date: May 2004
Location: Akron/Canton, Ohio (USA)
Posts: 11,114
Most applications have a small fee you can pay to have copyright information removed from the footer. Unless the creator specifically allows for information regarding application rights to be modified, certainly you wouldn't want to violate the license under which you are using the software, right?
What is the application you're wanting to "unbrand?"





__________________Studio1337 Web Design and Development - formerly Equentity LLCRecent client site launches: TheWHIR.com | 6thgearexperience.com

Reply With Quote
  #3  
Old 12-08-2008, 10:09 PM
Payton Designs Payton Designs is offline
Disabled
 
Join Date: Oct 2004
Location: San Francisco, CA
Posts: 394
No, what I'm trying to do is brand my name into the footer of websites I've designed. Then, if the client chooses to keep it for a discounted rate on the design how can I force them to leave it?





__________________█████ Payton Designs | Providing the most stunning designs on the web.█████ Offering Stylish Custom Web Designs, Script Integration Services,

Reply With Quote
Sponsored Links
  #4  
Old 12-08-2008, 11:09 PM
the_pm the_pm is offline
Community Liaison 2.0
 
Join Date: May 2004
Location: Akron/Canton, Ohio (USA)
Posts: 11,114
Quote:



Originally Posted by Payton Designs


No, what I'm trying to do is brand my name into the footer of websites I've designed. Then, if the client chooses to keep it for a discounted rate on the design how can I force them to leave it?


Ahh, ok. You're trying to emulate this behavior. That makes sense.
The first thing to do is to get your contracts in order. IANAL, but I believe anything you create for a client falls under work-for-hire unless specified otherwise. This means there are some legal aspects to blocking someone from removing their site's copyright, because in essense you're dictating acceptable usage of something you do not own. Once the site has been exchanged for the predetermined amount, I believe you give up the right to exercise control over the copyright statements or any aspect of the sites you design.
If you've considered this already and have it handled, great! If not, this is where you'll want to start.
If this is in place, you have a free method for enforcing your copyright statement - your contract
From a technology standpoint, you're talking about encrypting the server-side mechanisms that generate your HTML pages (if you have none, you'll probably need to add this layer of complexity to your work), and then using some method of authentication to call back to a server you maintain with information that confirms necessary elements are being displayed.
I imagine this would be easy enough to defeat using a little CSS ( something like this: { position:absolute ; visibility:hidden } ). Then just insert your own footer, and that's that.
Really, the best way to enforce any sort of site condition is to make sure it is specified in your agreement with the customer and then holding them to it.





__________________Studio1337 Web Design and Development - formerly Equentity LLCRecent client site launches: TheWHIR.com | 6thgearexperience.com

Reply With Quote
  #5  
Old 12-09-2008, 12:26 AM
Red Squirrel Red Squirrel is offline
Web Hosting Master
 
Join Date: Feb 2008
Posts: 792
The only way to do this would be if you wrote the entire site in a compiled language, like compiled php or something. Even then I'm sure someone who knows what they're doing can decompile it. Look into Zend. (never used it myself mind you)





__________________http://www.uovalor.com/ :: UO serverhttp://www.serverweave.com/ :: Server Control Panel - In Progress...

Reply With Quote
  #6  
Old 12-11-2008, 04:21 PM
allportpc allportpc is offline
Junior Guru Wannabe
 
Join Date: Aug 2008
Location: Atlanta, GA
Posts: 76
If your customer is not a web person, you could always create an include file with the footer information. When they pay, you just delete everything in the include.
Another option, encrypt your pages, the code will be in there. You would have to put a new page up there once they pay more without the copyright.
Another thing, if you encypt it, you could put in code that looks for a copyright file (lets say copyright.php) and then looks for a code (lets say 123-456-789). If it doesnt see that file with that code, then it shows the notice, otherwise it hides it. Again, you would want the pages encypted so no one could remove the code





__________________
Jesse, AllportPChttp://www.allportpc.com
Shopping Carts, Linux

Reply With Quote
  #7  
Old 12-12-2008, 11:30 PM
oldwiseone
Guest
 
Posts: n/a
Current law.



Quote:



Originally Posted by the_pm


IANAL, but I believe anything you create for a client falls under work-for-hire unless specified otherwise.


When I owned a commercial photography business in the 80's

Reply With Quote
  #8  
Old 12-12-2008, 11:45 PM
IPH - Tim
Guest
 
Posts: n/a
phpaudit may be of some assistance in this issue.
On top of managing licenses (ensuring users have a valid and active license etc), I believe you can force it to check the type of license and then display, or in this case, not display text or code within the script based on that license check.
Hope that helps

Reply With Quote
  #9  
Old 12-13-2008, 01:48 AM
the_pm the_pm is offline
Community Liaison 2.0
 
Join Date: May 2004
Location: Akron/Canton, Ohio (USA)
Posts: 11,114
Quote:



Originally Posted by oldwiseone


When I owned a commercial photography business in the 80's ii) the work must come within one of the nine categories of works listed in the definition above (assume Web design falls into those categories - digital media is mentioned); and iii) there must be a written agreement in advance between the parties specifying that the work is a work made for hire."
Given the third provision, it sounds like you are correct! In a freelance situation, work-for-hire must be explicitly stated. So if there's no provision stating the client has exclusive rights, then I suppose you have a case for enforcing a copyright statement. I guess it never occurred to me it would be any other way, but if a client is leasing a site design, for example, it would make sense. Ditto if the contract stipulates fee adjustments in return for links/credit.





__________________Studio1337 Web Design and Development - formerly Equentity LLCRecent client site launches: TheWHIR.com | 6thgearexperience.com

Reply With Quote
  #10  
Old 12-14-2008, 08:06 AM
fromfromto fromfromto is offline
Newbie
 
Join Date: Sep 2008
Posts: 11
if you use a free version,i think you should keep it

Reply With Quote
  #11  
Old 12-14-2008, 09:21 AM
robertk1 robertk1 is offline
Web Hosting Guru
 
Join Date: Feb 2003
Posts: 343
Our TOS specifically states that we are the owner of all designs and artwork created for customers, UNTIL PAID FOR. At the time of payment, all of our rights are automatically transferred to the customer, who is the new copyright owner.
Solves a lot of problems for us, and ensures the client knows exactly where they stand.
We've considered registering copyrights on each of our site designs in the customer's name. No real reason other than they would get an official copyright certificate from the US Copyright Office. Does anyone already provide this service? Is it worth the $10 fee?





__________________
Custom Web Site Designs
eCommerce

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Dutch Court Orders Web Host to Pay Damages for Facilitating Copyright Infringement Web Hosting News 2012-10-25 16:30:08
US Officials Seize 70 Domains Citing Counterfeiting, Fake SSL Certificates Web Hosting News 2012-07-13 10:45:43
New Google Transparency Report Provides Insight into URL Takedown Requests Web Hosting News 2012-05-25 13:59:26
Australian Court Dismisses Appeal in ISP Copyright Infringement Case Web Hosting News 2012-04-20 15:26:00
Data Center Solutions Firm Force 3 Announces Key Appointments Web Hosting News 2011-11-28 18:02:28


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

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 Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?