Re: [PHP] Making Php Libraries

2006-02-06 Thread tedd
I am new to this list so forgive me if this has already been addressed. What I would like to do is keep a library of php scripts on my site. I would like customer sites to call the functions in my library, but have their server do the work. I would like to keep the proprietary code off of the

Re: [PHP] Making Php Libraries

2006-02-06 Thread Paul Novitski
At 08:34 AM 2/6/2006, Christopher Taylor wrote: I only changed the file extension as an experiment. I understand that the changing of the file extension does nothing for security, but it does allow the functions residing on my site to be read and executed on the client's server. Chris, PHP

Re: [PHP] Making Php Libraries

2006-02-06 Thread Christopher Taylor
Jochem Maas wrote: search for 'php encoder' and use one (some cost money). I believe that the php encoder keeps the syntax but changes the variable names to make it less readable. I am not sure if this is enough. changing an file extension from 'php' to 'inc' does nothing to protect your code

Re: [PHP] Making Php Libraries

2006-02-06 Thread Jochem Maas
Christopher Taylor wrote: I am new to this list so forgive me if this has already been addressed. What I would like to do is keep a library of php scripts on my site. I would like customer sites to call the functions in my library, but have their server do the work. I would like to keep the p