Domain Module for WHMCS
The Openprovider WHMCS module integrates conveniently with your Openprovider account, allowing you to automate many domain provisioning and management tasks, such as registration, renewal, deletion, and updates to contact details.
The module keeps domain expiration dates and auto renew settings synchronized between your WHMCS installation and Openprovider account, making sure the correct domains get renewed each day.
Additionally, the module allows you to use the Openprovider API to check for domain availability, increasing performance over the default domain availability check.
Features
- Domain registrations and transfers
- Domain updates
- Domain availability lookup service
- Domain name spinning service
- Extended Synchronization of domain data
- Domain status synchronization reports
- Renew domains upon transfer completion
Install and configure the Openprovider module
Copy files into the module directories
- Upload the contents of
/modules/registrars/openprovider
from this repository to<your WHMCS directory>/modules/registrars/openprovider
- Upload the contents of
/includes/hooks/
to<your WHMCS directory>/includes/hooks
- If you do not have the file
<your WHMCS directory>/resources/domains/additionalfields.php
then add the example version fromresources/domains/additionalfields.php
- Otherwise add the following lines to the top of your
additionalfields.php
file. :
- Otherwise add the following lines to the top of your
if (function_exists('openprovider_additional_fields'))
$additionaldomainfields = openprovider_additional_fields();
- [Optional] Upload
<Module directory>/modules/addons/openprovider
to<WHMCS directory>/modules/addons
Basic Configurations
- Navigate to Setup > Products/Services > Domain Registrars and activate Openprovider.
- Enter the credentials for an API user.
- Click Save
- Navigate to Setup > Products/Services > Domain Pricing and select Openprovider as registrar for the TLD which you want to sell via Openprovider
That's all you need to do to get started selling domains from Openprovider! Additional configurations can be found below.