What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » Search » Results

Search Results
Subject Author Forum Time
SkypeSync - Synchronize your Skype status with your MSN status
Hi all, Here is a small plugin which I basically created for myself. I created it because I'm a little bit lazy :P, and I don't want change both MSN's status and Skype's status when needed. This plugin synchronizes your Skype status with your MSN...
mrhugePlug-Ins03-26-2006 at 06:49 PM
RE: Interpret text typed in conversation window
You can also use [url=http://shoutbox.menthix.net/showthread.php?ti d=56035]Bot Developers Kit[/url]. You can use this API in your MSGPlus! plugins to intercept both incoming and outgoing messages.
mrhugePlug-Ins03-23-2006 at 04:51 PM
RE: Bot Developers Kit Version 2.01 available (update: feb 26, 2006)
You're welcome :). The idea of your plugin sounds cool! What do those Perl commands actually do?
mrhugePlug-Ins03-20-2006 at 04:33 PM
RE: Bot Developers Kit Version 2.01 available (update: feb 26, 2006)
I've made a little change to BotDK. Check the opening post.
mrhugePlug-Ins02-26-2006 at 01:07 PM
RE: Bot Developers Kit Version 2.01 available (update: feb 26, 2006)
When I include "MPPluginHeader.h" in BotDKPlugin.cpp and use the DisplayToastW function, it compiles and links fine. Maybe you're not using the right version of the Messenger Plus! plugin API?
mrhugePlug-Ins02-26-2006 at 12:25 PM
RE: Bot Developers Kit Version 2.01 available (update: feb 26, 2006)
To do that, I'll have to change the concept completely. Right now, it's a COM-based API which can be used from almost any COM-compatible programming language. I'd like to keep it like that so developers have maximum freedom. I'm aware of the sli...
mrhugePlug-Ins02-22-2006 at 06:52 PM
Bot Developers Kit Version 2.01 available (update: feb 26, 2006)
At last... I've finished the new version of BotDK: Version [b]2.0[/b]! [b]Changes since V1.0[/b] [list][*]The biggest change is that it's not a Messenger Plus! plugin anymore. It's now a COM dll which you can use in your Messenger Plus! plugins. T...
mrhugePlug-Ins02-19-2006 at 09:04 PM
RE: Bot Developers Kit available! (Update 16-05)
From MSN Messenger version 7 BotDK has a problem hooking the Winsock functions which means it can't intercept messages. I've already found a solution for this, but I've been to busy doing other things (baught a house, stuff like that :P) that, unt...
mrhugePlug-Ins02-17-2006 at 09:34 AM
RE: Looking For A Plugin - If user types ~text reply with textanswer (more info inside)
That plugin is called BotDK :). You can download the plugin [url=http://shoutbox.menthix.net/showthread.php?ti d=44659&page=1]from this thread[/url].
mrhugePlug-Ins07-19-2005 at 06:14 PM
RE: Recognising messages
[url=http://shoutbox.menthix.net/showthread.php?ti d=44659]BotDK[/url] allows you to intercept all incoming and outgoing messages :).
mrhugePlug-Ins05-21-2005 at 12:14 PM
RE: Bot Developers Kit available! (Update 16-05)
What's the font of a 'normal' message? I guess you mean that you want to send a message in the same font as the font you use for messages in MSN Messenger itself. In BotDK you always have to specify which font to use for a message (except for hidd...
mrhugePlug-Ins05-17-2005 at 08:35 PM
RE: Bot Developers Kit available! (Update 16-05)
Agreed. The plugins created using BotDK should be for the 'general public' :).
mrhugePlug-Ins05-17-2005 at 05:48 PM
RE: Bot Developers Kit available! (Update 16-05)
You need to have experience with a COM-compatible programming language. However, you can't use Visual Basic 6, because VB6 doesn't support Free threaded COM objects. You [i]can[/i] use VB.NET instead. Documentation on how to create BotDK plugins is...
mrhugePlug-Ins05-16-2005 at 06:43 PM
RE: Bot Developers Kit available! (Update 16-05)
Thanks for the compliment Hilikus! :) I'm thinking about changing the way BotDK works a little. Actually I think it would be even nicer if you could turn MsgPlus! plugins into auto-responders or bots using BotDK. My idea is to make BotDK a DLL which...
mrhugePlug-Ins05-16-2005 at 05:54 PM
RE: Bot Developers Kit available! (Update 16-05)
That's because BotDK apparently wasn't able to load the plugin. In this version, BotDK won't display an error when it didn't succeed in loading a plugin. The next version will display an error message when it can't load a plugin. Edit: When a pl...
mrhugePlug-Ins05-15-2005 at 05:49 PM
RE: Bot Developers Kit available! (Update 16-05)
Hmz, only thing BotDK hooks is 2 winsock functions (send, recv). Could that interfere with SPNG? TheBlasphemer?
mrhugePlug-Ins05-15-2005 at 12:41 PM
RE: Bot Developers Kit available! (Update 16-05)
Hmz, I don't think that BotDK can cause your custom emoticons to disappear, because it doesn't do anything with them. In which way is it incompatible with StuffPlug-NG? Please give me some more details on that, so I can solve the problem. Thanks fo...
mrhugePlug-Ins05-15-2005 at 11:15 AM
RE: Bot Developers Kit available! (Update 16-05)
I've updated the opening post. I've released the first beta version of BotDK :D.
mrhugePlug-Ins05-14-2005 at 08:27 PM
RE: Bot Developers Kit available! (Update 16-05)
The plugin contains some MSN Proxy technology, but is written completely from scratch. Using this plugin, you don't need to configure MSN Messenger to use SOCKS4, like with MSN Proxy. MSN Proxy is a separate program, so it's not able to intercept A...
mrhugePlug-Ins05-14-2005 at 06:47 PM
RE: Bot Developers Kit available! (Update 16-05)
I'm thinking about supporting VBScript and JScript as well for creating BotDK plugins in a future version :).
mrhugePlug-Ins05-14-2005 at 05:53 PM
RE: Bot Developers Kit available! (Update 16-05)
The power of this plugin is, that you can now create your own commands/tags in a format which you can choose yourself. A BotDK plugin gets every message before MSN Messenger gets it, so a BotDK plugin can do parsing and command handling of it's own.
mrhugePlug-Ins05-14-2005 at 03:22 PM
RE: Bot Developers Kit available! (Update 16-05)
You can parse any message with a BotDK plugin, because your plugin will get the message before MSN Messenger and MSGPlus! do.
mrhugePlug-Ins05-14-2005 at 03:04 PM
RE: Bot Developers Kit available! (Update 16-05)
Here's a small feature list to warm you up ;) [list][*]100% thread-safe COM based plugin interface [*]Plugin notifications: [list][*]when an incoming conversation has been started [*]when an outgoing conversation has been started [*]when a conversat...
mrhugePlug-Ins05-14-2005 at 02:13 PM
Bot Developers Kit available! (Update 16-05)
[update]I've attached a new version of VBDotNetExample. In the one in the installer I had forgotten to create the plugin object as a COM Object[/update] Hi all, Lately I've been working on a new plugin: [b]Bot Developers Kit[/b], or simply: [b]BotD...
mrhugePlug-Ins05-13-2005 at 10:48 PM
RE: Bot?
How about a proxy with plugin support? I've created an open source SOCKS4 proxy for MSN Messenger. With the plugin interface you can create bots, auto-responders, whatever. You only need C/C++ knowledge to create such a plugin. Look @ my signature ...
mrhugePlug-Ins04-19-2005 at 08:12 PM
[Hide Excerpts] Pages: (3): « First « 1 [ 2 ] 3 » Last »