Installation

Installation

This section describes system requirements to install and use module.

System requirements

  • BILLmanager 6.x
  • cURL
  • unzip
  • PHP 5.4 - 8.0
  • PHP extensions: xml, mbstring, pdo, mysqlnd
  • Allowed PHP function (optional): shell_exec

Installation instructions

  1. Install packages

    yum install curl unzip php-common php-cli php-pdo php-mysqlnd php-mbstring
    apt install curl unzip php-common php-cli php-pdo php-mysqlnd php-mbstring

  2. Download and unpack module

cd /tmp
curl -O 'https://fraud.hosting/downloads/billmgr/fraudhosting_v1.4.zip'
unzip fraudhosting_v1.4.zip
rm -f fraudhosting_v1.4.zip
  1. Copy module files to the billing directory
cp -r mgr5/* /usr/local/mgr5/
  1. Restart BILLmanager
/usr/local/mgr5/sbin/mgrctl -m billmgr -R
  1. Configure module, click ‘FraudHosting settings’ in the ‘Provider’ section

See configuration page to get detailed instructions how to configure module.