write a PHP website for my customer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • perhapscwk
    New Member
    • Sep 2007
    • 123

    write a PHP website for my customer

    Hi..

    If i write a PHP website to my customer, they have fully access to
    their domain.

    Then how I can protect my code? If they copy all the file and give it to
    someone else, then after some modification, then their friend can use it.

    anyway to protect myself?

    thanks.
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    You can obfuscate your code. But the great thing about PHP is: it's open source! You'll never truly protect your code.

    Comment

    • nathj
      Recognized Expert Contributor
      • May 2007
      • 937

      #3
      The other option is do nothing to the code but in the contract you have with the customer state clearly that any alterations to the code void any support or warranty, whilst issues will be fixed if the cause is found to be the customer tampering with the code charge them more.

      It's a non-techy solution but one that the customer will understand from a business point of view.

      Cheers
      nathj

      Comment

      • sandeepsandeep
        New Member
        • Dec 2006
        • 50

        #4
        You can give the your code in encodede format but required to purchase the licence to encode the code.Zend also provide the encoded the code and protect

        Thanks,
        Sandeep Kumar

        Comment

        • pbmods
          Recognized Expert Expert
          • Apr 2007
          • 5821

          #5
          Heya, perhapscwk.

          Look at Zend Guard and Ion Cube. Both will do what you need. They are not free, but I'm assuming your intellectual property isn't, either!

          Comment

          Working...