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 "oid" (BETA)
6
#  Subprogram: OID over Whois
6
#
7
#
7
#  (c) 2011-2019 by Daniel Marschall, ViaThinkSoft <www.viathinksoft.de>
8
#  (c) 2011-2019 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	0.1	Initial release
-
 
15
# 2011-07-22	mar	0.2	FT: Support for non-validated OIDs
-
 
16
# 2013-12-17    mar     0.3     FT: works again + Output now UTF-8
-
 
17
# 2015-01-07    mar     0.4     FT: fixed UTF-8 problem
-
 
18
# 2019-03-12    mar     0.5     FT: adjusted regex
-
 
19
#
11
#
20
 
12
 
21
# OID resolution over WhoIs
13
# OID resolution over WhoIs
22
# Not really whois, but handy!
14
# Not really whois, but handy!
23
 
15