Note that there are some explanatory texts on larger screens.

plurals
  1. POProtect PHP code from reselling
    text
    copied!<blockquote> <p><strong>Possible Duplicate:</strong><br> <a href="https://stackoverflow.com/questions/1919885/best-php-encoder">Best PHP Encoder</a> </p> </blockquote> <p>Hi,</p> <p>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). </p> <p>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)</p> <p>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".</p> <p>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.</p> <p>I also came upon phpcipher com , but I didnt really understand how they work and if they can be trusted.</p> <p>I also found zend encoder, but there are many decoders for this so, I dont this it's a good idea.</p> <p>Please help me make a decision.</p> <p>Regards</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload