myDBR Installation - PHP Loader

Before you can start using myDBR, the ionCube Loader PHP extension needs to be installed on your server. myDBR is a compiled application that can only function with the ionCube loader installed.

ionCube does provide an excellent Loader Wizard PHP script which you can try if the instructions below do not work for you.

The file that redirected to this page: /ischool/DBR/index.php

PHP info

PHP version: 7.3.33
Thread Safety: No
Extension Directory: /usr/lib64/php/modules/

Download ionCube loader ToDo

Download the latest loader installation package for Linux

If the above link is incorrect, please visit ioncube.com for a complete list of loaders and download the package appropriate for your server configuration

Copy loader to the extension directory ToDo

From the ionCube installation package copy the file ioncube_loader_lin_7.3.so to directory /usr/lib64/php/modules/

Add loader to php.ini ToDo

Add the following line to /etc/php.ini

zend_extension = /usr/lib64/php/modules/ioncube_loader_lin_7.3.so
Restart your web server/PHP-FPM ToDo

Finally, restart the web-server/PHP-FPM and reload this page.

Please consult the ionCube installation guide for further information

Retry