PDA

View Full Version : Integrating domain checker



turgut
03-13-07, 11:40 AM
Hi

I tried this example on my web site. However this ahs two problems
1. it does not pass the entered domain name to the next screen
2. even if the box left blank and presesd go, it will go to next screen without warning. can anybody help adding these functions into below html. Thanks

To place the domain availability checker on a page of your site use the following code replacing the xxx.yourdomain.com/whmcs with the url to your WHMCS system:

<form action="yyyy://xxx.yourdomain.com/whmcs/domainchecker.php" method="post">
<input type="hidden" name="direct" value="true">
Check Availability: <input type="text" name="domain" size="20"> <select name="ext">
<option value=".com">.com
<option value=".net">.net
<option value=".org">.org
<option value=".info">.info
<option value=".name">.name
<option value=".co.uk">.co.uk
</select>
<input type="submit" value="Go">
</form>

PPH
03-13-07, 12:24 PM
Using the same form on our site works fine. It passes the domain check on and shows the domain as available or not. If left blank it states "The domain you entered is not valid" at the bottom of the domain checker page.

Adam
03-13-07, 12:43 PM
Hey,

Check out this article,
http://support.whmcs.com/knowledgebase.php?action=displayarticle&catid=7&id=9

From,
Adam

turgut
03-13-07, 12:50 PM
Thanks, I guess it may be the joomla module I placed in., it is blocking the communication or wanting certain compliance to function.

Adam
03-13-07, 12:53 PM
Thanks, I guess it may be the joomla module I placed in., it is blocking the communication or wanting certain compliance to function.

Hence the reason for a company site you don't use a a CMS like Joomla as it looks unproffesional.

From,
Adam

turgut
03-13-07, 01:26 PM
I respect your opinion however I would totaly disagree with you; however arguing here has no value. There are always solution if there is a problem and joomla has solution and very secure and good solution.

Regards

trine
03-16-07, 01:02 PM
[quote=turgut]Hence the reason for a company site you don't use a a CMS like Joomla as it looks unproffesional.


Huh???

The likes of some very large companies to well-known entities and even some high traffic sites use joomla or mambo.

They are easy and rapid to deploy and can be customized extensively to fit whatever it is you are trying to do.

Modules, Bots and other plugs for Joomla and Mambo are a different story, since many have their little quirks and are often (not always) the target of script kiddies and exploits... But the cores are generally fine, the community is large and well supporting. So this all makes it a rather nice and interesting choice.