WHMCS Module Installation
Install instructions:
1. Upload all files from archive to WHMCS folder.
2. Go to WHMCS admin panel, open setup ->Addon Modules page, activate Bacula4Hosts, define
API URL: http://manage.bacula4.com/ or https://manage.bacula4.com/ ,
username: your bacla4hosts email, A
PI KEY: your bacula4host api key to know it open settings -> API key menu item in your account and finally check modules – you need select only server/vps modules.
You do not need so select anyting under "Access Control" section. Save.
3. Module is available for end users by your_whmcs_install/index.php?m=bacula4hosts. You can add it to WHMCS template you are using e.g for default scheme it's file:
templates/portal/footer.tpl
add
<li><a href="index.php?m=bacula4hosts" title="bacula4hosts"><img src="modules/addons/bacula4hosts/icons/bacula_icon_16x16.png" alt="bacula4hosts" width="16" height="16" border="0" class="absmiddle" /></a> <a href="index.php?m=bacula4hosts" title="bacula4hosts">Bacula4hosts</a></li>
right before:
<li><a href="cart.php" title="{$LANG.ordertitle}"><img src="templates/{$template}/images/icons/order.gif" alt="{$LANG.ordertitle}" width="16" height="16" border="0" class="absmiddle" /></a> <a href="cart.php" title="{$LANG.ordertitle}">{$LANG.ordertitle}</a></li>