AEserver WHMCS Plugin (v1.3) Print
AEserver now offers a whmcs plugin that is used to link the reseller's whmcs billing system via a secure api with our own system. This allows resellers to resell domain names and offer instant registration service to your customers. This module currently supports .ae, .qa and most of the domains that we offer on our website.
Follow the steps to setup/install the plugin:
Download the file from our downloads section:
http://www.aeserver.com/my/dl.php?type=d&id=6 [
](https://www.aeserver.com/my/dl.php?type=d&id=5)Note: You need to be logged into your account in order to be able to download this file.
Download the file.
Upload and extract the module into the main WHMCS directory.
Go to Setup → Products/Services → Domain Registrars and activate module.
Set credentials for the API connection.
Your resellers have to add this code:
At the end of 'additionaldomainfields.php' file located at 'includes/additionaldomainfields.php'. Or in: 'dist.additionalfields.php' file located at 'resources/domains/dist.additionalfields.php'.
You are now set to reseller our domain names to your clients via whmcs including .ae and .qa domain names!
Follow the steps to setup/install the plugin:
Download the file from our downloads section:
http://www.aeserver.com/my/dl.php?type=d&id=6 [
](https://www.aeserver.com/my/dl.php?type=d&id=5)Note: You need to be logged into your account in order to be able to download this file.
Download the file.
Upload and extract the module into the main WHMCS directory.
Go to Setup → Products/Services → Domain Registrars and activate module.
Set credentials for the API connection.
Your resellers have to add this code:
if(!defined('DS')) define('DS',DIRECTORY_SEPARATOR); $filename = ROOTDIR.DS.'modules'.DS.'registrars'.DS.'aeserver'.DS.'aeserver.php'; if(file_exists($filename)){ require_once ($filename); $fields = aeserver_GetDomainFields(); if(is_array($fields)) $additionaldomainfields = $fields; }
At the end of 'additionaldomainfields.php' file located at 'includes/additionaldomainfields.php'. Or in: 'dist.additionalfields.php' file located at 'resources/domains/dist.additionalfields.php'.
You are now set to reseller our domain names to your clients via whmcs including .ae and .qa domain names!
Updated on: 18/06/2023
Thank you!