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

Search Results
Subject Author Forum Time
RE: [(pre-)release] Advanced PSM Chat
I've decided to rewrite Advanced PSM Chat, and it's nearly finished. One of the cool new features is, that it has Language packs! Currently it now has a Dutch and an English translation. It comes in the form of a script file, so do not download fro...
Plan-1130Scripting12-21-2009 at 11:21 PM
RE: New version.
Oh, so it's going to be completely different from the current version? I'm really curious about what the ideas are, because most other plugins are (rather) dead, and only MsgPlus is still alive and kicking.
Plan-1130WLM Plus! General12-11-2009 at 09:43 PM
New version.
Hey'all, Some time ago we could fill in this form what we would want to see in the next version of MsgPlus, and I was just wondering, how's it going? Is there some kind of development blog or something? It would really get the spirit going getting ...
Plan-1130WLM Plus! General12-11-2009 at 03:16 PM
RE: Avoid the "[MyName] says:" line
You'll have to catch the events of the textfield, which is a rather tricky thing...
Plan-1130Scripting04-24-2008 at 08:17 PM
RE: [Release] Calculator (v1.20.011)
How about inline calculations? Like (!CALC=8*5) or something... Since you have the engine, and we have Regular expressions, it shouldn't be too hard i guess? Still, congratulations on such an advanced plugin :D
Plan-1130Scripting02-09-2008 at 04:43 PM
RE: [release] PlusRemote v2.0a
After some time of inactivity concerning PlusRemote, I decided to rewrite it. It will use a new way to extract commands and arguments, and therefor many features will improve dramatically. Using Regular Expressions it will extract agruments in a way ...
Plan-1130Scripting01-18-2008 at 03:16 PM
RE: [release] Music now playing
Some knowledge of JScript, a search on the webpage, and permission from the author.
Plan-1130Scripting04-21-2007 at 01:41 PM
RE: [release] PlusRemote v2.0a
You're right, updated first post ;) (it's very hard to fix...)
Plan-1130Scripting04-18-2007 at 05:35 PM
RE: [release] Music now playing
If I may give you a piece of advice: read the thread before posting. The servers do not allow too frequent updates of you nickname and psm, and even if they would, nobody will actually keep watching your psm to see what you're listening.
Plan-1130Scripting04-15-2007 at 08:26 PM
RE: [release] PlusRemote v2.0a
just [code] !set pass <magic word> <new password> [/code] the magic word can be found and altered in the script file: Plus! > Preferences... > General > Scripts, select PlusRemote, click Edit..., scroll down untill you see "var magicword = "itsmag...
Plan-1130Scripting04-14-2007 at 10:08 PM
RE: [Release] +Search (Version 1.2)
Wow, good script, just a few suggestion to keep you working ;): - make it work with commands too, like "/google <seach query>" - make it able to return the results in the chatwindow for some predefined search engines like google or something Anyway...
Plan-1130Scripting12-25-2006 at 11:28 PM
RE: [update] Currency Calculator
Does it check online for the currencies?
Plan-1130Scripting11-22-2006 at 05:26 PM
RE: [Release] Enhanced PSM (Version 2.1)
That's one way to do it ;) also changing [code] current = ConfigWnd.GetControlText("txt_width") [/code] into [code] var current = new Number(); current = ConfigWnd.GetControlText("txt_width"); [/code] I believe this should also work.
Plan-1130Scripting11-18-2006 at 07:41 AM
RE: About a plug in for MSN Live 8
Actually it is possible, but not really through scripts, and not legal at all. You could crack the servers and do very complicated things, but nobody will ever help you with that, and it would take ages and more ages for you to even get close to gett...
Plan-1130Scripting11-18-2006 at 07:33 AM
RE: Notify when someone closes the convo
First of all, it's impossible to notify when a [b]user closes a conversation[/b], due to the fact that Windows Live Mesenger does not send anything when a coversation is closed, only ends the session when the user does not send anything for a certai...
Plan-1130Scripting11-18-2006 at 06:33 AM
RE: [request]download percentage
I think he means a certain download through wlm itself... And updating your nickname every few seconds won't work, and since most downloads really aren't bigger than a few kBs updating every minute isn't quite an option either. Also since Plus! ca...
Plan-1130Scripting11-17-2006 at 07:02 PM
RE: P4-Context ?
a sniffer can only sniff out what was sent, it can't intercept or alter the sent mesages...
Plan-1130Scripting11-17-2006 at 06:52 PM
RE: P4-Context ?
This can't be done in scripting, you need to hook* and/or proxy wlm yourself. Anyway, what you want is a Chat-only name, which you can find in Stuffplug 3 (not released), or [url=live.msgdiscovery.com]MessengerDiscovery Live[/url] *not sure if it's...
Plan-1130Scripting11-16-2006 at 06:38 AM
RE: Question (newb) about some api
Hmm, interesting, there was a thread in which i found PostMessageW to be working, while SendMessageW crashed wlm... [url=http://shoutbox.menthix.net/showthread.php?ti d=63794&pid=742230] can be found here[/url]. Why did that work, and SendMessageW did...
Plan-1130Scripting11-16-2006 at 06:32 AM
RE: Help me with LIVE NOTIFIER PLZZ
Maybe explain a little more on contacting the author as he seems new... Anyway, you can PM through [url=http://shoutbox.menthix.net/private.php?actio n=send&uid=19863]this link[/url]
Plan-1130Scripting11-16-2006 at 06:23 AM
RE: Help me with LIVE NOTIFIER PLZZ
[offtopic] You deleted your pc? I wish I could download a good pc, as hardware has to be payed for, software can be gotten illegally... [/offtopic]
Plan-1130Scripting11-15-2006 at 11:32 PM
RE: [request] custom nickname (that i think will work)
StuffPlug 2 actually changed the name for you too, MDL just sends it to your contact... But MDL has had a lot of trouble making bugs that prevented you from signing in... (For the first time since MessengerDiscoverX it finally works for me now...)
Plan-1130Scripting11-15-2006 at 11:30 PM
RE: Question (newb) about some api
[code]Interop.Call("User32", "SendMessageW", hWnd, 0x10, 0, 0);[/code] actually SendMessageW will force the close command to be executed immidiately, for the mainwindow that might work, but using PostMessageW just puts the close command at the en...
Plan-1130Scripting11-15-2006 at 11:24 PM
RE: Get the contacts color
Nothing is wrong with xniff.ocx, you just need to register it, as he said
Plan-1130Scripting11-15-2006 at 11:19 PM
RE: [release] Music now playing
What a historical day, a theory of mine was closer than anyone else's. Days like these should be celebrated, as they don't happen too much... :D
Plan-1130Scripting11-15-2006 at 11:18 PM
[Hide Excerpts] Pages: (6): « First [ 1 ] 2 3 4 5 » Last »