Jump to content

Replacing the registrar module in the domain tabs in bulk


Shazan

Recommended Posts

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!

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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)

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