Scheduled Maintenance - On Friday the 25th at 10PM EST we will be making some minor DNS changes to our server. We do not expect there to be any down time on our site, but if after this time our site does not load for you please simply clear your browser cache and restart your machine. - Thank you.
login
Join Now Access Products


S5 Domain Checker

S5 Domain Checker


The S5 Domain Chcecker module is a free module that you can add to any Joomla site. This module provides your customers a quick and easy way to see if a domain is available to be purchased or if someone else already owns the domain.



Comments (17)

hamadaeid
hamadaeid says:
thanks a lot for this great module
June 09, 2010
fastestpc
fastestpc says:
thank for yourshare, how can i add more dot name others to this modul
August 25, 2010
elvahadi
elvahadi says:
thanks a lot for this useful modul
September 23, 2010
mali01
mali01 says:
hi guys

S5 Domain checker doesn't seems to work correctly every single entry gives Taken even everything gives same results. I also want to know is possible to include South Africa domain search too[co.za]

Thanking you in advance.
November 05, 2010
... , Low-rated comment [Show]
mrluba
mrluba says:
smilies/sad.gifDon´t find .dk domaines in the modulesmilies/cry.gif
December 16, 2010
lascelles
lascelles says:
This Domain Checker is a joke: I entered www.shape5 and the result:" www.shape5.com Available". I am searching for another domain checker.
June 11, 2011
thrudragon
thrudragon says:
it works fine by me. just have to do some modifications to it.
June 11, 2011
thrudragon
thrudragon says:
the whois.eu is wrong you guys have to change it in the module

Now:
if (($d_eu != '') || ($d_all != '') ) showDomainResult($domainbase.".eu",'whois.eu','FREE');

Change:
if (($d_eu != '') || ($d_all != '') ) showDomainResult($domainbase.".eu",'whois.eu','AVAILABLE');
June 11, 2011
dmnchk
dmnchk says:
Your download link is not working, please send me the module to my mail id
anjaliagency[at]gmail[dot]com
August 19, 2011
mumela
mumela says:
I can get co.za
September 01, 2011
jeromer
jeromer says:
mumela, did you get co.za?

Am busy trying to fix mine to show co.za and org.za

You must change the code to reflect that. Also the server that you will be checking against. Let me know if you have it...then I don't have to go through trouble..
November 09, 2011
jkreuzhube
jkreuzhube says:
Solution for .at domains

I double the functions and change one of the domain I don't need.

function checkDomainFinger($domain,$server,$findText){
// Open a socket connection to the whois server
$con = fsockopen($server, 79);
if (!$con) return false;

// Send the requested doman name
fputs($con, $domain."
");

// Read and store the server response
$response = ' :';
while(!feof($con)) {
$response .= fgets($con,12smilies/cool.gif;
}

// Close the connection
fclose($con);

// Check the response stream whether the domain is available
// echo $response;
if (strpos($response, $findText)){

return true;
}
else {
return false;
}
}
function showDomainResultFinger($domain,$server,$findText){

if (checkDomainFinger($domain,$server,$findText)){
echo "$domain Verfügbar";
}
else echo "$domain Vergeben";
}

if ($s5_domain15 == "yes") {
if (($d_at != '') || ($d_all != '') ) showDomainResultFinger($domainbase.".at",'finger.nic.at','NO domain data found');
}
November 24, 2011
kanellisan
kanellisan says:
thanks a lot for this great module
December 29, 2011
mumela
mumela says:
I can't find co.za and org.za please help
December 29, 2011
allpcsoft
allpcsoft says:
hello , its great module, i need check " .es " how cat get it? thanks
February 03, 2012
mikek
mikek says:
Hello,

Please post your question in our forum boards. The comment system is not for product support.
February 03, 2012

Write comment

You must be logged in to post a comment. Please register if you do not have an account yet.

busy