vincent1 Posted July 23, 2010 Share Posted July 23, 2010 No extra fields are required for ENOM. Thanks for that. Anyone know about ResellerClub? - Vincent 0 Quote Link to comment Share on other sites More sharing options...
in45 Posted July 24, 2010 Share Posted July 24, 2010 .Co seems to work fine with the Enom module, but the problem is that every single domain shows as available -- anybody have ideas how to fix this? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
fahmi Posted July 24, 2010 Share Posted July 24, 2010 I've already added this following code, but I still have the error message below : An Error Occured Domain Registration Error - Invalid domainName For Given ContactType Any one have the same problem ? 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...
penguin Posted July 24, 2010 Share Posted July 24, 2010 You shouldn't need to add any additional fields - the Emon module will pull these down for any domains that require preconfiguration. The issue we're havign is specifically because the whois database that is used to check domain availability is not accurate. 0 Quote Link to comment Share on other sites More sharing options...
arhost Posted July 24, 2010 Share Posted July 24, 2010 You shouldn't need to add any additional fields - the Emon module will pull these down for any domains that require preconfiguration. The issue we're havign is specifically because the whois database that is used to check domain availability is not accurate. Are you using enom or resellerclub (netearthone etc...) ? 0 Quote Link to comment Share on other sites More sharing options...
penguin Posted July 24, 2010 Share Posted July 24, 2010 Enom, although typing this quickly in my last message led to a spelling error 0 Quote Link to comment Share on other sites More sharing options...
vincent1 Posted July 24, 2010 Share Posted July 24, 2010 Is there some way of using the whois from the relevant registrar/API at all? Would seem logical to me. - Vincent 0 Quote Link to comment Share on other sites More sharing options...
penguin Posted July 24, 2010 Share Posted July 24, 2010 It would be nice if Enom would provide some feedback on how they're doing this as both enom's whois server and the .co server are reporting many domains as available which are not. We've withdrawn .co's due to this as it's causing a huge mess with customers thinking they've got domains when they haven't. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted July 26, 2010 WHMCS Support Manager Share Posted July 26, 2010 Turns out ResellerClub (and therefore NetEarthOne/Stargate etc) have added a specific API command required to register a .co domain and as such the WHMCS needs to be updated. This will be included in 4.3. 0 Quote Link to comment Share on other sites More sharing options...
penguin Posted July 26, 2010 Share Posted July 26, 2010 How does this work around the initial whois lookups then as the domains will still show as available and allow a customer to order them. The registrar module only comes into play when the order is paid for and submitted for registration. 0 Quote Link to comment Share on other sites More sharing options...
vincent1 Posted July 26, 2010 Share Posted July 26, 2010 Could do with this issue being resolved asap at least for the two popular registrars, enom and resellerclub. Any ETA John? Thanks, - Vincent 0 Quote Link to comment Share on other sites More sharing options...
arhost Posted July 26, 2010 Share Posted July 26, 2010 Turns out ResellerClub (and therefore NetEarthOne/Stargate etc) have added a specific API command required to register a .co domain and as such the WHMCS needs to be updated. This will be included in 4.3. Can you please tell me the API command resellerclub/netearthone uses .CO domain names? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted July 27, 2010 WHMCS Support Manager Share Posted July 27, 2010 How does this work around the initial whois lookups then as the domains will still show as available and allow a customer to order them. The registrar module only comes into play when the order is paid for and submitted for registration. See the start of the thread for the whois servers you need to add to check the availability of .co domains. V4.3 is likely to be released next month. 0 Quote Link to comment Share on other sites More sharing options...
penguin Posted July 27, 2010 Share Posted July 27, 2010 That doesn't actually solve the issue - there are many domains currently in the auction phase still or have been reserved. The whois database still shows these as being available, hence the issue with customers trying to order domains and then finding that they are not actually available once they have paid for them. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted July 27, 2010 WHMCS Support Manager Share Posted July 27, 2010 There isn't a whole lot we can do if the whois server reports domains are available when they are infact reserved. That's an issue to be taken up with the .co registry and presumably many others are experiencing the same problem. 0 Quote Link to comment Share on other sites More sharing options...
penguin Posted July 27, 2010 Share Posted July 27, 2010 That's why I questioned your comment before, as there will still be a serious issue with registering .co domains until the registry get their act together and run an accurate whois database. 0 Quote Link to comment Share on other sites More sharing options...
AndyW Posted July 28, 2010 Share Posted July 28, 2010 That's why I questioned your comment before, as there will still be a serious issue with registering .co domains until the registry get their act together and run an accurate whois database. The issue is prevalent in whmcs configured to register .co domains, but doesnot occur if we use the enom or rc interface to register a .co domain. I think we still donot have a foolproof whois server or reservation checking method in whmcs for .co domains. 0 Quote Link to comment Share on other sites More sharing options...
vincent1 Posted July 28, 2010 Share Posted July 28, 2010 The issue is prevalent in whmcs configured to register .co domains, but doesnot occur if we use the enom or rc interface to register a .co domain. I think we still donot have a foolproof whois server or reservation checking method in whmcs for .co domains. They must be using a different whois server? Hence why I asked if there was some way of using the whois from the relevant registrar via the API - Vincent 0 Quote Link to comment Share on other sites More sharing options...
penguin Posted July 28, 2010 Share Posted July 28, 2010 This would rquire a redesign of the whois lookup system in WHMCS though even if this is available via the API. Hopefulyl once the auction phase is complete it work wor as per any other registry then as long as the whosi database is accurate. 0 Quote Link to comment Share on other sites More sharing options...
arhost Posted July 28, 2010 Share Posted July 28, 2010 John, Can you provide me a link to the resellerclub API guide/ or provide me the API command they use for the .CO domain names? Thanks, 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Mark Posted July 31, 2010 Share Posted July 31, 2010 We have the same issue with registering .co.nz domain names with Resellerclub - Domain Registration Error - Invalid domainName For Given ContactType and have submitted a ticket. Editing additionaldomainfields.php doesn't fix the issue. Here is the link to the RC API guide http://manage.resellerclub.com/kb/servlet/KBServlet/faq418.html 0 Quote Link to comment Share on other sites More sharing options...
hossein_salehi Posted August 12, 2010 Share Posted August 12, 2010 Hi, we have WHMCS panel installed and we modified these files: /includes/whoisservers.php we added: .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 and also we added the below PHP code to /includes/additionaldomainfields.php ## .CO DOMAIN REQUIREMENTS ## $additionaldomainfields[".co"][] = array( "Name" => "Registrant Contact", "Type" => "text", "Size" => "30", "Default" => "", "Required" => true, ); we can check domain availabality in whois page correctly , but when we try to register a .co domain we get this error: "An Error Occured Domain Registration Error - Invalid domainName For Given ContactType" would you please help us!? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted August 12, 2010 WHMCS Support Manager Share Posted August 12, 2010 Assuming you're using ResellerClub, an update is necessary to the module which will be included in version 4.3. 0 Quote Link to comment Share on other sites More sharing options...
hossein_salehi Posted August 12, 2010 Share Posted August 12, 2010 Assuming you're using ResellerClub, and update is necessary to the module which will be included in version 4.3. Thanks for your reply ,we are using Resellerclub , what is the module which is related to this issue , what should I do now!? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted August 12, 2010 WHMCS Support Manager Share Posted August 12, 2010 An update to the ResellerClub module is required. You'll need register .co domains manually in the meantime until version 4.3 is released in the next fortnight or so. 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.