Forum Moderators: coopster

Message Too Old, No Replies

zone lookups for unresolved IPs

best way/database source to do this?

         

amznVibe

1:43 am on Feb 11, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I'd like to do semi-realtime zone lookups in my entry logs for IPs that don't have rdns.

What is the best database to do lookups from (ie. zoneedit.com) and can I get some hints/snippets for the best way to do this in PHP?

example: http://www.zoneedit.com/whois.html?zone=134.6.32.10

[edited by: jatar_k at 4:54 pm (utc) on Feb. 11, 2004]
[edit reason] delinked [/edit]

jatar_k

11:55 pm on Feb 12, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



unless they have some type of API then you will just have to parse the returned page to get your values.

Maybe take a look at curl [ca2.php.net]