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: [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

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