Jump to content

Hiding php code


dotkpay

Recommended Posts

Hello,

What if I wanted to publish a php program but want to hide the code so that even buyers would not get a look at it despite having the program fully functioning on their servers, is there a means through which I can hide the code so that it won't be shown even when the .php files are opened in a text editor?

Link to comment
https://forums.phpfreaks.com/topic/220813-hiding-php-code/
Share on other sites

Could you have a piece of the code reside on your server that is required?

Say use PHP Include to require a single line of code that it retrieves from your server...

 

Just a thought... I've done this for my own code so that I do not have to update multiple files for affiliate sites. You can use CURL.

Link to comment
https://forums.phpfreaks.com/topic/220813-hiding-php-code/#findComment-1143574
Share on other sites

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.