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

Search Results
Subject Author Forum Time
RE: an idea for a script
mails from hotmail accounts can't be retrieved unless they add someday a pop3 support. at the moment they are only allowing retrieving from ms outlook through http, this only if you pay the premium membership.
DhayaScripting07-13-2006 at 06:38 AM
RE: [Help!] Advertiser
No this is not. This is correct : [code] function OnEvent_Initialize(MessengerStart) { [b]MsgPlus.[/b]AddTimer ('Add1', '600000'); } function OnEvent_Timer ([b]TimerId[/b]) { [b]if (TimerId == "Add1")[/b] { var ContactsOpened = Messenge...
DhayaScripting07-12-2006 at 07:08 AM
RE: hey! I can`t send my new script
Just try again, it will eventually work after a while :o
DhayaScripting07-12-2006 at 06:56 AM
RE: [Help] Backup MP!L?
Have a look at \\HKCU\Software\Patchou\Messenger Plus! Live\your@email.tld
DhayaScripting07-09-2006 at 07:26 AM
RE: Wont send a message
DhayaScripting07-09-2006 at 07:24 AM
RE: Multi Language class for scripts (request)
great news deAd ^^ If this works correctly it will be really usefull for us !
DhayaScripting07-08-2006 at 09:09 AM
RE: [REQ] Auto update lang file
i have an idea that scripters who would have to put their script in the updater create and host a file somewhere with a specific format, so the updater analyze it and stores it in a database. then when the scripter updates his scripts, he just has to...
DhayaScripting07-08-2006 at 12:33 AM
RE: [REQ] Auto update lang file
i'm thinking about something ^^ it might be interesting doing a script whose behavior is quite like the Extension panel in Firefox. So it would work both for unofficial languages and scripts which haven't auto-update feature.
DhayaScripting07-07-2006 at 11:43 PM
RE: [REQ] Auto update lang file
I'm interested in doing a script like that. I'll begin tomorrow morning :p
DhayaScripting07-07-2006 at 11:35 PM
RE: Trying to copy some text to the clipboard
I tested using this class which is inherited from System.Windows.Forms, and i didn't found a way to make it work :/
DhayaScripting07-07-2006 at 11:28 PM
RE: [Debug needed] Delay Script
first, you'll have to place the OnEvent_Timer() function out of this condition and out of this function. then, you should do some verifications before your operations. for example if you don't type something with the right format (which is blabla;b...
DhayaScripting07-07-2006 at 10:14 PM
RE: [Release] Babelfish Translator
thanks again. I've submitted the scripts ;)
DhayaScripting07-07-2006 at 10:07 PM
RE: Ripping variables out from a string?? [solved]
\o/ at least he'll understand better with two examples
DhayaScripting07-07-2006 at 09:18 PM
RE: Ripping variables out from a string?? [solved]
for example [code] [font=Courier]var strCommand = "#DoThat;130;104"; var arrCommand = strCommand.split(";"); switch (arrCommand[0]) { case "#DoThat": //use arrCommand[1] to get 130 and arrCommand[2] to get 104 break; }[/...
DhayaScripting07-07-2006 at 09:14 PM
RE: Problem with the ChatWndReceiveMessage event
Thank you again ddunk :D
DhayaWLM Plus! Bug Reports07-07-2006 at 09:11 PM
Problem with the ChatWndReceiveMessage event
Is it normal OnEvent_ChatWndReceiveMessage is triggered just after OnEvent_ChatWndSendMessage ? I would like to know if it is normal so I modify the script or if it is a bug that'll fixed. Thanks in advance :)
DhayaWLM Plus! Bug Reports07-07-2006 at 08:45 PM
RE: [Release] FileServer Script v1.1.2
The auto-update feature worked correctly for me, when I clicked on the WLM icon (basically the OnEvent_Initialize event was properly called :p )
DhayaScripting07-07-2006 at 08:00 PM
RE: [Release] FileServer Script v1.1.2
That's an *awesome* script you've done !
DhayaScripting07-07-2006 at 07:17 PM
RE: [Release] Babelfish Translator
yes i'm planning on doing that for an update in the near future
DhayaScripting07-07-2006 at 01:58 PM
RE: [Release] Link Catcher
That's great if people find it useful, thank you ^^
DhayaScripting07-07-2006 at 12:24 PM
RE: [Release] Babelfish Translator
Yeah i'm working on this f**** behavior :( . I still don't know why it is doing this, if someone knows, please help me ^^ But it seems this is only happening when you select an option from the CommandMenu, if you type it directly it doesn't flash....
DhayaScripting07-07-2006 at 12:20 PM
[Release] Babelfish Translator
I've made a script that uses Altavista Babelfish engine to translate on the fly texts you send to your contacts. Usage : [b]!translate[/b] brings up the GUI for translation [b]!translate lng1 lng2 text[/b] translate directly from lang1 to lang2 [b]!...
DhayaScripting07-07-2006 at 12:09 PM
RE: SendMessage
SendMessage is a function inherited from ChatWnd object. You'll have to use it this way : [code] function OnEvent_ChatWndSendMessage(ChatWnd,Msg) { if (Msg == "^CurrentMedia") { var Message = "/me is now playing " + Messenger.CurrentMedi...
DhayaScripting07-06-2006 at 10:24 PM
RE: [Release] Link Catcher
indeed there is something like that, but it is available only through the contact window.
DhayaScripting07-06-2006 at 05:52 PM
[Release] Link Catcher
Hi, i made a script that allows you to grab links beginning with "http://" from your contact's details (name and psm). The script will then open a browser or let you choose which link you want to open if there is 2 or more links. Just type [b]!lin...
DhayaScripting07-06-2006 at 05:10 PM
[Hide Excerpts]