Jump to content

Luxaaa

Member
  • Posts

    4
  • Joined

  • Last visited

About Luxaaa

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Luxaaa's Achievements

Junior Member

Junior Member (1/3)

0

Reputation

  1. Hi, yes i know. I only replaced the file with the one shipped with the latest WHMCS download bundle from the official website. I found a workaround for this now by searching for the registrar module name in the database and calling the checkAvailability function of the module. It feels a little bit hacky but it works for me now. anyway, thanks for your help.
  2. Thanks for your answer. I checked the file (its named dist.whois.json btw). I also copied the file from the latest WHMCS bundle. It still does not work.
  3. Hello, i am trying to use the DomainWhois endpoint of the WHMCS internal API to check if a domain is available for registration. This is my code: $res = localAPI('DomainWhois', array( 'domain' => $domain )); My problem now is, that this is returning { "result": "success", "status": "error", "whois": null } for some tlds, for example .lol, .xyz (i did not tested all). it does not matter if the checked domain is registered or not. The tld pricing and registrar module are configured for the tlds in WHMCS. I am using the latest WHMCS 8.8. Is this a known issue? Is there a solution or any other way to check domain availability in my own addon module? best regards Luca
  4. Hello, I am looking for any way to customize the two factor authentication setup process (Account Security -> enable 2fa) for my own WHMCS (8) template. I was not able fo find a template for it in the default twenty-one theme. Also, the includes/modal.tpl template is not used by the modal. and there seams to be no api documentation for 2fa. Is there a way to customize it? thanks for your help.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated