Jump to content

DNS management to all domains


Si

Recommended Posts

Hi,

I wonder if someone can help me with the sql command that I would need to use to set all of my customers domains in whmcs to allow dns management ?

 

Impossible to do this manually.

 

Thanks in advance.

Link to comment
Share on other sites

at the most basic level, and with no conditions to check, the sql to enable DNS Management on all domains would be...

 

update tbldomains
set dnsmanagement = "1";

this would work in v6 - I think for v5 you should replace "1" with "on"... but manually change one domain first in the database first, and check that DNSM is enabled before running the query!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • 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