What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] IP sender

Pages: (2): « First [ 1 ] 2 » Last »
[Request] IP sender
Author: Message:
Albator V
Junior Member
**

Avatar

Posts: 28
44 / Male / –
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
Profile E-Mail PM Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
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
Profile E-Mail PM Web Find Quote Report
qgroessl
Veteran Member
*****


Posts: 1615
Reputation: 22
33 / – / Flag
Joined: Jul 2005
Status: Away
RE: [Request] IP sender
Why don't you just ask them to type (!IP)... probably be a lot easier :p
07-25-2006 02:25 PM
Profile PM Find Quote Report
John Anderton
Elite Member
*****

Avatar

Posts: 3908
Reputation: 80
37 / Male / Flag
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 :p
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
Profile E-Mail PM Web Find Quote Report
RaceProUK
Elite Member
*****

Avatar

Posts: 6073
Reputation: 57
39 / Male / Flag
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.
[Image: spartaafk.png]
07-25-2006 02:36 PM
Profile PM Web Find Quote Report
John Anderton
Elite Member
*****

Avatar

Posts: 3908
Reputation: 80
37 / Male / Flag
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
Profile E-Mail PM Web Find Quote Report
Voldemort
Veteran Member
*****

Avatar

Posts: 3504
Reputation: 49
– / – / Flag
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!
[Image: ico-mollytrix16.gif]
07-25-2006 03:05 PM
Profile E-Mail PM Find Quote Report
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: [Request] IP sender
quick script, dont expect any updates/support :P

just type !getip in a conversation window to request.

.plsc File Attachment: GetIP.plsc (832 bytes)
This file has been downloaded 277 time(s).
07-25-2006 03:27 PM
Profile PM Find Quote Report
Albator V
Junior Member
**

Avatar

Posts: 28
44 / Male / –
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
Profile E-Mail PM Find Quote Report
qgroessl
Veteran Member
*****


Posts: 1615
Reputation: 22
33 / – / Flag
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
Profile PM Find Quote Report
Pages: (2): « First [ 1 ] 2 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On