Is there any chance to enctypt or protect you PHP code from ppl who wanna steal them and create a clone ? I have simple small PHP script that i want to protect..Is there any (free) way to protect it with some software or something similar ? Thanks
You mean to say you want to encrypt your PHP files? Check out the Zend framework - http://www.zend.com/en/, it encrypts the actual code, and decrypts realtime. Otherwise there isn't anything you can really do about script cloning, as long as someone can figure out how it works he can code it himself. . .