(09-18-2025, 06:27 PM)Jade35 Wrote: Hi @zHostingSolutions,
ionCube isn’t bundled with Sentora, but you can install it manually:Once enabled in
- Linux: download from ionCube, copy the
to your PHP extension dir, addCode:.so
inCode:zend_extension
, restart Apache.Code:php.ini
- Windows: same steps with the
file in the PHPCode:.dll
folder.Code:ext
, it works with all Sentora sites. You can also suggest adding auto-install support in future releases.Code:php.ini
Thanks for the info.