Subversion Repositories vgwhois

Rev

Rev 2 | Rev 11 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 5
Line 1... Line 1...
1
#!/usr/bin/php
1
#!/usr/bin/php
2
<?php
2
<?php
3
 
3
 
4
#
4
#
-
 
5
#  VWhois (ViaThinkSoft WHOIS, a fork of generic Whois / gwhois)
5
#  generic Whois - Subprogram "cu"
6
#  Subprogram: cu TLD whois
6
#
7
#
7
#  (c) 2011 by Daniel Marschall, ViaThinkSoft <www.viathinksoft.de>
8
#  (c) 2011-2012 by Daniel Marschall, ViaThinkSoft <info@daniel-marschall.de>
8
#
9
#
9
#  Distribution, usage etc. pp. regulated by the current version of GPL.
10
#  License: https://www.gnu.org/licenses/gpl-2.0.html (GPL version 2)
10
#
-
 
11
#
-
 
12
#
-
 
13
# History:
-
 
14
# 2011-06-07  mar   Initial release
-
 
15
# 2012-01-16  mar   Fixed uppercase(). Added non-available-detection
-
 
16
#
11
#
17
 
12
 
18
require_once __DIR__ . '/../../shared/php_includes/common_functions.inc.php';
13
require_once __DIR__ . '/../../shared/php_includes/common_functions.inc.php';
19
 
14
 
20
$domain = isset($argv[1]) ? $argv[1] : '';
15
$domain = isset($argv[1]) ? $argv[1] : '';