How to get the whois answer for mor than one top lever domain?
xxm - December 19, 2008 - 16:08
| Project: | Whois lookup |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Jump to:
Description
How can I use the whois funktion to search for more the one top lever domian like:
domain.com
domain.net
domain.org
etc.
?

#1
Think bug is in function whois_parse_url()
You can remove or replace this function -
function whois_parse_url($url) {return $url;
}