IonCube LoaderĀ is a PHP extension that handles the reading and execution of encoded files at run time. It is a tool that uses the technique of compiling bytecode prior to encoding so that source code is eliminated, and runtime overheads are reduced.
/scripts/phpextensionmgr install ioncubeloader
is used to install IonCube Loader.
/scripts/phpextensionmgr uninstall ioncubeloader
is used to uninstallĀ IonCube Loader.
/scripts/phpextensionmgr status ioncubeloader
is used to find the status of IonCube Loader.