Board index » delphi » Detecting the IP Address
Mojoala
![]() Delphi Developer |
Sat, 18 Dec 2004 20:48:00 GMT
|
Mojoala
![]() Delphi Developer |
Sat, 18 Dec 2004 20:48:00 GMT
Detecting the IP Address
Let's say for example, i am at pogo.com and i am playing a game of cards. I
then suspect that the same two opponents are exactly the same person on two different computers. Is there a way to sniff across the internet and find the IP addresses of the two opponents that i am playing cards against. thank you in advance for any help |
Paul Meye
![]() Delphi Developer |
Sat, 18 Dec 2004 21:31:48 GMT
Re:Detecting the IP AddressYou can try to make a "ping -a". Or you try to connect using netbios (\\ipaddress\c$). But i think, there's is (thanks to god) no other way. "Mojoala" <j...@jimbishopcabinets.com> schrieb im Newsbeitrag Quote> Let's say for example, i am at pogo.com and i am playing a game of cards. |
Pablo Giet
![]() Delphi Developer |
Sun, 19 Dec 2004 12:43:57 GMT
Re:Detecting the IP AddressYOu can install the tiny personal firewall or kerio peronsal firewall (are the same) they are free for personal use. In the firewall status window you can see : Application, protocol, local address, remote address, state, date, bytes in/out ,etc.- QuotePaul Meyer wrote: |
Clair
![]() Delphi Developer |
Sun, 19 Dec 2004 20:16:08 GMT
Re:Detecting the IP AddressDepends on how the server/client software's setup. Id assume pogo, for example, runs server machines and thousands of you connect as clients. The server would post down info needed for your client to run only, so there's no way of you finding out the IP addresses of the other clients unless it wanted you to. -- Quote"Mojoala" <j...@jimbishopcabinets.com> wrote in message Quote> Let's say for example, i am at pogo.com and i am playing a game of cards. |
Jonathan R. Stron
![]() Delphi Developer |
Sun, 19 Dec 2004 22:04:52 GMT
Re:Detecting the IP AddressClaire is absolutely right. Sites like Pogo (and ours -- see www.IonThunder.com) generally work the same way, with hundreds of "game servers" to which client applications (in the case of Pogo and IonThunder these are Java 1.1 applets) connect via sockets. The game servers and chat servers are the only places where the client IP - Jon ===================================================== Quote"Claire" <claire.humph...@hipotronics.co.uk> wrote in message Quote> Depends on how the server/client software's setup. |
Mojoal
![]() Delphi Developer |
Fri, 24 Dec 2004 23:09:47 GMT
Re:Detecting the IP Addressthanks for the info,,,,,,,,,,, hacking is out the question,,,,,,,,,,,, personally i like my freedom,,,,,,,,,, "Jonathan R. Strong" <j...@StrongGroup.com> wrote in message Quote> Claire is absolutely right. Sites like Pogo (and ours -- see |