-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can i use this to sell 3rd level domains? #1
Comments
Yes, that's the purpose of domain registries. They provide a central database for domains and a protocol (EPP) for registrars that they can use to register domains and sell them to end clients. |
Thanks for the reply, I will wait for a installation guide of it. and also a whmcs module for registrars will be appreciated work. |
I put everything together, so it's possible to run a build with a couple of easy steps. Also added API and CLI tool for administrative tasks. |
Which epp client will support this? Any php one will work?
…On Tue, 27 Jun 2023 at 8:10 PM, Roman ***@***.***> wrote:
I put everything together, so it's possible to run a build with a couple
of easy steps. Also added API and CLI tool for administrative tasks.
As for module for registrars, I think there are only a few operations that
need to be supported - checking balance, viewing operation statistics and
updating registrar info/ registrar acl (ip-address whitelist).
—
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AJE5TZALMHFNAL36MTDS5XTXNLWGJANCNFSM6AAAAAAZL3MD2Y>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
I included a client in python (scripts/epp_client.py), this client in perl should be compatible (https://metacpan.org/release/VADIML/IO-EPP-0.004/source/lib/IO/EPP/RIPN.pm) . I couldn't find any php clients that would work out of the box, so I tried using php-epp-client, it's possible to use it for most operations if you extend eppHttpConnection and then modify some functions:
and then use settings:
BTW, the registry uses custom XML namespaces by default. You can switch to default namespaces by setting vals in scripts/build_template.py to :
I'll probably switch to default namespaces in the future. |
Hey there, kindly confirm me if this can help me to sell out my 3rd level domains, just like it.com
The text was updated successfully, but these errors were encountered: