What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Release] Typing Notifier

Pages: (4): « First « 1 2 [ 3 ] 4 » Last »
[Release] Typing Notifier
Author: Message:
mickael9
Full Member
***


Posts: 117
Reputation: 3
32 / Male / Flag
Joined: Jul 2005
O.P. RE: [Release] Typing Notifier
Hi,

I created a .NET Dll for sniffing WLM (incoming and outgoing) packets.
My code is based on this article : http://www.codeproject.com/cs/internet/CSNetworkSniffer.asp

I made a new Typing Notifier version that uses SniffSharp and *should* work on Vista (I can't test :()

The script might be buggy so I need some feedbacks (from users using Windows Vista).

Thanks

Note : You need to register the DLL manually by running this command :

C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\regAsm.exe /codebase "C:\Program Files\Messenger Plus! Live\Scripts\Typing Notifier - SniffSharp\SniffSharp.dll"

Restart Messenger and the script should work (take a look at the Script Debugging window)

(<DotNetFiles> is a bit buggy :()

.plsc File Attachment: Typing Notifier - SniffSharp.plsc (6.98 KB)
This file has been downloaded 321 time(s).
05-23-2007 08:31 PM
Profile PM Web Find Quote Report
Bryan84
Junior Member
**


Posts: 62
40 / Male / Flag
Joined: Aug 2006
RE: [Release] Typing Notifier
ooo anyone tried?
[Image: signature.gif]
05-24-2007 03:14 AM
Profile E-Mail PM Web Find Quote Report
Felu
Veteran Member
*****


Posts: 2223
Reputation: 72
29 / Male / Flag
Joined: Apr 2006
Status: Away
RE: [Release] Typing Notifier
quote:
Originally posted by mickael9
(<DotNetFiles> is a bit buggy (Smilie))

Yes, thats why i ended up using exe's for my 2 script.

Yea, i know, i need to update them both
05-24-2007 04:19 AM
Profile E-Mail PM Web Find Quote Report
TheAngel
Junior Member
**


Posts: 25
43 / Male / –
Joined: Apr 2005
RE: [Release] Typing Notifier
Vista (32) here

after register the dll and restart wlm the Script Debugging window show this

Function called: OnEvent_Initialize
Error: An address incompatible with the requested protocol was used (code: -2147467259)
       File: Typing Notifier.js. Line: 74.
Function OnEvent_Initialize returned an error. Code: -2147352567
05-24-2007 12:51 PM
Profile E-Mail PM Find Quote Report
mickael9
Full Member
***


Posts: 117
Reputation: 3
32 / Male / Flag
Joined: Jul 2005
O.P. RE: [Release] Typing Notifier
Hi TheAngel,

I made a debug version.

- Close Messenger
- Replace the SniffSharp.dll and Typing Notifier.js files in the script's folder
- Restart Messenger and copy/paste the text in the Script Debugging window

Thanks

.zip File Attachment: Patch.zip (6.7 KB)
This file has been downloaded 214 time(s).

This post was edited on 05-24-2007 at 04:26 PM by mickael9.
05-24-2007 04:26 PM
Profile PM Web Find Quote Report
TheAngel
Junior Member
**


Posts: 25
43 / Male / –
Joined: Apr 2005
RE: [Release] Typing Notifier
Script is starting
Script is now loaded and ready
Function called: OnEvent_Initialize
Error: An address incompatible with the requested protocol was used (code: -2147467259)
       File: Typing Notifier.js. Line: 78.
Function OnEvent_Initialize returned an error. Code: -2147352567
05-24-2007 06:00 PM
Profile E-Mail PM Find Quote Report
Veggie
Full Member
***

Avatar

Posts: 415
Reputation: 21
37 / Male / Flag
Joined: Sep 2004
RE: [Release] Typing Notifier
Script is starting
Script is now loaded and ready
Function called: OnEvent_Initialize
Error: No IP Found (code: -2146233088)
       File: Typing Notifier.js. Line: 98.
Function OnEvent_Initialize returned an error. Code: -2147352567
05-24-2007 06:16 PM
Profile E-Mail PM Web Find Quote Report
mickael9
Full Member
***


Posts: 117
Reputation: 3
32 / Male / Flag
Joined: Jul 2005
O.P. RE: [Release] Typing Notifier
OMG Sorry I'm so stupid
(That was the old DLL :()

Please test with the new patch :)

@TheAngel : Are you using a IPv6 connection ?

.zip File Attachment: Patch.zip (7.24 KB)
This file has been downloaded 222 time(s).

This post was edited on 05-24-2007 at 06:37 PM by mickael9.
05-24-2007 06:33 PM
Profile PM Web Find Quote Report
TheAngel
Junior Member
**


Posts: 25
43 / Male / –
Joined: Apr 2005
RE: [Release] Typing Notifier
:P

here's the log, erased some of the ip numbers

Script is starting
Script is now loaded and ready
Function called: OnEvent_Initialize
SniffSharp :: IP : fe80::a11f:22e4:cac6:ae00%9
SniffSharp :: Choosen IP : fe80::a11f:22e4:cac6:ae00%9
SniffSharp :: IP : fex::200:5efe:x.x.x.x%14
SniffSharp :: IP : 2002:545a:e11a::545a:e11a
SniffSharp :: IP : x.x.x.x
SniffSharp :: Error while binding main socket : An address incompatible with the requested protocol was used
StackTrace :    at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress)
   at System.Net.Sockets.Socket.Bind(EndPoint localEP)
   at SniffSharp.SniffSharp.Start()
SniffSharp :: Error while setting IOControl modes : An invalid argument was supplied
StackTrace :    at System.Net.Sockets.Socket.IOControl(Int32 ioControlCode, Byte[] optionInValue, Byte[] optionOutValue)
   at System.Net.Sockets.Socket.IOControl(IOControlCode ioControlCode, Byte[] optionInValue, Byte[] optionOutValue)
   at SniffSharp.SniffSharp.Start()
SniffSharp :: Error while starting async operation : An invalid argument was supplied
StackTrace :    at System.Net.Sockets.Socket.BeginReceive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state)
   at SniffSharp.SniffSharp.Start()
SniffSharp :: Started successfully
05-24-2007 06:39 PM
Profile E-Mail PM Find Quote Report
Veggie
Full Member
***

Avatar

Posts: 415
Reputation: 21
37 / Male / Flag
Joined: Sep 2004
RE: [Release] Typing Notifier
Script is starting
Script is now loaded and ready
Function called: OnEvent_Initialize
SniffSharp :: IP : 192.168.0.2
SniffSharp :: Error while binding main socket : No IP Found
StackTrace :    at SniffSharp.SniffSharp.GetIp()
   at SniffSharp.SniffSharp.Start()
SniffSharp :: Error while setting IOControl modes : An invalid argument was supplied
StackTrace :    at System.Net.Sockets.Socket.IOControl(Int32 ioControlCode, Byte[] optionInValue, Byte[] optionOutValue)
   at System.Net.Sockets.Socket.IOControl(IOControlCode ioControlCode, Byte[] optionInValue, Byte[] optionOutValue)
   at SniffSharp.SniffSharp.Start()
SniffSharp :: Error while starting async operation : An invalid argument was supplied
StackTrace :    at System.Net.Sockets.Socket.BeginReceive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state)
   at SniffSharp.SniffSharp.Start()
SniffSharp :: Started successfully
<hr>
the ip it chose is my lan address if that makes any differnce
05-24-2007 06:55 PM
Profile E-Mail PM Web Find Quote Report
Pages: (4): « First « 1 2 [ 3 ] 4 » 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