jsi Posted November 1, 2008 Share Posted November 1, 2008 Hello all, I want to add the Domain Register and Domain Transfer Forms on my home page so people can do a quick search for availability on their domain or begin their transfers. I remember seeing this somwhere in here but I cannot find it after 2 hours of searching. Probably wrong keywords? Anyway, what code do I use to do this? Thanx. 1 Quote Link to comment Share on other sites More sharing options...
sparky Posted November 1, 2008 Share Posted November 1, 2008 In your WHMCS admin panel Utilities => Integration Code 0 Quote Link to comment Share on other sites More sharing options...
jsi Posted November 1, 2008 Author Share Posted November 1, 2008 HAHA! I knew I saw it somewhere. So I looked in this forum like crazy! It was in my panel the entire time? haha Thanx. 0 Quote Link to comment Share on other sites More sharing options...
R-n-R Posted December 6, 2008 Share Posted December 6, 2008 Jsi, I am glad you asked. I did a search on this forum for the same reason and found your post and the answer, thanks guys. 0 Quote Link to comment Share on other sites More sharing options...
mcpacific Posted January 23, 2009 Share Posted January 23, 2009 I only have a few things listed under Integration Code.. and I don't see anything about domain transfers. Is this something that has to be "turned on"? 0 Quote Link to comment Share on other sites More sharing options...
jsi Posted January 23, 2009 Author Share Posted January 23, 2009 Hello la_rollin, Go go Utilities>INTEGRATION CODE. The Integration Code page will give you four codes that you can add anywhere in your site: » Clients Login - Add this code to a page on your site to display a clients login form to log clients into the WHMCS Client Area » Domain Availability Lookup - Add this code to a page on your site to allow potential clients to perform domain checks using WHMCS directly from that page. » Domain Ordering - Add this code to a page on your site to allow potential clients to go straight to the shopping cart with a domain entered. » User Registration - Add the following link to your website to link to a registration form which users can use to setup a client account on your system so they can enrol as an affiliate or submit support tickets. 0 Quote Link to comment Share on other sites More sharing options...
mcpacific Posted January 23, 2009 Share Posted January 23, 2009 I guess I'm confused because nothing specifically says domain transfers. If I want to set it up so a new customer can come to my site and transfer their domains over to my company as a one step process, one at a time or in bulk, how can this accomplished exactly? I know if i use the integration code for domain ordering, the customer is prompted to enter the domain which is looked up and is shown as unavailable. Then, they have to select transfer from the next form. Seems like a two-step process.. 0 Quote Link to comment Share on other sites More sharing options...
jsi Posted January 23, 2009 Author Share Posted January 23, 2009 Ahhh. I see what you mean. You may have to start a support ticket for that one. 0 Quote Link to comment Share on other sites More sharing options...
mcpacific Posted January 23, 2009 Share Posted January 23, 2009 Ok, thanks ;-) 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted July 28, 2009 Share Posted July 28, 2009 I would live to roll the Domain Availability Lookup, Domain Ordering and a Whois into one box just like the Knowledgebase and Downloads serach box that comes with WHMCS. Can some put this toghter Please. Thanks simon 0 Quote Link to comment Share on other sites More sharing options...
antoniojeldres Posted July 28, 2009 Share Posted July 28, 2009 I'm also waiting for this feature. We need to have the option for domain transfers directly in our home page. 0 Quote Link to comment Share on other sites More sharing options...
thehost5968 Posted July 29, 2009 Share Posted July 29, 2009 I can hepl you with that but it will be on it's own: Go in to your admin/systemintegrationcode.php use the code for Domain Availability Lookup THEN REPLACE this: <form action="http://www.yourdomain.com/domainchecker.php" method="post"> with this: <form action="http://www.yourdomain.com.com/cart.php?a=add&domain=transfer" method="post"/> then it should work? 0 Quote Link to comment Share on other sites More sharing options...
Nerdster Posted September 17, 2009 Share Posted September 17, 2009 http://forum.whmcs.com/showthread.php?t=23587 This might help some people who are going through this thread. 0 Quote Link to comment Share on other sites More sharing options...
samiryours Posted October 4, 2009 Share Posted October 4, 2009 <form action="http://www.indianetcraft.com/billing/cart.php?a=add&domain=transfer" method="post"> Domain: <input type="text" name="sld" size="20"> <select name="tld"> <option>.com</option> <option>.org</option> <option>.net</option> <option>.in</option> <option>.co.in</option> <option>.biz</option> <option>.info</option> <option>.us</option> <option>.name</option> <option>.co.uk</option> <option>.tel</option> <option>.mobi</option> <option>.eu</option> <option>.asia</option> <option>.me</option> <option>.tv</option> <option>.net.in</option> <option>.org.in</option> <option>.firm.in</option> </select> <input type="submit" value="Go"> </form> 0 Quote Link to comment Share on other sites More sharing options...
kaus Posted May 27, 2010 Share Posted May 27, 2010 hi there, did anyone actually get the domain tranfer integration code to work, nothing listed above actually works... ie. changing the URL to include: /cart.php?a=add&domain=transfer" method="post"/> it just redirects to the blak transfer page... Thanks Regards SWM 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted May 28, 2010 WHMCS Support Manager Share Posted May 28, 2010 <form action="http://example.com/cart.php?a=add&domain=transfer" method="post"> Works fine, eg: http://www.valcatohosting.com/plans/transfer 0 Quote Link to comment Share on other sites More sharing options...
VehiCROS Posted November 2, 2010 Share Posted November 2, 2010 Hello all, I want to add the Domain Register and Domain Transfer Forms on my home page so people can do a quick search for availability on their domain or begin their transfers. I remember seeing this somwhere in here but I cannot find it after 2 hours of searching. Probably wrong keywords? Anyway, what code do I use to do this? Thanx. I believe the answer you are looking for it how to activate it, which is: Click onTabs: Setup>General Settings>Domains. Then click on "allow Clients to register domains with you" 0 Quote Link to comment Share on other sites More sharing options...
Ocliw Posted January 21, 2011 Share Posted January 21, 2011 The Netherlands tld .nl can be checked about 10 times by 1 IP and then it blocks that IP for the day. I added the domainchecker to my homepage. When it checks a .nl tld it checks with my server IP and not the client IP so my server gets blocked for the day by SIDN (dutch tld) so other visitors and potential clients can't check there domain. How to fix this so it will use the visitors/client IP instead of my servers IP? 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.