https://github.com/getpinga/whmcs-epp-ua
EPP Registrar Module for WHMCS (Hostmaster.ua)
https://github.com/getpinga/whmcs-epp-ua
Last synced: about 1 year ago
JSON representation
EPP Registrar Module for WHMCS (Hostmaster.ua)
- Host: GitHub
- URL: https://github.com/getpinga/whmcs-epp-ua
- Owner: getpinga
- License: mit
- Created: 2023-01-12T16:58:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-28T22:12:55.000Z (over 1 year ago)
- Last Synced: 2024-10-28T23:20:47.698Z (over 1 year ago)
- Language: PHP
- Size: 124 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WHMCS Module Installation instructions
1. Download and install [WHMCS](https://whmcs.com/)
2. Place the repository as **ua** directory in `[WHMCS]/modules/registrars`, place your key.pem and cert.pem files in the same ua directory.
3. Activate from Configuration -> Apps & Integrations -> (search for .UA) -> Activate
4. Configure from Configuration -> System Settings -> Domain Registrars
5. Add a new TLD using Configuration -> System Settings -> Domain Pricing
6. Create a **whois.json** file in `[WHMCS]/resources/domains` and add the following:
```
[
{
"extensions": ".ua",
"uri": "socket://your.whois.url",
"available": "NOT FOUND"
}
]
```
You should be good to go now.