The pSek server hosting company installed 54 PHP extensions for no reason, and while going through the list of unneeded extensions I noticed IonCube, which I want to get rid of quickly. What's a good way to find out if we have any PHP files encrypted with it?

link|improve this question

77% accept rate
feedback

1 Answer

up vote 2 down vote accepted

If you haven't encrypted them yourself, then you won't have any encrypted files, but IonCube encrypted files should have if(!extension_loaded('ionCube Loader')) somewhere near the top of every file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.