Si Posted August 1, 2015 Share Posted August 1, 2015 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. 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted August 1, 2015 Share Posted August 1, 2015 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! 0 Quote Link to comment Share on other sites More sharing options...
Si Posted August 1, 2015 Author Share Posted August 1, 2015 brian! thank you. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.