[PHP] protecting class/include files

2004-12-01 Thread Stefan Klopp
Hello All, I am looking for some advice on how to keep my class files protected. Here is the situation. We have a web system we have built that all of our clients use. Now each client has php files that include our classes. The classes are stored in a common folder. This folder is read accessible

Re: [PHP] protecting class/include files

2004-12-01 Thread Richard Lynch
Stefan Klopp wrote: show_source or an fopen of the include files and steal our source code. I have looked around at a few of the encoders on the market and was wondering if that was my only option? Am I missing something simply with permissions or what not that would prevent users from