tkalfaoglu Posted February 12, 2019 Share Posted February 12, 2019 Hi there.. A customer just asked me to enable her 50+ domains to 'DNS management'.. Does anyone know of an easy way to do this, perhaps via an SQL command? Many thanks, -t 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted February 12, 2019 Share Posted February 12, 2019 it should be a simplified version of the query I posted in the thread below... UPDATE tbldomains SET dnsmanagement = 1 WHERE userid = 'x' just change x for the userid value of this client.... and remember that the registrar modules needs to be able to support DNS Management for this change to be of any use to the client... if memory serves, you use NameSilo, which I think does support it. 0 Quote Link to comment Share on other sites More sharing options...
tkalfaoglu Posted February 19, 2019 Author Share Posted February 19, 2019 Thank you so much -- it worked like a charm 🙂 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.