-1

Possible Duplicate:
Obfuscating string values in PHP source code

Well i got a php script and i need to protect it to no 1 edit it, how can i do it? is there some free way to do it?

EDIT: Some friend told me about bcompiler? someone already used it?

Community
  • 1
  • 1
  • [Zend Guard](http://www.zend.com/en/products/guard/). Not free but if you have something to lose, it can be worth it. Best bet is software license agreements which would make it a violation of your contract if a customer modifies your code. – drew010 Aug 02 '12 at 22:29
  • 2
    No one to edit it? Easy: set user permissions at OS level, so no one can edit those. Is that what you want or do you mean to obfuscate? – Alfabravo Aug 02 '12 at 22:30
  • 1
    there is no 100% perfect method - if this is a distributed script. licensing is the best option if its commercial. –  Aug 02 '12 at 22:33
  • 1
    Don't give it to people who you don't want to edit it. –  Aug 02 '12 at 22:58

1 Answers1

0

Ioncube works great, however clients have to have an ioncube decompiler running on their server.

Alex
  • 9,215
  • 8
  • 39
  • 82