Installation
Installation
This section describes the system requirements and step-by-step instructions for installing and using the fraud.hosting integration module in WHMCS.
System Requirements
- WHMCS 8.x or later
Ensure your WHMCS installation is updated to a version that supports PHP 7.x–8.x. - PHP 7.x - 8.x
The module is tested on versions of PHP commonly used with WHMCS. - cURL and unzip
Required for downloading and extracting the module files.
Installation instructions
Install packages
yum install curl unzip
apt install curl unzip
Download and unpack module
cd /tmp
curl -O 'https://fraud.hosting/downloads/whmcs/fraudhosting_v1.0.zip'
unzip fraudhosting_v1.0.zip
rm -f fraudhosting_v1.0.zip
- Copy module files to the billing directory
cp -r fraudhosting/ /path/to/whmcs/modules/addons/
Note: Adjust /path/to/whmcs/ to match the actual path of your WHMCS installation.
- Configure the module, log into the WHMCS admin panel.
See the configuration page for detailed instructions on configuring the module.