From: Vincent B. <bro...@us...> - 2003-04-09 21:21:01
|
Hi! I was using the GetTLD method in the old version of the software, it is no longer present in the new one, why? The new code used to detemine the TLD in the Whois method can not be used for what I want to do with it (starting line 147 in 3.0.4 version of main.whois). Usage example : - I have a hostname like "ppp-123456.city.domain-name.com.br" - I want to know what domain name is related to it - GetTLD called with "ppp-123456.city.domain-name.com.br" returns me ".com.br" - I go one level higher, it gives me back the full domain name "domain-name.com.br" - I can do a normal phpwhois request with "domain-name.com.br" to get the whois info I am willing to contribute any of my modifications to the software, can someone put me in the developpers list? Thank you Vincent |