What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Joke] [Release] Open Window Notification

[Joke] [Release] Open Window Notification
Author: Message:
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
O.P. RE: [Release] Open Window Notification
quote:
Originally posted by emeed
The only fact there is is that the name WON was wrong. Don't talk about other "facts" because you don't know what you're talking about.


Fact is: this notifies you when a window is opened.

Therefor it has every right in being called "open windows notification".

Although it does throw a random notification every 123.456 seconds.


Also, let me start you in the right direction.

VB6 MSN Messenger Packet Sniffer:

http://pscode.com/vb/scripts/ShowCode.asp?txtCodeId=53191&lngWId=1

What you are looking for:
the "RNG" packet. This is sent when you are invited to the switchboard.

it looks like:
quote:
<<< RNG 11752013 207.46.108.38:1863 CKI 849102291.520491113 example@passport.com Example%20Name\r\n

    *  The first parameter is the session ID of the new switchboard session. Every switchboard session has a unique ID, and each principal invited will use the same session ID. You will need this for authenticating with the switchboard.
    * The second parameter is the colon-delimited string for the address and port (has always been 1863) of the switchboard.
    * The third parameter specifies the type of authentication, which should always be CKI.
    * The fourth parameter is an authentication string that you will need when authenticating with the switchboard.
    * The fifth and sixth parameters are respectively the account name and the URL-encoded display name of the principal that invited you to the switchboard session.

More Info: http://msnpiki.msnfanatic.com/index.php/Switchboa...d_to_a_Switchboard

Basically you could just search for this packet, then raise a toast saying the 4th parameter has started a conversation with you.

good luck

