

|

From feedback questions
Martin Anderson: "PHP scripts can not be stolen in the same way as HTML code because by the time you see a PHP page on the web, it has already been processed into HTML code. So what is the point of 'obfuscating' it?..."
The typical situation is:
- - You create a PHP script;
- - You upload the trial version of the script to one or several web sites for others to try;
- - People download, modify and use your script as they want without giving you a credit;
- - Thereis no possibility for merchandise; you cannot make money selling your PHP script.
Now, you can use PHP Processor to modify your script code in such a way that reversing or modifying it becomes impossible while the script itself is fully operational. It is virtually impossible to understand the logics of obfuscated PHP script.
|
|


|