Jump to content

Incoming Domain Transfer with NO EPP Code


Emperor

Recommended Posts

1 hour ago, Emperor said:

Thanks for the reply.

I did find that option but it seems like that is outgoing.

It works for the incoming as well?

I also found where and how it works in the DB but saving for last resort. Don't like messing with DB much.

C

The Transfer button on the clients domain page is for incoming transfers, not outgoing.

The EPP code is shown on the order if one was provided when the order was created. However, it will only be shown as text and cannot be edited. You can specify the correct EPP code when transferring the domain by pressing the Transfer button on the clients domain page or you can update it for the order in the tblorders database table. The field is called transfersecret.

The field must be in the format 

a:1:{s:22:"domaintransfertest.com";s:9:"YOUR-CODE";}

Where a:1 is the count of the array items (1 in this case), s:22 is the count of characters (domaintransfertest.com is 22 chars) and so is s:9 (YOUR-CODE is 9 chars)

For example, two domain transfers would look like:

a:2:{s:8:"test.com";s:6:"123456";s:9:"test2.com";s:6:"abcdef";}

 

Edited by leemahoney3
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