inwx / WHMCS

INWX WHMCS Plugin
MIT License
11 stars 14 forks source link
hacktoberfest internetworx inwx whmcs

INWX WHMCS Registrar Module

Supported WHMCS Features

Extra Features

Installation

  1. Copy the folder inwx into /modules/registrars/

  2. Activate and configure the inwx module at Configuration Icon > System Settings > Domain Registrars

Optional:

Extradata for TLDs

It is recommended to use our module's additionaldomainfields for required domain registration extra data.

If you only have inwx as a registrar you can simply copy modules/registrars/inwx/additionaldomainfields.php to resources/domains/additionalfields.php.

If you have to or want to support multiple registrars you have to add the following statement to resources/domains/additionalfields.php:

include __DIR__ . "/../../modules/registrars/inwx/additionaldomainfields.php";

Support more record types

To activate support for records that are not natively provided by WHMCS the template file modules/registrars/inwx/custom_templates/clientareadomaindns.tpl needs to be copied to the active template directory. There are two ways to achieve this:

After that it is recommended to delete all files in the cache folder templates_c/.

License

MIT