How do I become a domain reseller?

Becoming a domain reseller is pretty easy. Follow the steps below to learn how to get started

  • The first step would be to fund your account with necessary funds depending on the package you would like to work with. You may click here to learn how to fund your account.
  • The next step would be to request to join the reseller account by clicking here
  • We would contact you once your account has been set up with other details on how to get started.

If you use WHMCS, follow the installations below to install and configure our registrar module

  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 would be sent to you once your account has been activated)
  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; 
    }
  6. 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.
    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.

    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

  • payment
  • 0 Bu dökümanı faydalı bulan kullanıcılar:
Bu cevap yeterince yardımcı oldu mu?

İlgili diğer dökümanlar

What are the features of the WHMCS registrar module?

The API functionalities include the ability to Register Domain Transfer Domain Renew Domain...

I don't have WHMCS. What do I do?

The easiest solution for now would be to place orders directly from our site. You would still...

What domain name can I resell?

ou can resell the following domain...

Can I fund my client account as a reseller?

Yes, you can add funds to your reseller account by simply generating an add fund invoice from...

Powered by WHMCompleteSolution