BBCode Release 1.0.4

Changelog

Type Description
Improved
Added support for localkey. Long story short the module now loads faster
Improved
On some servers base64 function is disabled and this causes the pages of the module to load slower. We then developed a replacement for base64 when the module detects that this function is disabled on your server
Improved
To ease the translation of the module, we've already included all language files in the module
Fixed
Very complex bug when accessing WHMCS from multiple hostnames

Upgrade instructions

Steps Description
1 Open your configuration.php file in the root of your WHMCS and remove the following code:

// PHP Data Object (PDO)

define('DB_DSN', 'mysql:host='.$db_host.';dbname='.$db_name.';charset=utf8');

define('DB_USER', ''.$db_username.'');

define('DB_PASSWORD', ''.$db_password.'');