Copy protecting a CMSB template

6 posts by 2 authors in: Forums > CMS Builder
Last Post: January 28, 2009   (RSS)

By gkornbluth - January 26, 2009

I know that this is a long shot, but here goes.

I’m creating a template driven solution for a client who has their own CMSB license and hosting.

I need to give the client access to the section editor. but would like to limit their ability to copy and re-use or re-sell the template by copying the schema and associated .php files.

Anyone have an idea how this might be accomplished?

Thanks,

Jerry Kornbluth
The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

Re: [gkornbluth] Copy protecting a CMSB template

By Dave - January 27, 2009

Hi Jerry,

A few comments on this.

- Typically the clients you'd have as a web developer wouldn't be savvy enough to configure CMS Builder. If they were they wouldn't need a web developer.

- There's solutions out there to hide or obfuscate html and code. They're not that great, can be bypassed and cause other problems.

- There's no way bulletproof way to prevent someone from copying it (or really anything). Your best re-course is to make sure the client is clear about his license or rights to use the software and protect your Intellectual Property through legal ways.

- If someone is using your copyright content on a web server hosted in the US you can send a DMCA complaint and then either: the host will have to remove the content, the user will have to affirm it's not yours (which makes them liable if it is), or the host becomes liable (they don't want that).

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com

Re: [Dave] Copy protecting a CMSB template

By gkornbluth - January 27, 2009

Thanks Dave, that's sort of what I suspected. Appreciate the feedback.

Another thought,

Is there any way that you can think of that some of the php code (like something in the required area or some of the page's php calls) can be located on another server that's protected?

Thanks,

Jerry
The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

Re: [Dave] Copy protecting a CMSB template

By gkornbluth - January 28, 2009

Glad I continued the conversation,

I like the "having them access my server" idea, since I can then control the schema.

Since I won't be doing this without the client buying their own CMSB license for their non-template pages, and I already have a CMSB license, would that suffice?

Thanks,

Jerry
The first CMS Builder reference book is now available on-line!







Take advantage of a free 3 month trial subscription, only for CMSB users, at: http://www.thecmsbcookbook.com/trial.php

Re: [gkornbluth] Copy protecting a CMSB template

By Dave - January 28, 2009

We could talk about licensing in more detail, but basically it's one license per website. So if this is for one website so far then your license would suffice.

You'll need to figure out if you're going to have them use your database (slower) or require them to have a mysql database (faster since it's closer to their website but requires their database to allow remote connections which not all hosts support).

Best thing to do is give it a try. Create a CMS install and enter the details for another websites database (hostname, username, etc) and see if you can connect.

Hope that helps!
Dave Edis - Senior Developer
interactivetools.com