Jump to content

Protecting your code on a 3rd party server?


Recommended Posts

I have had a customer want to run my application (PHP/APACHE/MYSQL) on their server rather than a commercial hosting offering (JUSTHOST/GODADDY)

 

I am reluctant, as it means giving them access to my PHP code which could possibly be copied or distributed. 

 

Can I protect against this?

 

 

 

Can I protect against this?

Short answer not really. As PHP is not a compiled language all code is in plain text format.

 

Your options are to to use a software license agreement (EULA) to protect your assets (up to you how you enforce it). Or you could use an encoder which obfuscates your code, making it harder for the end user from reading your source code.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.