KINDLY NOTE THAT OUR RESELLER MODULE API IS CURRENTLY UNDERGOING AN UPGRADE. WHICH MEANS NEW RESELLERS CANNOT GENERATE API FOR USE. HOWEVER, EXISTING RESELLERS CAN STILL USE THEIR EXISTING API. 

 

Signing up as a domain reseller is the first step to becoming a successful domain reseller. But what happens after you complete the signup process? In this guide, we'll walk you through the next steps you'll need to take after signing up as a domain reseller.

If you use WHMCS, the next step is to install and configure our registrar module. The installation process is straightforward and can be completed by following these steps:

  1. Click here to download our reseller module
  2. Upload and extract the module into the main WHMCS directory
  3. Go to Setup -> Products/Services ->Domain Registrars and activate the module.
  4. Set credentials for the API connection (these credentials can be found on your reseller account settings)
  5. If your WHMCS is version 6, Add the code below at the end of 'additionaldomainfields.php' file located at 'includes/additionaldomainfields.php' right before sign: '?>'

if(!defined('DS'))
define('DS',DIRECTORY_SEPARATOR);
$filename = dirname(__FILE__).DS.'..'.DS.'modules'.DS.'registrars'.DS.'WGH'.DS.'WGH.php';
if(file_exists($filename)){
require_once ($filename);
$fields = WGH_GetDomainFields();
if(is_array($fields))
$additionaldomainfields = $fields;
}

  1. Finally, you will need to add relevant WHOIS servers to ensure that your WHMCS installation can perform searches for all the domains you plan to resell.
  2. If you use WHMCS v7, you will need to upload the whois.json file, which can be downloaded here, to the /resources/domains directory within your WHMCS installation.
  3. If you use WHMCS v6 however, backup the whois servers.php file in the /includes directory within your WHMCS installation and replace with the whois servers.php which can be downloaded here.

If you do not use WHMCS, you may develop a solution using our API. Click here to learn some of the basic functions of this API

If you have any issues with this, please do send a mail to [email protected] for assistance.

Was this answer helpful? 0 Users Found This Useful (0 Votes)