Jump to content

Link for domain transfer


ithosts

Recommended Posts

Hello, I am wondering if there is some code available to use as an easy link for my customers for transferring a domain. I am using Directi for registrar.

 

I am looking for something similar to the one for checking domain availability.

 

Thanks.

Link to comment
Share on other sites

Hello, I am wondering if there is some code available to use as an easy link for my customers for transferring a domain. I am using Directi for registrar.

 

I am looking for something similar to the one for checking domain availability.

 

Thanks.

You mean something like utilities>>Integration Code in the menu through the admin area ;)

Link to comment
Share on other sites

That doesn't work. I'm not saying it can't work, but not as it is. I don't know the coding thing at all, but I'm great at copy n paste.

OK, I would have thought that was close to copy and paste ....but try this which is the integration code from WHMCS substituting the url I gave you ;)

<form action="https://your_domain.com/your_whmcs_install/order.php?step=2&domainonly=true " method="post"> 
<input type="hidden" name="direct" value="true"> 
Domain: <input type="text" name="domain" size="20"> <select name="ext">
<option>.com</option>
<option>.net</option>
<option>.info</option>
<option>.us</option>
<option>.org</option>
<option>.biz</option>
</select>
<input type="submit" value="Go"> 
</form>

Replace "your_domain.com/your_whmcs_install" with your installs details.

Link to comment
Share on other sites

If you are asking for a means to direct your customer to a page which is specifically for transferring domains over, you could add &transfer=true to the URL. This will make pre-selected "I want to transfer my domain to xxcompany".

 

Full URL would be https://your_domain.com/your_whmcs_install/order.php?step=2&domainonly=true&transfer=true

 

Set up a redirect in your cpanel to simplify the link for providing to your customers. ie. http://www.yourcompany.com/transfer

Link to comment
Share on other sites

Thank you very much, The above post form did not work as it was the one I tried, but yes Apollo1, that will certainly do what I wanted.

The above form and link I posted does exactly the same thing and presents the same page with the same options. Please explain how adding &transfer=true to the end helped? I appended that to the url I gave only to get the exact same page with the same option ticked...

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