Script provisioning addon is a plugin for Script Provisioning module - please refer to the module's documentation first.

The addon is available in Settings → Products & Services → Product Addons → Script Provisioning Addon (and duplicated for each new addon needed)

Configuring the addon

Note about arguments: 
All arguments will be escaped before execution for additional security. 

System requirements & security precautions

Precautions below are for enterprise version installed using auto-install script. If your HostBill is installed on different user/paths - refer also to section Non-enterprise install

Scripts requirements

Non-Enterise install

By default scripts should be located in /home/hostbill/scripts directory, to use custom dir on other installations, edit includes/config.php file and add lines:


$config array();
$config['ScriptsDirectory'] = "/path/to/your/scripts/dir";


Make sure that this directory is not accessible from web (outside of public_html or similar folders)