Postponed (maintainer needs more info)
Project:
Whois lookup
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
19 Dec 2008 at 16:08 UTC
Updated:
28 Mar 2012 at 12:19 UTC
How can I use the whois funktion to search for more the one top lever domian like:
domain.com
domain.net
domain.org
etc.
?
Comments
Comment #1
jd-dupe commentedThink bug is in function whois_parse_url()
You can remove or replace this function -
Comment #2
helmo commentedjd: This is not a bug in whois_parse_url()
Currently the whois module only does a single lookup, what xxm proposes would take a name and attempt a lookup on that word in a number of tld's.
I'm not sure that this would make sense for the full lookup presented by version 1.1. The newly introduced 'status only' output method might make this more practical however.
Comment #3
xxm commentedAre there any solutions or ideas for a multidomain lookup for the 'status only' output?
Comment #4
helmo commentedIt's more a time allocation problem then a lack of ideas.
We could either:
1) Implement it in php, and loop over a list of tld's (which should probably be configurable in some way)
2) Implement it in javascript, and make multiple ajax calls.
Depending on the situation you might want to allow the user to select the tld's to lookup or leave that to an administrator.
I think this second option would make for the best user experience, as the results could be presented while the come in.
Either way, patches would be welcome.
Comment #5
helmo commented[Stock response from Dreditor templates and macros.]
Please provide more information to move this issue forward or close it when no longer relevant.