Jump to content

.co whois url


Recommended Posts

  • Replies 53
  • Created
  • Last Reply

Top Posters In This Topic

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

Link to comment
Share on other sites

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,

);

Link to comment
Share on other sites

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

Link to comment
Share on other sites

.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.

Link to comment
Share on other sites

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 .

Link to comment
Share on other sites

Note the message at the bottom:

 

NOTE: FAILURE TO LOCATE A RECORD IN THE WHOIS DATABASE IS NOT INDICATIVE

OF 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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Please include which registrar you're using when posting.

 

Why? Will some registrar modules use additional fields by default? Is that a secret? :roll:

 

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.

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