Hey guys, I am wondering how do you get the IP and Port of somebody eles computer?
Printable View
Hey guys, I am wondering how do you get the IP and Port of somebody eles computer?
Set up a site and use simple PHP code to log their IP.
And by port, what port do you want? All HTTP traffic goes through port 80.
There are 655*5 TCP ports. Computers can communicate on any one of those, but they don't have any 'assigned' to them like they do with IP addresses.
As for obtaining IP addresses, this has been asked literally every week on this forum; sometimes even more often. Read all these Wiki articles thoroughly, then search the forum:
[url]http://en.wikipedia.org/wiki/Router[/url]
[url]http://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers[/url]
[url]http://en.wikipedia.org/wiki/TCP_and_UDP_port[/url]
[url]http://en.wikipedia.org/wiki/Internet_Protocol[/url]
[url]http://en.wikipedia.org/wiki/IP_Address[/url]