• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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