utils.whois renamed to whois.utils.php

This commit is contained in:
sparc 2005-08-29 11:07:12 +00:00
parent 1859c2bb0b
commit 53ab678ed5
4 changed files with 91 additions and 91 deletions

View file

@ -2,6 +2,7 @@
- changed gif icon for a new png one
- recovered better example.php from old
distribution
- utils.whois renamed to whois.utils.php
2005/08/26 David Saez <david@ols.es>
- code cleanup and formatting

View file

@ -61,7 +61,7 @@ $result = $whois->Lookup('AS220');
Notes
-----
There is an extended class called "utils.whois" which contains a
There is an extended class called "whois.utils.php" which contains a
debugging function called showObject(), if you showObject($result)
it will output the total layout of the returned object to the
web browser.

View file

@ -44,7 +44,7 @@ if(isSet($query))
echo "<b>Results for $query :</b><p>";
if($output=="object") {
include("utils.whois");
include_once('whois.utils.php');
$utils = new utils;
$utils->showObject($result);
}

11
utils.whois → src/whois.utils.php Normal file → Executable file
View file

@ -1,15 +1,14 @@
<?php
/*
Whois2.php PHP classes to conduct whois queries
Whois.php PHP classes to conduct whois queries
Copyright (C)1999,2000 easyDNS Technologies Inc. & Mark Jeftovic
Copyright (C)1999,2005 easyDNS Technologies Inc. & Mark Jeftovic
Maintained by Mark Jeftovic <markjr@easydns.com>
Maintained by David Saez (david@ols.es)
For the most recent version of this package:
For the most recent version of this package visit:
http://www.easydns.com/~markjr/whois2/
http://phpwhois.sourceforge.net
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License