| 1 |
INTRODUCTION
|
| 2 |
------------
|
| 3 |
|
| 4 |
Developer & current maintainer: Gurpartap Singh <gurpartap@gmail.com>
|
| 5 |
|
| 6 |
Whois lookup enables Drupal installations to offer whois lookups for their users. The module depends on the phpWhois library available at: http://phpwhois.sf.net/
|
| 7 |
|
| 8 |
INSTALLATION
|
| 9 |
------------
|
| 10 |
|
| 11 |
1. Copy the module to sites/SITENAME/modules directory.
|
| 12 |
2. Download the latest phpWhois 4.1.x package from http://sourceforge.net/project/showfiles.php?group_id=31207&package_id=23260
|
| 13 |
3. Extract the phpWhois library into whois module folder and the content folder to "phpwhois", so that the directory structure looks like: sites/SITENAME/modules/whois/phpwhois/*.
|
| 14 |
4. Configure the Whois module at admin/settings/whois.
|
| 15 |
5. Your module is now setup and ready to be used.
|