Shazan Posted July 27, 2013 Share Posted July 27, 2013 Hello, is there a way to replace the registrar in the domain tabs in bulk? For example, I've to change the .it register module for about 500 domains from itnic to eppregistrar, how can I do it without changing them one by one? Thank you! 0 Quote Link to comment Share on other sites More sharing options...
imaticon Posted July 27, 2013 Share Posted July 27, 2013 Hi, Updating all domains with tld .it from itnic to eppregistrar using phpmyadmin: UPDATE `tbldomains` SET `registrar` = 'eppregistrar' WHERE `domain` LIKE '%.it' Make sure that the registrarname is correctly spelled, lowercase and the module itself is set to active. And always do first a db backup before you do any bulk changes Regards, Marco 0 Quote Link to comment Share on other sites More sharing options...
Shazan Posted July 27, 2013 Author Share Posted July 27, 2013 Thank you very much Marco. It would be nice if such a feature would be integrated inside the WHMCS administration interface. 0 Quote Link to comment Share on other sites More sharing options...
imaticon Posted July 27, 2013 Share Posted July 27, 2013 No problem. Make a feature request: http://forum.whmcs.com/requests.php Regards, Marco 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted July 29, 2013 Share Posted July 29, 2013 For example, I've to change the .it register module for about 500 domains from itnic to eppregistrar, how can I do it without changing them one by one? Have you actually transferred them to the other registrar ? Why were you not updating them as they we're transferred (or getting the module authors to fix their module to do it automatically) 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.