Hi guys ![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
I'm considering the reprogramming of my own CMS solution into a centralized CMS in order to protect it against careless people who could try to resell it without my consent.
Basically, the CMS would be located on my own server and would "pilot" my clients' sites remotely. Clients would have to log on my server to manage their sites. The DB (for the content) would be on my server. The images and directories would be on the clients' servers.
Pros:
1. CMS updates benefits to all clients
2. Any basic webhost (even free ones) can be used for the remote files.
3. No PHP file encryption needed (ie: IonCube, PhpShield, SourceGuardian, etc.)
4. PHP file encryption can be set up only on my own server, the one that hosts the CMS
Cons:
1. My DB server must listen and obey to outside connections (security issue)
2. If the DB fails, all the sites fail.
What do you think of the idea?
But here is the most important question about PHP:
I don't know how easy it is to freely manage files and directories from a remote server using PHP. I've never done it before and I have no clue about it.
So, someone has done that before?
Any info on how to do it?
Thanks a lot![Smile :) :)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
I'm considering the reprogramming of my own CMS solution into a centralized CMS in order to protect it against careless people who could try to resell it without my consent.
Basically, the CMS would be located on my own server and would "pilot" my clients' sites remotely. Clients would have to log on my server to manage their sites. The DB (for the content) would be on my server. The images and directories would be on the clients' servers.
Pros:
1. CMS updates benefits to all clients
2. Any basic webhost (even free ones) can be used for the remote files.
3. No PHP file encryption needed (ie: IonCube, PhpShield, SourceGuardian, etc.)
4. PHP file encryption can be set up only on my own server, the one that hosts the CMS
Cons:
1. My DB server must listen and obey to outside connections (security issue)
2. If the DB fails, all the sites fail.
What do you think of the idea?
But here is the most important question about PHP:
I don't know how easy it is to freely manage files and directories from a remote server using PHP. I've never done it before and I have no clue about it.
So, someone has done that before?
Any info on how to do it?
Thanks a lot