Date: 12/28/00
- Next message: Christopher Allen: "Re: [PHP] XML Continued"
- Previous message: cmoewes <email protected>: "Re: [PHP] Protecting My PHP Code"
- In reply to: Salman Ahmed: "[PHP] Protecting My PHP Code"
- Next in thread: o.cook <email protected>: "RE: [PHP] Protecting My PHP Code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The main thing to consider is that unless they have access to the
server and the script itself, no one can 'steal' your code, since it
is processed on the server the only thing users will see is the
results of your code. So if you are worried about people saying
"That's cool, how did they do that" you can't see the code. But if
people have access to the server they can see it.
On Tue, Jan 23, 2001 at 11:40:42AM +0500, Salman Ahmed wrote:
> Hello Masters,
>
> I have a problem ( I am new to php ).... just like every new programmer I am also catchy about my source code even if it don't worth a dime :-) I want to know how can I protect my source code from others. Is there a way? Can my php files be compiled or turned into the byte code or something like this so that ppl can use it but don't edit it....
>
> Thanks in advance for your help.
>
> Statbat
--Christopher R. Moewes-Bystrom cmoewes <email protected> http://www.moewes.com http://www.linuxnovice.org
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Christopher Allen: "Re: [PHP] XML Continued"
- Previous message: cmoewes <email protected>: "Re: [PHP] Protecting My PHP Code"
- In reply to: Salman Ahmed: "[PHP] Protecting My PHP Code"
- Next in thread: o.cook <email protected>: "RE: [PHP] Protecting My PHP Code"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

