WHMCS module

If you use WHMCS, you can use our management module developed for this interface.

Module Features

  • Registration and domain name transfer
  • Management of additional fields requested by certain records
  • Renewals areas
  • Obtaining and Changing DNS servers
  • Changing the protection against transfers (Registrar lock)
  • Obtaining authorization code
  • Changing whois data (owner or contacts)
  • Synchronization and transfer of data

Instructions on the installation of  the module

  • Download the zip file here: https://cp.espace2001.com/dl.php?type=d&id=11
  • 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.

Was this answer helpful?

 Print this Article

Also Read

Example Code (PHP)

<?php $data = array( "action" => "RegisterDomain", "token" =>...

API Actions

RegisterDomain: This command is used to send a Register command to the registrar. Request...

API Introduction

API IntroductionThe Domains Reseller API allows you to interact with our system programmatically...