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: [gkornbluth] Copy protecting a CMSB template

By Dave - January 27, 2009

Yes, if you had a hosting account with a mysql database that allowed remote connections you could have them login to a CMS on your server and just have the viewer code on their server that connected to your database.

Or vice versa, they could use the software on your server to update their database (if it allowed remote connections).

I'm not sure how we'd work the licensing for that but it's one way to do it.
Dave Edis - Senior Developer
interactivetools.com

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