What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Msg Parsing

Msg Parsing
Author: Message:
Hanumanji
New Member
*


Posts: 5
Joined: Jan 2005
O.P. Msg Parsing
Hi,
I want to make a plugin, that parses the msgs written by the user before sending, and the msgs received before been displayed....
i.e. a "translator" plugin..... I had downloaded the file at http://msgplus.net/help_plugins.php... and checked the Sample... But it only shows how to add Commands And Tags.... I don't want to require a command for the translation, it should be done automatically..

Can anyone help me out?

[sorry my english] :$

This post was edited on 02-01-2005 at 04:22 AM by Hanumanji.
02-01-2005 04:21 AM
Profile E-Mail PM Find Quote Report
Ash_
Senior Member
****

Avatar

Posts: 638
Reputation: 31
35 / Male / –
Joined: Aug 2004
RE: Msg Parsing
hmm, you'll need to do this Via Proxying (the only reliable way i can think of right now).

go look up some examples in Winsock hooking, and DLL Injection. what language might you be coding this in?
[Image: jeansiger5.jpg]
02-01-2005 05:10 AM
Profile PM Find Quote Report
mrhuge
Junior Member
**

Avatar

Posts: 88
Reputation: 5
46 / Male / –
Joined: May 2003
RE: Msg Parsing
I've created an MSN proxy program which I've recently ported to a MSG Plus! plugin. This plugin has a plugin interface of it's own which currently only supports C++. I'm planning on adding VB support as well, but I'll have to find the time to do this.
With these plugins you can intercept/change/block incoming and outgoing messages.
02-01-2005 09:26 PM
Profile PM Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: Msg Parsing
by proxy do you mean socks etc... or a winsock hook?
02-01-2005 09:30 PM
Profile PM Web Find Quote Report
Menthix
forum admin
*******

Avatar

Posts: 5537
Reputation: 102
39 / Male / Flag
Joined: Mar 2002
RE: Msg Parsing
Taken from the MSN Proxy site in mrhuge's sig:
quote:
A SOCKS4 proxy for MSN Messenger. This proxy has plugin support to enable you to make auto responders and/or interactive agents. Besides this you can select your initial status when signing in (online, away, etc...) and ping for keep-alive.

http://sourceforge.net/projects/msnproxy/

Nice to see MSN Proxy as a Plus! plugin btw, i remember you talked about this way back :).
Finish the problem
Menthix.net | Contact Me
02-01-2005 11:09 PM
Profile E-Mail PM Web Find Quote Report
aNILEator
Skinning Contest Winner
*****

Avatar
...in the wake of the aNILEator

Posts: 3718
Reputation: 90
35 / Male / Flag
Joined: Oct 2003
Status: Away
RE: Msg Parsing
wow its Mr. Huge you've not posted in ages.

I suggested a translation plugin before somewhere

where you select your contacts language and al messages you send are in their language and every message you recieve are in your language


eg

My Contact is french

Fukafly (thats me) typess: Hi
[Plugin interception - - - > Translation]
{sending....}

My contact recieves:-

Fukafly says: Salut!


:)
02-01-2005 11:24 PM
Profile PM Web Find Quote Report
mrhuge
Junior Member
**

Avatar

Posts: 88
Reputation: 5
46 / Male / –
Joined: May 2003
RE: Msg Parsing
quote:
Originally posted by Stigmata
by proxy do you mean socks etc... or a winsock hook?
Well, it's a bit of both actually. This plugin-version doesn't work 100% the same as the standalone version.
The plugin hooks the Notification Server session (which is basically the main connection of MSN Messenger) using a winsock hook. When there's an incoming or outgoing conversation request, it will intercept the Switchboard session (a separate TCP/IP connection for each conversation) using the good ol' MSN Proxy functionality. Plugins will be notified of new incoming or outgoing conversations and messages. Using a simple (100% threadsafe) callback mechanism you can also send messages to the local or remote user.
02-02-2005 03:56 PM
Profile PM Find Quote Report
« 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