dotkpay Posted December 6, 2010 Share Posted December 6, 2010 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 More sharing options...
trq Posted December 6, 2010 Share Posted December 6, 2010 There are various php encoders around, none of them are free and they need to be available on the server the scripts are executing on. Your much better off just getting yourself a good license. Link to comment https://forums.phpfreaks.com/topic/220813-hiding-php-code/#findComment-1143552 Share on other sites More sharing options...
donatello Posted December 6, 2010 Share Posted December 6, 2010 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.