CMS INFO

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
wizzard81
Forum Commoner
Posts: 66
Joined: Wed Jan 15, 2003 6:05 am
Location: Belgium
Contact:

CMS INFO

Post by wizzard81 »

I have a question about CMS.

Is this possible to got one CMS on one place but for clients to include it from their own hosting package. Let me try to explain you have a customer and need the image gallery module for his website. Can you include this i mean the files not on the customer his place because i want to protect the code of the cms.

My big problem is when the customer wants to use the cms module (image gallery) in his admin he cannot upload data or files because everything is actually on another place.
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post by timvw »

the easiest: let the customer provide custom templates... and make them available under a public directory... or let them upload their customized templates... and assign an upload directory to each user. (like /uploads/user1 /uploads/user2 etc...) or only allow the user to submit an url.

but i think it's easier to get yourself a copy of zend encoder (or a similar product) ... and distribute that encoded code to the client.
User avatar
smpdawg
Forum Contributor
Posts: 292
Joined: Thu Jan 27, 2005 3:10 pm
Location: Houston, TX
Contact:

Post by smpdawg »

You can use the Zend Encoder to give them an encrypted version and not the source code.

http://www.zend.com/store/products/zend-encoder.php
Post Reply