mikelegg Posted July 21, 2010 Share Posted July 21, 2010 We just added .co domains to WHMCS, but I need to add a whois url to /includes/whoisservers.php Does anyone know a .co whois url? 0 Quote Link to comment Share on other sites More sharing options...
kran Posted July 21, 2010 Share Posted July 21, 2010 also with the same problem, .co domains are active with ENOM and GODADDY and we are getting a lot of requests for this extension, any help how we can modify whmcs, we tried different ways with no use. we can get it working in the shopping cart if the domain is placed in the list after .com .net .org other wise will give erroneus results, i was able to get external whois programs to work, but we need ( whoisservers.php) to work within WHMCS... thak you 0 Quote Link to comment Share on other sites More sharing options...
web2008 Posted July 21, 2010 Share Posted July 21, 2010 .co|whois.nic.co|Not found .net.co|whois.nic.co|Not found .com.co|whois.nic.co|Not found .nom.co|whois.nic.co|Not found 0 Quote Link to comment Share on other sites More sharing options...
arhost Posted July 21, 2010 Share Posted July 21, 2010 Just to add, .CO domain name require domain pre-configuration. Add the following code to the /billing/includes/additionaldomainfields.php file. ## .CO DOMAIN REQUIREMENTS ## $additionaldomainfields[".co"][] = array( "Name" => "Registrant Contact", "Type" => "text", "Size" => "30", "Default" => "", "Required" => true, ); 0 Quote Link to comment Share on other sites More sharing options...
mikelegg Posted July 21, 2010 Author Share Posted July 21, 2010 .co|whois.nic.co|Not found.net.co|whois.nic.co|Not found .com.co|whois.nic.co|Not found .nom.co|whois.nic.co|Not found Beautiful - Thank you 0 Quote Link to comment Share on other sites More sharing options...
mikelegg Posted July 21, 2010 Author Share Posted July 21, 2010 Just to add, .CO domain name require domain pre-configuration. Add the following code to the /billing/includes/additionaldomainfields.php file. ## .CO DOMAIN REQUIREMENTS ## $additionaldomainfields[".co"][] = array( "Name" => "Registrant Contact", "Type" => "text", "Size" => "30", "Default" => "", "Required" => true, ); Many Thanks 0 Quote Link to comment Share on other sites More sharing options...
Rob K Posted July 21, 2010 Share Posted July 21, 2010 .co|whois.nic.co|Not found .net.co|whois.nic.co|Not found .com.co|whois.nic.co|Not found .nom.co|whois.nic.co|Not found those who is servers dont seem to be working for me. If I search on 123123123.co it says it is taken, but if I use Enoms page is says it is free, infact mine tells me anything I enter is taken. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted July 21, 2010 WHMCS Support Manager Share Posted July 21, 2010 The whois server appears to be down at the moment: http://www.hyperspin.com/quicktest.php?action=result&qtid=406388&r=6095 0 Quote Link to comment Share on other sites More sharing options...
mikelegg Posted July 21, 2010 Author Share Posted July 21, 2010 I'm only using - .co|whois.nic.co|Not found - but it's working perfectly for me. 0 Quote Link to comment Share on other sites More sharing options...
arhost Posted July 21, 2010 Share Posted July 21, 2010 I'm only using - .co|whois.nic.co|Not found - but it's working perfectly for me. Same here. 0 Quote Link to comment Share on other sites More sharing options...
Rob K Posted July 21, 2010 Share Posted July 21, 2010 When I search on '4645414641616.co' it says it isn't available. ------------------------------------------------ WHOIS Results for 4645414641616.co Not found: 4645414641616.co >>>> Whois database was last updated on: Wed Jul 21 11:56:31 GMT 2010 <<<< .CO Internet, S.A.S., the Administrator for .CO, has collected this information for the WHOIS database through Accredited Registrars. This information is provided to you for informational purposes only and is designed to assist persons in determining contents of a domain name registration record in the .CO Internet registry database. .CO Internet makes this information available to you "as is" and does not guarantee its accuracy. By submitting a WHOIS query, you agree that you will use this data only for lawful purposes and that, under no circumstances will you use this data: (1) to allow, enable, or otherwise support the transmission of mass unsolicited, commercial advertising or solicitations via direct mail, electronic mail, or by telephone; (2) in contravention of any applicable data and privacy protection laws; or (3) to enable high volume, automated, electronic processes that apply to the registry (or its systems). Compilation, repackaging, dissemination, or other use of the WHOIS database in its entirety, or of a substantial portion thereof, is not allowed without .CO Internet’s prior written permission. .CO Internet reserves the right to modify or change these conditions at any time without prior or subsequent notification of any kind. By executing this query, in any manner whatsoever, you agree to abide by these terms. NOTE: FAILURE TO LOCATE A RECORD IN THE WHOIS DATABASE IS NOT INDICATIVE OF THE AVAILABILITY OF A DOMAIN NAME. All domain names are subject to certain additional domain name registration rules. For details, please visit our site at http://www.whois.co . 0 Quote Link to comment Share on other sites More sharing options...
penguin Posted July 21, 2010 Share Posted July 21, 2010 Note the message at the bottom: NOTE: FAILURE TO LOCATE A RECORD IN THE WHOIS DATABASE IS NOT INDICATIVEOF THE AVAILABILITY OF A DOMAIN NAME. This is the problem - domains may still be in the auction or pre-registration phases and not yet in the whois database, however a whois lookup shows them as being available. We've had countless orders placed that we've had to refund due to this and so have now disabled .co orders until this is sorted out by the farce of a registry 0 Quote Link to comment Share on other sites More sharing options...
ooztumer Posted July 21, 2010 Share Posted July 21, 2010 whois.nic.co not working .... 0 Quote Link to comment Share on other sites More sharing options...
vincent1 Posted July 21, 2010 Share Posted July 21, 2010 The whois server appears to be down at the moment: http://www.hyperspin.com/quicktest.php?action=result&qtid=406388&r=6095 Still down. - VA 0 Quote Link to comment Share on other sites More sharing options...
web2008 Posted July 21, 2010 Share Posted July 21, 2010 (edited) Ooztumer, what do you have in /includes/whoisservers.php for .co domain? Edited July 21, 2010 by web2008 0 Quote Link to comment Share on other sites More sharing options...
web2008 Posted July 21, 2010 Share Posted July 21, 2010 Vincent1, I just tested .co domain now and it works fine. Are you sure you have added .co domain correct to WHMCS? 0 Quote Link to comment Share on other sites More sharing options...
dexus Posted July 22, 2010 Share Posted July 22, 2010 Just to add, .CO domain name require domain pre-configuration. Add the following code to the /billing/includes/additionaldomainfields.php file. ## .CO DOMAIN REQUIREMENTS ## $additionaldomainfields[".co"][] = array( "Name" => "Registrant Contact", "Type" => "text", "Size" => "30", "Default" => "", "Required" => true, ); Can you please explain this... Registrarar module would not use this additional field anyway, and registrant data are taken from user account, so why do we need this field? 0 Quote Link to comment Share on other sites More sharing options...
scurrell Posted July 22, 2010 Share Posted July 22, 2010 Can you please explain this... Registrarar module would not use this additional field anyway, and registrant data are taken from user account, so why do we need this field? Good question. We've already registered a few .co domains through WHMCS, and they went through fine without any extra fields being needed. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted July 22, 2010 WHMCS Support Manager Share Posted July 22, 2010 Please include which registrar you're using when posting. 0 Quote Link to comment Share on other sites More sharing options...
dexus Posted July 22, 2010 Share Posted July 22, 2010 Please include which registrar you're using when posting. Why? Will some registrar modules use additional fields by default? Is that a secret? Which registrar will use additional fields and how? I understand that if we make custom module it can use those fields but I wasn't aware that any of WHMCS modules are using those fields by default... Can you please explain this? Thanks. 0 Quote Link to comment Share on other sites More sharing options...
scurrell Posted July 22, 2010 Share Posted July 22, 2010 We've already registered a few .co domains through WHMCS, and they went through fine without any extra fields being needed. Using Enom module. 0 Quote Link to comment Share on other sites More sharing options...
bwfhosting Posted July 22, 2010 Share Posted July 22, 2010 http://www.surmunity.com/showthread.php?31992-Really-Frustrating-Problem-with-.co-domains A post on another forum I am a member of. Anyone having the same issues? I have listed a few .co URLs there that are NOT available but WHMCS are reporting as available! 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted July 22, 2010 WHMCS Support Manager Share Posted July 22, 2010 Why? Will some registrar modules use additional fields by default? Is that a secret? Yes, different registrars have different requirements. 0 Quote Link to comment Share on other sites More sharing options...
vincent1 Posted July 23, 2010 Share Posted July 23, 2010 Yes, different registrars have different requirements. John, Can you confirm if your integration with Enom or ResellerClub is supposed to work as it is with .CO domains, or if we need an update please? Many thanks, - Vincent 0 Quote Link to comment Share on other sites More sharing options...
scurrell Posted July 23, 2010 Share Posted July 23, 2010 John,Can you confirm if your integration with Enom or ResellerClub is supposed to work as it is with .CO domains, or if we need an update please? Many thanks, - Vincent No extra fields are required for ENOM. 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.