Jump to content

Hiding the server-side PHP code?


doug

Recommended Posts

I understand that the server itself is executing the PHP and just sending client-side results to the browser. And as long as a file's extension is .php and the end-user doesn't have file system access to the source they can't see the PHP code itself.But what about the case where you are developing code for a customer who does have file system access (so they can upload their own web pages and images, etc.) Or if you develop a program for a customer to run on their own server?Is there any way of protecting your PHP source code from possible theft in cases like that? Like source file encrypting or something?Thanks,doug

Link to comment
Share on other sites

Thanks. That looks like one possible way to go. It seems to be a partial, and also out-dated solution (doesn't support PHP 5) and is not maintained any more. But it is useful to know that there has been some thought to this.doug
Yeah, that's what I said in that thread. But seriuosly, I recommend you the program. I've used and it's very helpful if you know how to use it.
Link to comment
Share on other sites

Archived

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

×
×
  • Create New...