myDBR Installation - PHP Loader

Before you can start using myDBR the ionCube loader 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: /index.php

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 extension directory ToDo

From the ionCube installation package copy the file ioncube_loader_lin_8.1.so to directory /usr/lib/php/20210902/

Add loader to php.ini ToDo

Add the following line to /etc/php/8.1/apache2/php.ini

zend_extension = /usr/lib/php/20210902/ioncube_loader_lin_8.1.so
Restart your web-server ToDo

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

Please consult the ionCube installation guide for further information

Retry