I can't get .es domains to work
The registrar for .es requires a password for access. When you have the username and password add the following two lines to cwcconf.php.
$esusername="username";
$espassword="password";
Back to top
I can't get .gr domains to work
The registrar for .gr now requires a password for access. When you have the username and password add the following two lines to cwcconf.php. They may also need to register the IP address of youre server.
$grusername="username";
$grpassword="password";
Back to top
When I search for a domain I get a 'whois problem' instead of the availability
This probably means that your hosting company has blocked your server from accessing external servers. Please make sure your server can use the PHP fsockopen() function on port 43. Port 80 and port 4343 are also required for some whois servers.
Back to top
Can cWhois Domain Cart automatically register domain names?
To keep the script as simple and flexible as possible we decided not to add this feature. This does have the advantage that you are free to register domain names wherever is offering the best deals at the time and also gives you a chance to verify the order as many domain registars will not issue refunds if you find the order was fraudulent.
Back to top