Scan/Show IP address of Friend |
Author: |
Message: |
Noman Shafi
New Member
http://www.nsrtech.net
Posts: 1
43 / / –
Joined: Jun 2004
Status: Away
|
O.P. Scan/Show IP address of Friend
how can i get the IP address of my friend without using MSDOS (Netstat) can u make a plugin that show us the ip address of my friend's mechine(PC).
Take Care and Bye
Noman Shafi Rana
http://www.nsrtech.net
|
|
06-18-2004 10:30 PM |
|
|
kao
Veteran Member
boring
Posts: 1814 Reputation: 52
37 / /
Joined: Jul 2003
Status: Away
|
RE: Scan/Show IP address of Friend
Simple Answer: No.
Why? Because it is invasion of privacy. Ask them to type (!IP) if they have Messenger Plus!.
|
|
06-18-2004 11:22 PM |
|
|
Choli
Elite Member
Choli
Posts: 4714 Reputation: 42
43 / /
Joined: Jan 2003
|
RE: Scan/Show IP address of Friend
quote: Originally posted by Kao
Because it is invasion of privacy.
and not only that. if he doesn't want to use netstat or similar programs, then there's no way of knowing the IP except by asking your friend to tell you.
|
|
06-18-2004 11:26 PM |
|
|
MC Inferno
Veteran Member
www.mcinferno.co.uk
Posts: 1252 Reputation: 17
35 / /
Joined: Jan 2004
|
RE: Scan/Show IP address of Friend
Whats wrong with netstat?
|
|
06-19-2004 12:23 AM |
|
|
WDZ
Former Admin
Posts: 7106 Reputation: 107
– / /
Joined: Mar 2002
|
RE: Scan/Show IP address of Friend
It's probably possible to make a plugin that gets the IP from netstat when you type a Plus! command...
You could use the netstat -o argument to determine which connections are from Messenger, then use some kind of logic to rule out the standard connections (probably ignore *.msn.com and *.hotmail.com). You'd be left with connections to contacts. Their IPs could be parsed, then returned without the user ever leaving the conversation window or looking at an ugly command prompt.
|
|
06-19-2004 04:03 AM |
|
|
Choli
Elite Member
Choli
Posts: 4714 Reputation: 42
43 / /
Joined: Jan 2003
|
RE: Scan/Show IP address of Friend
quote: Originally posted by WDZ
It's probably possible to make a plugin that gets the IP from netstat when you type a Plus! command...
You could use the netstat -o argument to determine which connections are from Messenger, then use some kind of logic to rule out the standard connections (probably ignore *.msn.com and *.hotmail.com). You'd be left with connections to contacts. Their IPs could be parsed, then returned without the user ever leaving the conversation window or looking at an ugly command prompt.
the idea is good, however it's a bit complicated code and even more if you can use netstat (or TCPView).
Apart of that there will be problems when you're sending files to 2 or more different contacts (what IP is from each one?), or when you're sending files through the server, or if you're sending a file to someone whose IP is from @hotmail.com or @msn.com
|
|
06-19-2004 08:15 AM |
|
|
Stigmata
Veteran Member
Posts: 3520 Reputation: 45
21 / /
Joined: Jul 2003
|
RE: Scan/Show IP address of Friend
whistle
* Stigmata working on it
edit:
well i cant do it but does someone want to check out a library
in vb goto references and set reference to P4P 1.0 type Library (notise locataion)
then once you have set a reference press f2, and where it says all libraries, change that to p4p....
then go to iusers, globalip
could that maybe work?
This post was edited on 06-19-2004 at 08:36 AM by Stigmata.
|
|
06-19-2004 08:19 AM |
|
|
WDZ
Former Admin
Posts: 7106 Reputation: 107
– / /
Joined: Mar 2002
|
RE: Scan/Show IP address of Friend
quote: Originally posted by Choli
however it's a bit complicated code
Really?
I already have it working in PHP, but I can't make a PHP MsgPlus! plug-in, unfortunately. I'm trying to convert the code to C++, but I'm too much of a n00b.
quote: Originally posted by Choli
and even more if you can use netstat
* WDZ doesn't understand... what?
quote: Originally posted by Choli
what IP is from each one?
Show both.
quote: Originally posted by Choli
when you're sending files through the server
Return an error if no connections to contacts are found.
quote: Originally posted by Choli
if you're sending a file to someone whose IP is from @hotmail.com or @msn.com
Highly unlikely, I think.
|
|
06-19-2004 08:27 AM |
|
|
Choli
Elite Member
Choli
Posts: 4714 Reputation: 42
43 / /
Joined: Jan 2003
|
RE: Scan/Show IP address of Friend
quote: Originally posted by WDZ
* WDZ doesn't understand... what?
i meant that it's much easier use netstat than making a that plugin
quote: Originally posted by WDZ
Highly unlikely, I think.
yes, I know quote: Originally posted by WDZ
Really?
yes, at least to my knowledge
quote: Originally posted by jackass_wanabe
well i cant do it but does someone want to check out a library
in vb goto references and set reference to P4P 1.0 type Library (notise locataion)
then once you have set a reference press f2, and where it says all libraries, change that to p4p....
then go to iusers, globalip
could that maybe work?
i'll test that
|
|
06-19-2004 08:44 AM |
|
|
Stigmata
Veteran Member
Posts: 3520 Reputation: 45
21 / /
Joined: Jul 2003
|
RE: Scan/Show IP address of Friend
ok
|
|
06-19-2004 08:48 AM |
|
|
Pages: (3):
« First
[ 1 ]
2
3
»
Last »
|
|