Jump to content

WHMCS: change domain registar for existing domains


postcd

Recommended Posts

Hello,

 

how can i change domain registar (registar module) used for existing .tk domains?

 

i deactivated old domain registar WHMCS module and activated new one, but can not find way to migrate all existing .tk domains to new registar module

 

i can do it because registar is same, only has differently named module folder and .php script file + file is offcourse different. But the registar stays same. I just need to change from: dottk to freenom

 

whmcs 6.3.x

 

Can please suggest a MySQL UPDATE query please if not possible to do in WHMCS?

 

Thank you

Edited by postcd
Link to comment
Share on other sites

how can i change domain registar (registar module) used for existing .tk domains?

you could change them individually by changing the registrar dropdown value in the client profile domains tab...

 

Can please suggest a MySQL UPDATE query please if not possible to do in WHMCS?

UPDATE tbldomains
SET registrar = 'freenom'
WHERE registrar = 'dottk';

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