gethostbyaddr Questions
15
How do I find out the ISP provider of a person viewing a PHP page?
Is it possible to use PHP to track or reveal it?
If I use something like the following:
gethostbyaddr($_SERVER['REMOTE_ADDR']);...
Reimport asked 13/5, 2009 at 3:43
2
Solved
I looked for how to do IP lookup in Java on Stack Overflow but the answers match what I am already doing and do not resolve my problem.
Here is my code:
public void printHostname( String ip ) {
...
Gentlemanfarmer asked 17/1, 2016 at 19:32
1
Solved
I am trying to reverse dns a list of IPs using socket.gethostbyaddr() in python, which returns 'Unknown Host' for some values, but using dig for the same ip returns the Hostname. Also, dig seems to...
Fluviomarine asked 20/10, 2011 at 7:2
1
© 2022 - 2024 — McMap. All rights reserved.