|
-
Jan 25th, 2006, 01:58 PM
#1
Thread Starter
Addicted Member
how to protect my php code
i develop a php system for my client and running in their web server.
is it any way to protect my source from 3rd party to copy my coding.
if yes, pls specified the procedure ....
thank you.. ~!
-
Jan 25th, 2006, 02:54 PM
#2
Re: how to protect my php code
 Originally Posted by elsc
i develop a php system for my client and running in their web server.
is it any way to protect my source from 3rd party to copy my coding.
if yes, pls specified the procedure ....
thank you.. ~!
PHP is server side and so people who do not have access to the server files themselves can not access the code, if they do though they will be in violation of your copyrights and so you can sue them etc.
Other than that there is nothign much you can do.
Cheers,
Ryan Jones
-
Jan 26th, 2006, 02:55 AM
#3
Thread Starter
Addicted Member
Re: how to protect my php code
any server side scripting like php can protect the source code?
-
Jan 26th, 2006, 03:11 AM
#4
PowerPoster
Re: how to protect my php code
Unless someone hacks your server, you can't view the php source code.
If your looking to really protect your source code from even people at work...you can "compile" PHP with a product from Zend, which makes it like an executable file, which I presume is fairly secure.
-
Jan 26th, 2006, 03:14 AM
#5
Member
Re: how to protect my php code
A few years ago i played around with cfm (Cold Fusion Markup) and there where some sharware scripts i download. They worked fine, but when i tried to look at the source the files where encrypted.
Anyway... that lead me to this search... maybe it will help...
http://www.google.com/search?q=encrypt+%22php+files%22
_
-
Jan 26th, 2006, 07:17 AM
#6
Re: how to protect my php code
 Originally Posted by elsc
any server side scripting like php can protect the source code?
Yes as long as the server has the mime types and stuff set up correctly and assuming no-one breaks into your account 
Cheers,
Ryan Jones
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|