From 1637bc5af84a9ecd8724dc4851e71336652bbe5e Mon Sep 17 00:00:00 2001 From: Pinga <121483313+getpinga@users.noreply.github.com> Date: Wed, 30 Oct 2024 16:04:28 +0200 Subject: [PATCH] Added domain registrant contact module --- install.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/install.md b/install.md index 54ef7f9..1eb1d2f 100644 --- a/install.md +++ b/install.md @@ -334,9 +334,22 @@ chmod -R 755 /var/www/html/whmcs/modules/addons/whois - Go to Settings > Apps & Integrations in the admin panel, search for "WHOIS & RDAP Client" and then activate "WHOIS & RDAP Client". -- Edit the `/var/www/html/whmcs/modules/addons/whois/check.php` file and set your WHOIS and RDAP server URLs by replacing the placeholder values with your actual server addresses. +- Set your WHOIS and RDAP server and contact form URLs in the module settings. -## 14. Installing WHMCS EPP-RFC Extensions: +## 14. Domain Registrant Contact: + +```bash +git clone https://github.com/getnamingo/whmcs-contact +mv whmcs-contact/contact /var/www/html/whmcs/modules/addons +chown -R www-data:www-data /var/www/html/whmcs/modules/addons/contact +chmod -R 755 /var/www/html/whmcs/modules/addons/contact +``` + +- Go to Settings > Apps & Integrations in the admin panel, search for "Domain Registrant Contact" and then activate it. + +- Set your WHMCS API key in the module settings. + +## 15. Installing WHMCS EPP-RFC Extensions: For every registry backend your registrar wants to support, you need a separate installation of the WHMCS EPP extension. Each module can handle one or more TLDs that share the same configuration details. @@ -393,7 +406,7 @@ chmod -R 755 /var/www/html/whmcs/modules/registrars/eppr To execute the required OT&E tests by various registries, you can use our Tembo client. You can find it at [https://github.com/getpinga/tembo](https://github.com/getpinga/tembo). -## 15. Further Settings: +## 16. Further Settings: 1. You will need to link to various ICANN documents in your footer, and also provide your terms and conditions and privacy policy.