Anyone knows to decode a php file? :D

you can easily decode scripts as this one. For starters, I'd simply replace the eval in your snippet with an echo.


You will then see what code this script is trying to evaluate at runtime.
 
you can easily decode scripts as this one. For starters, I'd simply replace the eval in your snippet with an echo.


You will then see what code this script is trying to evaluate at runtime.
But that will help me know the function of the code,I won't get the original code.
 
you can try some coding forums and ask around
Yea,my first preference is BHW always,so posted the thread here :)
Will try other forums if I do not get the job done here.
 
Back
Top