This post was edited on 07-04-2006 at 10:58 PM by Stigmata.
07-04-2006 10:48 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Joke] [Release] Open Window Notification - by Stigmata on 07-03-2006 at 02:17 PM
RE: [Release] Open Window Notification - by Volv on 07-03-2006 at 02:39 PM
RE: [Release] Open Window Notification - by craig2k5 on 07-03-2006 at 02:40 PM
RE: [Release] Open Window Notification - by loppasuu on 07-03-2006 at 02:52 PM
RE: [Release] Open Window Notification - by xJ + on 07-03-2006 at 02:56 PM
RE: [Release] Open Window Notification - by Voldemort on 07-03-2006 at 03:32 PM
RE: [Release] Open Window Notification - by Lou on 07-03-2006 at 03:37 PM
RE: [Release] Open Window Notification - by alexp2_ad on 07-03-2006 at 03:37 PM
RE: [Release] Open Window Notification - by Veggie on 07-03-2006 at 03:38 PM
RE: [Release] Open Window Notification - by saintgtril on 07-03-2006 at 04:12 PM
RE: [Release] Open Window Notification - by absorbation on 07-03-2006 at 04:16 PM
RE: RE: [Release] Open Window Notification - by saintgtril on 07-03-2006 at 04:24 PM
RE: [Release] Open Window Notification - by Stigmata on 07-03-2006 at 04:18 PM
RE: [Release] Open Window Notification - by albert on 07-03-2006 at 04:24 PM
RE: [Release] Open Window Notification - by Thor on 07-03-2006 at 04:44 PM
RE: [Release] Open Window Notification - by absorbation on 07-03-2006 at 04:57 PM
RE: [Release] Open Window Notification - by qgroessl on 07-03-2006 at 04:59 PM
RE: [Release] Open Window Notification - by Veggie on 07-03-2006 at 05:01 PM
RE: [Release] Open Window Notification - by Thor on 07-03-2006 at 05:03 PM
RE: [Release] Open Window Notification - by Three6Mafia on 07-03-2006 at 05:03 PM
RE: [Release] Open Window Notification - by Stigmata on 07-03-2006 at 06:07 PM
RE: [Release] Open Window Notification - by craig2k5 on 07-03-2006 at 06:10 PM
RE: [Release] Open Window Notification - by Creeks on 07-03-2006 at 09:13 PM
RE: [Release] Open Window Notification - by cooldude_i06 on 07-03-2006 at 09:22 PM
RE: [Release] Open Window Notification - by hmaster on 07-03-2006 at 09:25 PM
RE: [Release] Open Window Notification - by shajiby on 07-04-2006 at 09:31 AM
RE: [Release] Open Window Notification - by Bull on 07-04-2006 at 09:40 AM
RE: [Release] Open Window Notification - by Nathan on 07-04-2006 at 10:01 AM
RE: [Release] Open Window Notification - by Bull on 07-04-2006 at 10:09 AM
RE: [Release] Open Window Notification - by Felu on 07-04-2006 at 10:09 AM
RE: [Release] Open Window Notification - by xJ + on 07-04-2006 at 10:11 AM
RE: RE: [Release] Open Window Notification - by alexp2_ad on 07-04-2006 at 10:16 AM
RE: [Release] Open Window Notification - by Volv on 07-04-2006 at 10:17 AM
RE: RE: [Release] Open Window Notification - by alexp2_ad on 07-04-2006 at 10:19 AM
RE: [Release] Open Window Notification - by Nathan on 07-04-2006 at 10:20 AM
RE: [Release] Open Window Notification - by xJ + on 07-04-2006 at 10:22 AM
RE: RE: [Release] Open Window Notification - by alexp2_ad on 07-04-2006 at 10:24 AM
RE: [Release] Open Window Notification - by Stigmata on 07-04-2006 at 11:24 AM
RE: [Release] Open Window Notification - by linx05 on 07-04-2006 at 11:30 AM
RE: [Release] Open Window Notification - by xJ + on 07-04-2006 at 11:35 AM
RE: [Release] Open Window Notification - by linx05 on 07-04-2006 at 11:39 AM
RE: RE: [Release] Open Window Notification - by emeed on 07-04-2006 at 12:28 PM
RE: [Release] Open Window Notification - by Stigmata on 07-04-2006 at 11:39 AM
RE: [Release] Open Window Notification - by Plik on 07-04-2006 at 12:41 PM
RE: [Release] Open Window Notification - by linx05 on 07-04-2006 at 01:11 PM
RE: [Release] Open Window Notification - by tacos_burritos on 07-04-2006 at 01:22 PM
RE: [Release] Open Window Notification - by Plik on 07-04-2006 at 01:42 PM
RE: [Release] Open Window Notification - by emeed on 07-04-2006 at 02:23 PM
RE: RE: [Release] Open Window Notification - by CookieRevised on 07-04-2006 at 06:25 PM
RE: RE: RE: [Release] Open Window Notification - by emeed on 07-04-2006 at 10:20 PM
RE: RE: [Release] Open Window Notification - by linx05 on 07-04-2006 at 03:23 PM
RE: [Release] Open Window Notification - by emeed on 07-04-2006 at 04:44 PM
RE: [Release] Open Window Notification - by Stigmata on 07-04-2006 at 10:48 PM
RE: [Release] Open Window Notification - by linx05 on 07-04-2006 at 11:27 PM
RE: [Release] Open Window Notification - by ivy on 07-05-2006 at 05:07 AM
RE: [Release] Open Window Notification - by Three6Mafia on 07-05-2006 at 06:06 AM
RE: [Release] Open Window Notification - by Stigmata on 07-05-2006 at 07:45 AM
RE: [Release] Open Window Notification - by tacos_burritos on 07-05-2006 at 02:42 PM
RE: RE: [Release] Open Window Notification - by Three6Mafia on 07-05-2006 at 02:54 PM
RE: [Release] Open Window Notification - by -Buffy on 07-05-2006 at 09:00 PM
RE: [Release] Open Window Notification - by riahc4 on 07-05-2006 at 11:22 PM
RE: RE: [Release] Open Window Notification - by -Buffy on 07-05-2006 at 11:55 PM
RE: [Release] Open Window Notification - by cloudhunter on 07-06-2006 at 02:57 AM
RE: [Release] Open Window Notification - by -Buffy on 07-06-2006 at 09:22 PM
RE: [Release] Open Window Notification - by CookieRevised on 07-06-2006 at 11:43 PM
RE: [Release] Open Window Notification - by bradrobbo on 07-07-2006 at 02:26 PM
RE: [Release] Open Window Notification - by Lou on 07-08-2006 at 05:32 PM
RE: [Joke] [Release] Open Window Notification - by winter13 on 10-15-2006 at 04:45 AM
RE: RE: [Joke] [Release] Open Window Notification - by jmccarroll on 10-15-2006 at 04:49 AM
RE: [Joke] [Release] Open Window Notification - by NanaFreak on 10-15-2006 at 04:52 AM
RE: [Joke] [Release] Open Window Notification - by Matti on 10-15-2006 at 06:52 AM
RE: [Joke] [Release] Open Window Notification - by vaccination on 10-15-2006 at 10:04 AM
RE: [Joke] [Release] Open Window Notification - by Stigmata on 10-16-2006 at 08:51 AM
RE: [Joke] [Release] Open Window Notification - by pascalnouma on 10-23-2006 at 10:59 AM
RE: [Joke] [Release] Open Window Notification - by NanaFreak on 10-23-2006 at 11:03 AM
RE: [Joke] [Release] Open Window Notification - by Stigmata on 11-13-2007 at 05:02 PM
RE: [Joke] [Release] Open Window Notification - by Matti on 11-13-2007 at 08:05 PM
RE: [Joke] [Release] Open Window Notification - by linx05 on 11-14-2007 at 01:08 AM
RE: [Joke] [Release] Open Window Notification - by pkzild on 10-09-2008 at 01:32 AM
RE: [Joke] [Release] Open Window Notification - by tony on 10-09-2008 at 01:52 AM
RE: RE: [Joke] [Release] Open Window Notification - by pkzild on 10-09-2008 at 02:54 AM
RE: [Joke] [Release] Open Window Notification - by Th3rmal on 10-09-2008 at 04:49 AM


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