源码:注册局平台pinga

2024年2月4日 | 分类: 【源码】

【介绍】

Pinga

https://github.com/getpinga/pinga

A lightweight and high-performance PHP microframework that harnesses the power of Swoole, Swow or Workerman for lightning-fast web apps, while maintaining its simplicity and ease of use.

一个轻量级和高性能的 PHP 微框架,它利用 Swoole、Swow 或 Workerman 的强大功能来实现闪电般快速的 Web 应用程序,同时保持其简单性和易用性。

Tembo

https://github.com/getpinga/tembo

WHMCS EPP RFC

EPP Registrar Module for WHMCS (Generic RFC EPP)

https://github.com/getpinga/whmcs-epp-rfc

This module is supposed to work with:
Any Generic RFC EPP registry.
Caucasus Online – .ge
CentralNic – all
CoCCA – all
CORE/Knipp – all
GoDaddy Registry – all
Google Nomulus – all
HKIRC – .hk
Identity Digital – all
RoTLD – .ro
RyCE – all
SIDN – all
ZADNA – .za
ZDNS – .all
WHMCS Module Installation instructions
Download and install WHMCS
Place the repository as epp directory in [WHMCS]/modules/registrars, place your key.pem and cert.pem files in the same epp directory.
Activate from Configuration -> Apps & Integrations -> (search for epp) -> Activate
Configure from Configuration -> System Settings -> Domain Registrars
Add a new TLD using Configuration -> System Settings -> Domain Pricing
Create a whois.json file in [WHMCS]/resources/domains and add the following:
[
{
“extensions”: “.yourtld”,
“uri”: “socket://your.whois.url”,
“available”: “NOT FOUND”
}
]
You should be good to go now.