It is a pity that there is no code sample in your description.
There are so many PHP obfuscators around which are not worth a download.
They are just too primitive.
I have seen some which only put the code into an eval() which shows me immediately that they are useless.
I want to see how your's is obfuscating before downloading it and figuring out how to make it work.
I want to know if it is worth my time to study it.
I want to see how complex is the obfuscated code.
Therefore a sample code is indispensable.
Why don't you put an original PHP code and the obfuscated version of the same code into your description ?
But not just a Hello World sample.
The sample should contain:
if - else conditions, switch statements, for and foreach loops, arrays etc.
Or an online version where I can upload a code and see the result.
It is a pity that there is no code sample in your description.
There are so many PHP obfuscators around which are not worth a download.
They are just too primitive.
I have seen some which only put the code into an
eval()which shows me immediately that they are useless.I want to see how your's is obfuscating before downloading it and figuring out how to make it work.
I want to know if it is worth my time to study it.
I want to see how complex is the obfuscated code.
Therefore a sample code is indispensable.
Why don't you put an original PHP code and the obfuscated version of the same code into your description ?
But not just a Hello World sample.
The sample should contain:
if - else conditions, switch statements, for and foreach loops, arrays etc.
Or an online version where I can upload a code and see the result.