Re: [PHP] How to protect the source code.

2010-11-19 Thread Hans Åhlin
2010/11/19 Daniel P. Brown > > On Fri, Nov 19, 2010 at 17:07, Tamara Temple wrote: > > > > Perhaps it's just me, but I'm completely missing the point of this. How is > > someone going to get your code off of a server? > >    It's more likely that he's interested in learning how to protect > code

Re: [PHP] How to protect the source code.

2010-11-19 Thread Nathan Nobbe
On Fri, Nov 19, 2010 at 3:07 PM, Tamara Temple wrote: > > On Nov 19, 2010, at 3:39 PM, Hans Åhlin wrote: > > Does any one know if there is any way for me to protect my source code >> without the requirement of a extension being installed on the server? >> i.e encryption, obfusicator, script libra

Re: [PHP] How to protect the source code.

2010-11-19 Thread Daniel P. Brown
On Fri, Nov 19, 2010 at 17:07, Tamara Temple wrote: > > Perhaps it's just me, but I'm completely missing the point of this. How is > someone going to get your code off of a server? It's more likely that he's interested in learning how to protect code he will be distributing or otherwise deliv

Re: [PHP] How to protect the source code.

2010-11-19 Thread Tamara Temple
On Nov 19, 2010, at 3:39 PM, Hans Åhlin wrote: Does any one know if there is any way for me to protect my source code without the requirement of a extension being installed on the server? i.e encryption, obfusicator, script library, compile the code. Perhaps it's just me, but I'm completely m

Re: [PHP] How to protect the source code.

2010-11-19 Thread Bastien Koert
On Fri, Nov 19, 2010 at 4:39 PM, Hans Åhlin wrote: > Hi > Does any one know if there is any way for me to protect my source code > without the requirement of a extension being installed on the server? > i.e encryption, obfusicator, script library, compile the code. > > Any idea is appreciated. > >

RE: [PHP] How to protect the source code.

2010-11-19 Thread Jay Blanchard
[snip]compile the code.[/snip] http://www.phpcompiler.org/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to protect the source code.

2010-11-19 Thread Daniel Molina Wegener
On Friday 19 November 2010, Hans Åhlin wrote: > Hi Hello, > Does any one know if there is any way for me to protect my source code > without the requirement of a extension being installed on the server? > i.e encryption, obfusicator, script library, compile the code. You can use some propr

[PHP] How to protect the source code.

2010-11-19 Thread Hans Åhlin
Hi Does any one know if there is any way for me to protect my source code without the requirement of a extension being installed on the server? i.e encryption, obfusicator, script library, compile the code. Any idea is appreciated. Thanks / Hans ** H