|
@@ -54,6 +54,7 @@ function cwp7CheckSOA($domain, $nameserverIP = NS1) {
|
|
|
|
|
|
|
|
$result = cwp7CheckSOA($domain);
|
|
$result = cwp7CheckSOA($domain);
|
|
|
print_r($result);
|
|
print_r($result);
|
|
|
-$host = cwp7CheckA($host, "5.226.148.139", gethostbyname($result) ? gethostbyname($result) : NS1);
|
|
|
|
|
|
|
+print_r(gethostbyname($result));
|
|
|
|
|
+//$host = cwp7CheckA($host, "5.226.148.139", gethostbyname($result) ? gethostbyname($result) : NS1);
|
|
|
|
|
|
|
|
|
|
|