ithosts Posted November 2, 2007 Share Posted November 2, 2007 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. 0 Quote Link to comment Share on other sites More sharing options...
PPH Posted November 2, 2007 Share Posted November 2, 2007 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 0 Quote Link to comment Share on other sites More sharing options...
ithosts Posted November 3, 2007 Author Share Posted November 3, 2007 Just like that, except for Domain transfer, not for domain lookup 0 Quote Link to comment Share on other sites More sharing options...
PPH Posted November 3, 2007 Share Posted November 3, 2007 Just like that, except for Domain transfer, not for domain lookup Sorry. missed the transfer option Wouldn't it be possible to pass the variables to https://www.yourdomain.com/whmcs/order.php?step=2&domainonly=true ? 0 Quote Link to comment Share on other sites More sharing options...
ithosts Posted November 3, 2007 Author Share Posted November 3, 2007 I don't know, but I guess I should give that a try first. 0 Quote Link to comment Share on other sites More sharing options...
ithosts Posted November 3, 2007 Author Share Posted November 3, 2007 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. 0 Quote Link to comment Share on other sites More sharing options...
PPH Posted November 3, 2007 Share Posted November 3, 2007 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. 0 Quote Link to comment Share on other sites More sharing options...
apollo1 Posted November 3, 2007 Share Posted November 3, 2007 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 0 Quote Link to comment Share on other sites More sharing options...
ithosts Posted November 3, 2007 Author Share Posted November 3, 2007 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. 0 Quote Link to comment Share on other sites More sharing options...
PPH Posted November 3, 2007 Share Posted November 3, 2007 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... 0 Quote Link to comment Share on other sites More sharing options...
apollo1 Posted November 3, 2007 Share Posted November 3, 2007 Sorry, it should actually be &domainoption=transfer at the end. Try this URL https://your_domain.com/your_whmcs_install/order.php?step=2&domainonly=true&domainoption=transfer 0 Quote Link to comment Share on other sites More sharing options...
PPH Posted November 3, 2007 Share Posted November 3, 2007 Sorry, it should actually be &domainoption=transfer at the end. Try this URL https://your_domain.com/your_whmcs_install/order.php?step=2&domainonly=true&domainoption=transfer Now that should work with highlighting the transfer option for the domain only order check 0 Quote Link to comment Share on other sites More sharing options...
ithosts Posted November 3, 2007 Author Share Posted November 3, 2007 Thanks again for your help. Yes, the other option was the exact same. I thought it would work, and didn't see it didn't til later. 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.