Subversion Repositories vgwhois

Rev

Rev 11 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11 Rev 22
Line 12... Line 12...
12
 
12
 
13
# TODO: check if all preg_match() did succeed
13
# TODO: check if all preg_match() did succeed
14
# TODO: check if the query did output exactly 1 record.
14
# TODO: check if the query did output exactly 1 record.
15
# TODO: Is there any better way to retrieve the information of a domain without full text search engine?
15
# TODO: Is there any better way to retrieve the information of a domain without full text search engine?
16
 
16
 
-
 
17
# DM 28.05.2019 : "This page is undergoing construction. This page is temporary. Thank you for your patience."
-
 
18
#                 TODO: Wait if it comes back
-
 
19
 
17
require_once __DIR__ . '/../../shared/php_includes/common_functions.inc.php';
20
require_once __DIR__ . '/../../shared/php_includes/common_functions.inc.php';
18
 
21
 
19
$domain = isset($argv[1]) ? $argv[1] : '';
22
$domain = isset($argv[1]) ? $argv[1] : '';
20
 
23
 
21
$url = 'http://gadao.gov.gu/Scripts/dtSearch/dtisapi.dll';
24
$url = 'http://gadao.gov.gu/Scripts/dtSearch/dtisapi.dll';