How to - PHP Loaders

What are PHP Loaders and what is their role?
As you may know, PHP files are plain text files that are not encrypted in any way, which basically means that if someone gains access to a PHP-based application or website, all the inner code structure will be available for modification. To prevent this, encoders were specifically designed to transform the human-readable code into unreadable sophisticated bytecode protected from unwanted interference and changes.

At the same time, PHP Loaders were designed to perform decryption of such secured files directly on the server, performing additional optimization during the deployment process. In simple words, PHP Loader is a PHP extension responsible for reading and executing PHP files encoded with a corresponding encoding product. A simplified presentation of the working principle of such products can be found below:



Currently, we provide three most popular PHP Loaders to decrypt protected applications on our shared servers: IonCube LoaderZend Guard Loader and Source Guardian.

NOTE: Depending on the encoder used to encrypt the files, a corresponding PHP Loader should be chosen in order to run applications smoothly on our servers and prevent any incompatibility issues during the deployment process.


How can I enable PHP loaders:

If you have a Regular Shared Hosting account with us, follow the steps below:

1. Log into the cPanel.
2. Go to the Software section >> select the PHP Version menu:



3. Enable the required loaders and Save the changes:


That's it!

  • 1 Пользователи нашли это полезным
Помог ли вам данный ответ?

Связанные статьи

PHP modules and extensions on shared hosting servers

PHP is an open-source scripting language that is mainly used to create dynamic web pages. Its...

How to edit php.ini on Shared servers

This guide describes how to edit the php.ini file on shared servers. 1. Log into your...

How to set PHP timezone in php.ini

You can configure PHP setting to use your local time zone by setting the date.timezone directive...

How to disable magic_quotes

You can modify different php settings for your account using a php.ini file. We recommend using...

How to enable exec()

You can modify different php settings for your account using a php.ini file. We recommend using...