clean code format and remove obsolete comments
This commit is contained in:
parent
73c98b50ec
commit
a2ae073b0c
|
@ -420,40 +420,6 @@ class m_dom {
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case "ws";
|
case "ws";
|
||||||
/* e.g.
|
|
||||||
Welcome to the .WS Whois Server
|
|
||||||
|
|
||||||
Use of this service for any purpose other
|
|
||||||
than determining the availability of a domain
|
|
||||||
in the .WS TLD to be registered is strictly
|
|
||||||
prohibited.
|
|
||||||
|
|
||||||
Domain Name: DRONE.WS
|
|
||||||
|
|
||||||
Registrant: Registered through Go Daddy Software, Inc. (GoDaddy.com
|
|
||||||
|
|
||||||
Domain created on 2005-01-11 08:56:25
|
|
||||||
Domain last updated on 2005-01-11 08:56:25
|
|
||||||
|
|
||||||
Name servers:
|
|
||||||
|
|
||||||
ns2.koumbit.net
|
|
||||||
ns1.koumbit.net
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
failure:
|
|
||||||
|
|
||||||
Welcome to the .WS Whois Server
|
|
||||||
|
|
||||||
Use of this service for any purpose other
|
|
||||||
than determining the availability of a domain
|
|
||||||
in the .WS TLD to be registered is strictly
|
|
||||||
prohibited.
|
|
||||||
|
|
||||||
No match for "dronefdasfsa.ws".
|
|
||||||
|
|
||||||
*/
|
|
||||||
if (ereg('^[[:space:]]*Name servers:[[:space:]]*$', $ligne)) {
|
if (ereg('^[[:space:]]*Name servers:[[:space:]]*$', $ligne)) {
|
||||||
// found the server
|
// found the server
|
||||||
$state = 1;
|
$state = 1;
|
||||||
|
@ -522,8 +488,6 @@ No match for "dronefdasfsa.ws".
|
||||||
} //checkmx
|
} //checkmx
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* ----------------------------------------------------------------- */
|
/* ----------------------------------------------------------------- */
|
||||||
/**
|
/**
|
||||||
* retourne TOUTES les infos d'un domaine
|
* retourne TOUTES les infos d'un domaine
|
||||||
|
@ -599,6 +563,7 @@ No match for "dronefdasfsa.ws".
|
||||||
return $r;
|
return $r;
|
||||||
} // get_domain_all
|
} // get_domain_all
|
||||||
|
|
||||||
|
|
||||||
/* ----------------------------------------------------------------- */
|
/* ----------------------------------------------------------------- */
|
||||||
/**
|
/**
|
||||||
* Retourne TOUTES les infos d'un sous domaine du compte courant.
|
* Retourne TOUTES les infos d'un sous domaine du compte courant.
|
||||||
|
@ -640,6 +605,7 @@ No match for "dronefdasfsa.ws".
|
||||||
return $r;
|
return $r;
|
||||||
} // get_sub_domain_all
|
} // get_sub_domain_all
|
||||||
|
|
||||||
|
|
||||||
/* ----------------------------------------------------------------- */
|
/* ----------------------------------------------------------------- */
|
||||||
/**
|
/**
|
||||||
* Modifier les information du sous-domaine demandé.
|
* Modifier les information du sous-domaine demandé.
|
||||||
|
|
Loading…
Reference in New Issue