Any ETA for IonCube 14 with OPLS?

#1
I just wanted to check in on something important — has anyone successfully got IonCube Loader v14 working under KVM VPS with OpenLiteSpeed (specifically with lsphp81 or lsphp82)?

We’ve been trying to deploy a WHMCS module (DirectAdminExtended) that’s encoded with ionCube v14, but no matter what we do, OLS keeps falling back to v13.3.0.

Here’s what we’ve done so far:
  • Downloaded and placed ioncube_loader_lin_8.1.so (v14) in the correct /lib/php/20210902/ folder
  • Added the correct zend_extension line at the top of php.ini
  • Removed any older .so loaders from /usr/lib/php/...
  • Restarted OLS multiple times
Still, phpinfo() and the WHMCS error logs show that it’s loading ionCube v13.3.0 — which obviously can’t decode newer modules.
 
Last edited by a moderator:
#2
It's more like a PHP package-related question. For Debian, lsphp83 and 84 are using the ioncube 14.4.0 already. May I know how you installed the php package, and what's the current OS and version?

FYI, if you need to stick with php81/82, then the minimum ionCube version is 12.0.1(PHP8.1) and 13.0.2(PHP8.2), so it should be enough.
 
Top