Instructions for installation of the Garanntor Domain Registrar module:
- Download the file from: Garanntor WHMCS Reseller Module
- 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.‘DomainReseller’.DS.‘DomainReseller.php’;
if(file_exists($filename)){
require_once ($filename);
$fields = DomainReseller_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’.
User email and API key will be supplied by Garanntor
You need to pre-fund your Garanntor account to be able to register new domains.
Comments
0 comments
Please sign in to leave a comment.