Advanced search

249 search results

Page 10 out of 10 Pages

  • Contacts: .asia Contacts
    Answer: new-handle (implicit creation of a new contact) This means the definition of a new contact. if a contact with the provided email address exists in the JOKER-DATABASE, ...

  • Nameservers: Create a nameserver
    Answer: Introduction create <tld>-ns Valid values for <tld>: com net org info biz mobi name us de cn eu   With this request you can create an entry for a nameserver in the Joker.com database. If a nameserver is created, you ...

  • Nameservers: Modify a nameserver
    Answer: Introduction modify <tld>-ns Valid values for <tld>: com net org info biz mobi name us de cn eu With this request you can change the ip-address of a nameserver in the Joker.com database. ATTENTION: Only nameservers, which Joker.comis respondsible for, will ...

  • Other: Support
    Answer: Introduction   With this request you can send a question to the support team at Joker.com. Only questions, which are sent to the e-mail gateway are accepted. ATTENTION: Please, make sure ...

  • Examples: Complete set of examples for download
    Answer:   We offer all examples summarized in a textfile. The file is attached to this article. As it has a lot of examples, it is recommended ...

  • 1.13 Resellers: Reseller related questions
    Answer:   Resellers   Please visit section Reseller Docs.   ...

  • 2.6 Tools: Check Domain Availability
    Answer:   General Information This is an additional tool which makes it easy to check if a domain is available for registration. All you have to do ...

  • 2.6 Tools: WHMCS Registrar Module for Joker.com
    Answer:   Please see WHMCS Registrar Module.       ...

  • Modify Zonedata: dns-zone-list
    Answer:   Accepts: pattern Pattern to match (globbing, like "dom*")   Returns: List zones (domains) which are managed and served by Joker.com name servers. Zones are listed one per line.   ...

  • Modify Zonedata: dns-zone-get
    Answer:   Requires: domain Zone (domain) name to fetch data from     Returns: Returns list of zone records. The format of zone is as follows (one record per line): <label> <type> ...

  • Modify Zonedata: dns-zone-put
    Answer:   Requires: domain Zone (domain) name to store data to zone URL encoded zone data       Returns: Replace current zone for provided domain with specified value. Field "zone" will be parsed as multiline ...

  • 1.16 FAQ for specific Top Level Domains: .AT Renewal/Deletion Policy
    Answer:   .AT Domains   Where can I find an .AT domain's service period?  It is shown in 'Whois' at Joker.com, and the information is called 'expiration date'.   What ...

  • 1.16 FAQ for specific Top Level Domains: .XXX - How do I activate my .XXX domain?
    Answer:   .XXX Domains   If you are successful with your .XXX domain purchase, you will receive an email from the .XXX domain registry ICM. This email will contain ...

  • 1.16 FAQ for specific Top Level Domains: .LUXE - How to use with ENS
    Answer:   How to use ENS with .LUXE domains   ENS - the Ethereum Name Service - offers a secure & decentralised way to address resources both on and ...

  • 1.16 FAQ for specific Top Level Domains: .CN: How to get registrants of .cn domains verified (RNV)
    Answer: .CN Domains - Real Name Verification (RNV)   After registration, renewal or transfer of a -cn domain, there are special requirements of the registry CNNIC to meet ...

  • Rights and Roles: grants-list
    Answer:   Requires: domain Full qualified domain name   Accepts: showkey Show invitation access key   Get a list of active and pending grants. Returns lines in the following format (space-separated): invitation <nr> <scope> <key> ...

  • Rights and Roles: grants-invite
    Answer:   Request parameters: namevalue mandatory domain Full qualified domain name  yes email Email of user to be invited to accept a role for 'domain'  yes role Role offered (@admin/@billing/@tech/@creator)  yes client-uid      receiving Joker.com user id ...

  • Rights and Roles: grants-revoke
    Answer:   Requires: domain full qualified domain name role Role to be revoked from domain (@admin/@billing/@tech/@creator) scope identifier from 'grants-list' request type type of the record to revoke - "grant" or "invitation"   Deletes an issued ...

  • Python: Login and list your domains
    Answer: #!/usr/bin/env python import requests dmapiURL = 'https://dmapi.ote.joker.com' dmapiUser = 'username' dmapiPassword = 'password' def main(): loginResponse = login(dmapiUser,dmapiPassword) print("Login: Status-Code:", loginResponse.header['Status-Code']) ...

  • Python: Intro
    Answer: Python is easy to use with DMAPI. Our examples are tested with python 3 on Windows and Linux, but should work on all platforms. Running the ...

  • Python: Login and list all A and CNAME records
    Answer: #!/usr/bin/env python import requests dmapiURL = 'https://dmapi.joker.com' dmapiUser = 'username' dmapiPassword = 'password' def main(): loginResponse = login(dmapiUser,dmapiPassword) #print("Login: Status-Code:", loginResponse.header['Status-Code']) ...

  • 2.4 WHMCS Web Hosting Automation Platform: Joker.com WHMCS Plugin
    Answer:   Please find the full featured WHMCS plugin here: Joker.com WHMCS Registrar Module     ...

  • 2.4 WHMCS Web Hosting Automation Platform: Joker.com simple Plugin
    Answer:   This is a simple plugin, also usable as an example to create your own plugin, or add own extensions: Simple WHMCS Plugin     ...

  • C#: C# / .NET Demonstration /w Code
    Answer: Applications for domain management with DMAPI are very easy to create using MS Visual Studio. This example code logs into the Joker.com system using DMAPI ...

<<  previous  1  2  3  4  …  8  9  10