• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

how can install ionCube on plesk ?

Why do you think that ionCube is not installed?

Check it with something like

C:\Users\Administrator>"C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP54\php.exe" -v
PHP 5.4.16 (cli) (built: Jun 5 2013 21:00:57)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd.

Correct path to your PHP if needed.
 
Why do you think that ionCube is not installed?

Check it with something like

C:\Users\Administrator>"C:\Program Files (x86)\Parallels\Plesk\Additional\PleskPHP54\php.exe" -v
PHP 5.4.16 (cli) (built: Jun 5 2013 21:00:57)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies
with the ionCube PHP Loader v4.2.2, Copyright (c) 2002-2012, by ionCube Ltd.

Correct path to your PHP if needed.

on php 5.3 is install
but when switch to php 5.2 is not install
 
Have you checked the corresponding php.ini file for PHP 5.2? If not go through it and check if the IonCube extension is enabled in it.
 
Installing ionCube on a VPS isn't any different to installing it on a dedicated server.

ionCube doesn't need to be installed to run, most servers support 'ionCube runtime loading' which allows the loaders to be run as and when they are needed, without needing to install them or modify any files.

For best performance though, it's a good idea to add the entry to the php.ini for them.

To see if this is already the case, visit any phpinfo page on the server and look in the box just below the first main table. It will say something like:
"This program makes use of the Zend Scripting Language Engine:
Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies with Zend Extension Manager v1.0.10, Copyright (c) 2003-2006, by Zend Technologies".
If in that same part you see a mention of the ionCube loaders ("ionCube PHP Loader v3.1.22, Copyright (c) 2002-2006, by ionCube Ltd."), then they are already installed and you don't need to do anything
 
Back
Top