+Dick Montage Subscriber² Posted March 17, 2003 Subscriber² Share Posted March 17, 2003 Hi I have a list of IP addresses of visitors to my website. What I would like to do is write some kind of script to look-up these addresses to see if I can gleam any company name or such. As the list is fairly long, I would want to script this. Any ideas? Link to comment Share on other sites More sharing options...
0 ike Posted March 18, 2003 Share Posted March 18, 2003 gethostbyaddr() in PHP.... Link to comment Share on other sites More sharing options...
0 epton Posted March 19, 2003 Share Posted March 19, 2003 you'll have to loop though them all and use the above function. how are the ip's stored? database? file? Link to comment Share on other sites More sharing options...
Question
+Dick Montage Subscriber²
Hi
I have a list of IP addresses of visitors to my website. What I would like to do is write some kind of script to look-up these addresses to see if I can gleam any company name or such.
As the list is fairly long, I would want to script this.
Any ideas?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts