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 I use cWhois Domain Cart inside a CMS system
cWhois at present cannot be directly integrated into CMS software such as WordPress, Joomla, CMS Made Simple or other such packages. However there is a way you can have it working on your CMS software if you so wish.
Using the <iFrame> tag you can include cWhois with very little effort. To do this you need to do the following.
1. Install the cWhois script to your server as you would normally
2. Create a page in your CMS software and edit the content in HTML mode and not WYSIWYG mode.
3. In the content box place an iFrame tag like so:
<iframe src ="http://www.yourdomain.tld/demo.php" width="400" height="300" frameborder="0">
<p>Your browser does not support iframes.</p>
</iframe>
4. Save your page and test it in your browser.
You should always use the full URL in the iFrame to ensure the page is loaded correctly. You can change the width and height of your iFrame to match your site by adjusting the numbers in width="400" height="300"
Once you are setup and running you can edit the cWhois Scripts as normal and your iFrame will pickup the changes automatically.
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