• 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.

IonCube Installation problem

Z

zettaweb

Guest
I am trying to install IonCube on my server. But it didn't work. Neither on PHP5 nor on PHP4.

I copied the file ioncube_loader_win_4.4.dll to C:\Program Files\SWsoft\Plesk\Additional\Php\extensions

And add this line on my php.ini file:

zend_extension_ts = ioncube_loader_win_4.4.dll

Just as the IonCube installation's docs says. But I get this error message in my phpinfo():

Failed loading ioncube_loader_win_4.4.dll


With PHP5 is the same thing... does anyone have the same problem?

Thanks
 
Hi,

I had the same problem before, and didn't find any solution. Just copied respective DLL to ioncube folder in the root of web site and it worked.
 
I got it to work by copying ioncube_loader_win_5.2.dll to

C:\Program Files\SWsoft\Plesk\Additional\PleskPHP5\ext



and adding the following line to the php.ini in C:\Program Files\SWsoft\Plesk\Additional\PleskPHP5

zend_extension_ts = C:\Program Files\SWsoft\Plesk\Additional\PleskPHP5\ext\ioncube_loader_win_5.2.dll



You also need to restart IIS
Let me know if that works for you.
 
Hi,

Know you what steps need this installation in PHP 4.3 ?

Because I has installed IONCUBE loaders in php 4.3

C:\Program Files\SWsoft\Plesk\Additional\php\extensions\ioncube_loader_win_4.3.dll

And let changes in php.ini-recomended (renamed to php.ini)

When I rename this file and make an IISRESET the Plesk CP throw an Error...

Regards
 
Perdon pero la clave estaba en mirar bien el PHPINFO

El php.ini lo tengo en c:\windows asi que al modificar ahi ahora si me aparece como un modulo del PHP.

Saludos
 
Works fine!

Thanks a lot!

It works perfectly both on PHP4 and PHP5.
 
IonCube encoded files windows support

Loaders are at:
http://www.ioncube.com/loaders.php

ini file that needs to be edited:
c:\windows\php.ini

line that needs to be added to php.ini:
zend_extension_ts = C:\"folder_of_loader_file"\ioncub e_loader_win_5.2.dll

That's it - works fine...
 
Back
Top