[Request] IP sender |
Author: |
Message: |
Albator V
Junior Member
Posts: 28
44 / / –
Joined: Dec 2004
|
O.P. [Request] IP sender
Hi all,
i have a little request.
something i need to have IP number of contact.
so i ask them to send IP with the command (!IP).
it's possible to create script for that ?
not automaticaly but, with script install in both computeur, i send command, contact receive alert message and clic yes or no to send IP number.
what do you think about that ?
|
|
07-25-2006 01:08 PM |
|
|
Felu
Veteran Member
Posts: 2223 Reputation: 72
30 / /
Joined: Apr 2006
Status: Away
|
RE: [Request] IP sender
Wouldnt this do it?
code: function OnEvent_ChatWndRecieveMessage(ChatWnd, Origin, Message, MessageKind)
{
if(Message.substr(0, 6) == '!getip');
{
ChatWnd.SendMessage('(!IP)');
}
}
This post was edited on 07-25-2006 at 02:27 PM by Felu.
|
|
07-25-2006 01:36 PM |
|
|
qgroessl
Veteran Member
Posts: 1615 Reputation: 22
33 / – /
Joined: Jul 2005
Status: Away
|
RE: [Request] IP sender
Why don't you just ask them to type (!IP)... probably be a lot easier
|
|
07-25-2006 02:25 PM |
|
|
John Anderton
Elite Member
Posts: 3908 Reputation: 80
37 / /
Joined: Nov 2004
Status: Away
|
RE: [Request] IP sender
quote: Originally posted by UTI
Why don't you just ask them to type (!IP)... probably be a lot easier
Yeah cause no one would install the script if they dont want you to have their ip's. If they do, the will have to have Plus! (else neither (!IP) nor the script is available)
If they have plus, let them just type it. Its just 5 chars
quote: Originally posted by -!Felu!-
Wouldnt this do it?
No.
quote: Originally posted by Albator V
not automaticaly but, with script install in both computeur, i send command, contact receive alert message and clic yes or no to send IP number.
This post was edited on 07-25-2006 at 02:35 PM by John Anderton.
[
KarunAB.com]
[img]http://gamercards.exophase.com/459422.png[
/img]
|
|
07-25-2006 02:29 PM |
|
|
RaceProUK
Elite Member
Posts: 6073 Reputation: 57
39 / /
Joined: Oct 2003
|
RE: [Request] IP sender
quote: Originally posted by -!Felu!-
Wouldnt this do it?
code: function OnEvent_ChatWndRecieveMessage(ChatWnd, Origin, Message, MessageKind)
{
if(Message.substr(0, 6) == '!getip');
{
ChatWnd.SendMessage('(!IP)');
}
}
That will post both yours and their IPs.
|
|
07-25-2006 02:36 PM |
|
|
John Anderton
Elite Member
Posts: 3908 Reputation: 80
37 / /
Joined: Nov 2004
Status: Away
|
RE: [Request] IP sender
quote: Originally posted by RaceProUK
quote: Originally posted by -!Felu!-
Wouldnt this do it?
code: function OnEvent_ChatWndRecieveMessage(ChatWnd, Origin, Message, MessageKind)
{
if(Message.substr(0, 6) == '!getip');
{
ChatWnd.SendMessage('(!IP)');
}
}
That will post both yours and their IPs.
... without asking for permission (as requested)
You need to verify that the message isnt from you cause when you send a message, it is also recieved by you (if you would just write a On event send and recieve functions and watch the debug window you would notice this)
[
KarunAB.com]
[img]http://gamercards.exophase.com/459422.png[
/img]
|
|
07-25-2006 02:39 PM |
|
|
Voldemort
Veteran Member
Posts: 3504 Reputation: 49
– / – /
Joined: Jul 2005
Status: Away
|
RE: [Request] IP sender
just set a quicktext with the question....easier, no need to type...
*All posts are a purely speculative hypothesis based on abstract reasoning.
Not my daughter, you bitch!
|
|
07-25-2006 03:05 PM |
|
|
Eljay
Elite Member
:O
Posts: 2949 Reputation: 77
– / / –
Joined: May 2004
|
RE: [Request] IP sender
quick script, dont expect any updates/support
just type !getip in a conversation window to request.
Attachment: GetIP.plsc (832 bytes)
This file has been downloaded 292 time(s).
|
|
07-25-2006 03:27 PM |
|
|
Albator V
Junior Member
Posts: 28
44 / / –
Joined: Dec 2004
|
O.P. RE: [Request] IP sender
why this request...
i know that it's very easy for expert user to tap and remember 5 chars. but i ask IP to newbies and must explain (!IP) ans not (!ip) or (ip!) or (IP!) each time...
Many thanks, specially to Eljay
This post was edited on 07-25-2006 at 04:45 PM by Albator V.
|
|
07-25-2006 04:40 PM |
|
|
qgroessl
Veteran Member
Posts: 1615 Reputation: 22
33 / – /
Joined: Jul 2005
Status: Away
|
RE: [Request] IP sender
quote: Originally posted by Albator V
why this request...
Because if you get it without their knowlege it's actually an invasion of privacy... one thing that's been disputed over a lot... The request just shows they give you permission. Even if they do gotta type it... and if you tell them what to type i don't see why they'd type (IP!)...just say it's gotta be with the exclamation point infront, and capital letters.
|
|
07-25-2006 04:46 PM |
|
|
Pages: (2):
« First
[ 1 ]
2
»
Last »
|
|