This is a custom WHMCS module built for our resellers who would like to register domains directly though [us] (https://smarthosting.co.uk).
If you've been running our old domain registrar module (pre February 2017), you'll need to do a few extra things.
- Follow the installation instructions below
- Deactivate and delete the old registrar module, which is called
SmarthostingAPI
- Run the following SQL on your WHMCS database using phpMyAdmin (found in your cPanel):
UPDATE `tbldomains` SET `registrar` = 'smarthosting' WHERE `registrar` LIKE 'smarthostingapi';
UPDATE `tbldomainpricing` SET `autoreg` = 'smarthosting' WHERE `autoreg` LIKE 'smarthostingapi';
- Download the module via the following link
- Copy the
smarthosting
directory into the respective WHMCS directory in your WHMCS setup:/whmcs/modules/registrars/
- Go to WHMCS, Setup, Domain Registrars and activate the
Smart Hosting
registrar - Enter your API username and API secret. These can be obtained via your client area.
- Choose to pay via credit card. You must have one on file. This will ensure domains are registered/renewed when your WHMCS requests. If you do not want to use a credit card, you must have a credit balance on your account with Smart Hosting.
If you have any questions or problems please submit a support ticket via our client area.
If you discover a security vulnerability within this project, please submit a support ticket via our client area. All security vulnerabilities will be promptly addressed.
This project is open-sourced software licensed under the MIT license.