1

I'm facing an issue to disable the ioncude encryption from my Laravel PHP code from Cpanel. I unchecked ioncube from WHM simply accessing the Home > Server Configuration > Tweek settings and then in the PHP section as shown below.

I don't know what's wrong with it because after unchecking ioncube my code is still encrypted.

spicy.dll
  • 948
  • 8
  • 23

1 Answers1

1

In cPanel "ioncube" is just a PHP Extension (ioncube loader) that helps you to make encrypted(with ioncube Encrypted) code executable.

For decode ioncube you can visit : https://easytoyou.eu/decoder/demophp54

ajmirani
  • 366
  • 3
  • 8