Results 1 to 6 of 6

Thread: how to protect my php code

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2003
    Posts
    237

    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.. ~!

  2. #2
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    Re: how to protect my php code

    Quote 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
    My Blog.

    Ryan Jones.

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2003
    Posts
    237

    Re: how to protect my php code

    any server side scripting like php can protect the source code?

  4. #4
    PowerPoster Pc_Madness's Avatar
    Join Date
    Dec 2001
    Location
    Melbourne, Australia
    Posts
    2,765

    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.
    Don't Rate my posts.

  5. #5
    Member AWC_Joe's Avatar
    Join Date
    Jan 2006
    Location
    Located
    Posts
    49

    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

    _
    |
    Some programs and scripts ive made: http://wiki.anotherwebcom.com
    What was once an opinion, became a fact, to be later proven wrong...

  6. #6
    Frenzied Member sciguyryan's Avatar
    Join Date
    Sep 2003
    Location
    Wales
    Posts
    1,763

    Re: how to protect my php code

    Quote 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
    My Blog.

    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
  •  



Click Here to Expand Forum to Full Width