frame

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In Register

[VestaCP] Installation of ionCube loader


ionCube Loader is an extension that makes it possible to use PHP files encoded with ionCube, a widely accepted PHP encoding and obfuscation product on the market that protects PHP source code from easy observation, theft and change by compiling to bytecode

The tutorial was prepared with our "VestaCP with CentOS 6" template and is meant to work on our self-managed virtual private servers.

0. Preliminary requirements:
"VestaCP with CentOS 6" template installed on server.

1. Downloading ionCube loader and extracting it
Before any installation we must download ionCube loader:

wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86-64.tar.gz

After successful download extract archive and enter it's folder:

tar xzvf ioncube_loaders_lin_x86-64.tar.gz

cd ioncube

2. Installing ionCube loader
Copy the "ioncube_loader_lin_5.5.so" file to following location:

cp ioncube_loader_lin_5.5.so /usr/lib64/php

Now you must create additional .ini file and paste the following content:

nano /etc/php.d/ioncube.ini
; priority=00
zend_extension = /usr/lib64/php/ioncube_loader_lin_5.5.so
Just restart Apache and that's it:

service httpd restart


Sign In or Register to comment.

Time4VPS

Learn how to install a web and database server, email, FTP client or other applications. Discover and share information on server security or optimization recommendations.
Feel free to join our constantly expanding community, participate in discussions, strengthen your knowledge on Linux and Windows server management!
© 2013 - 2024 Time4VPS. All rights reserved.

Get In Touch