Possible Duplicate:
Best PHP Encoder
Hi,
I have a PHP script that I want to sell, but I also what that people that buy it to not be able to resell it. I dont want it to be distributed without my approval. A way would be a domain locker. If I am to make the domain locker code from PHP it could be easily removed, so a solution would be to obsfucate/encode most of the code from my script(the core of the script that doesnt need changing and ADD there the domain locker).
I want to sell the script in 3 packages : NORMAL(the core of the script will be encoded/obsfucated/encrypted + domain locker) , WITH RESELL RIGHTS(he core of the script will be encoded/obsfucated/encrypted, without domain locker) and WITH SOURCE CODE ( nothing will be encoded/obsfucated/encrypted)
The reason I posted this message here is because I dont really know what software does this job good and cant be cracked by GOOGLE-ing "php decoder".
I made some research and I found codeguardian ( their software can encode everything and lock script to a domain or offer trials , but I dont know how easy can this be cracked ) . I heard that deZender can crack this so im waiting for some suggestions. Also, I tried to contact the codeguardian guys 2 times and they didnt respond, so that made me put some questions about reliability.
I also came upon phpcipher com , but I didnt really understand how they work and if they can be trusted.
I also found zend encoder, but there are many decoders for this so, I dont this it's a good idea.
Please help me make a decision.
Regards