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

Search Results
Subject Author Forum Time
RE: Get email address of sender when message is received
[code] function OnEvent_ChatWndReceiveMessage(pChatWnd, sOrigin, sMessage, nMessageKind){ var f = new Enumerator(pChatWnd.Contacts); var email=f.item().Email; } [/code] The e-mail address is now stored in var email.
Eagle_ErwinScripting09-01-2007 at 05:32 PM
RE: [Updated] Live Notifier V1.10 (formerly Convo Notifier)
I don't use that one, because it doesn't support wireless networks, and I use wireless ;)
Eagle_ErwinScripting01-26-2007 at 11:18 AM
RE: [Updated] Live Notifier V1.10 (formerly Convo Notifier)
Yes, that's the one I mean
Eagle_ErwinScripting01-26-2007 at 10:41 AM
RE: [Updated] Live Notifier V1.10 (formerly Convo Notifier)
I guess you use Live Notifier, try Convo notifier instead
Eagle_ErwinScripting01-25-2007 at 11:22 PM
RE: Run a script from PHP
I'm afraight a timer would use a big amount of system resources, when it have to check a file every 5 sec. I was more looking for a command-line thing or maybe an API, as Ezra posted. The problem is, I know nothing about API's, and it looks pretty...
Eagle_ErwinScripting11-08-2006 at 04:57 PM
RE: Run a script from PHP
Ok, sounds like a good option, but how does the WLM script know that the file is modified, and that the text in it has to be send to a person via WLM?
Eagle_ErwinScripting11-08-2006 at 04:39 PM
RE: Run a script from PHP
Thanks for your fast reply. But is seems that the w32api only works for PHP 4.x.x. I'm using PHP 5.2.0. I saw something about the ffi extension, but it's not compatible since PHP 5.1.0. Any other options?
Eagle_ErwinScripting11-08-2006 at 01:07 PM
Run a script from PHP
In my student house, I have a webserver with PHP and I use Messenger Live with Plus!. I have written some scripts, and it all works very well. But in some cases, I want to run a script from a PHP script. For example: I have a webcam on my site. When ...
Eagle_ErwinScripting11-08-2006 at 11:43 AM
RE: [Updated] Live Notifier V1.10 (formerly Convo Notifier)
It already is. Open the settings-window and check the second checkbox. I have the dutch version, but in English it would be called something like: "Always show notification"
Eagle_ErwinScripting10-09-2006 at 09:49 PM
RE: Mcafee says suspicious script has been detected
You can disable the Suspicious Script warnings in McAfee: Right-click on the security-center icon in the system tray, choose VirusScan -> Options. Under ActiveShield, click Advanced. Click Exploits, and uncheck the box: "Enable ScriptStopper (recomm...
Eagle_ErwinScripting08-22-2006 at 09:17 AM
RE: Modify location of Toast-messages
The given registry-key doesn't exists in Messenger Plus! Live. And yes, all messenger toast-messages are displayed at the same position, it are not only the Plus! toast messages.
Eagle_ErwinScripting08-21-2006 at 07:51 AM
RE: Window Close after Signout
Thank you very much, never doubt about it: it works! And about your advice: The script is used in a WLM-bot, so multiple contacts in one chat doesn't exists in this case. And about your second drawback: Because it is a bot, it doen't matter to ME ...
Eagle_ErwinScripting08-20-2006 at 10:31 PM
RE: Window Close after Signout
Nope, it didn't. Great minds think alike :P
Eagle_ErwinScripting08-20-2006 at 10:08 PM
RE: Window Close after Signout
chat.Contacts returns an enumeration of all contacts active in the chat window. So it returns an object of the type contact. The use of an exit-code didn't have the right effect, it still doesn't work. Edit: I already found an error in this script...
Eagle_ErwinScripting08-20-2006 at 10:00 PM
Modify location of Toast-messages
In my Windows XP-configuration, I have my Start-bar on the left side of the screen, instead of the bottom of the screen. The result of this change is that toast-messages are placed on the bottom-left side of the screen instead of the bottom-right sid...
Eagle_ErwinScripting08-20-2006 at 09:18 PM
RE: [Release] SkypeSync Live V1.00
I like this script a lot, but I have one problem: When my WLM-status is online, I want my Skype-status to be Skype Me. I've tried to modify the script, at this way: [code] case MSN_STATUS_ONLINE: SetSkypeStatus(SKYPE_STATUS_SKYPE_ME); break; ...
Eagle_ErwinScripting08-20-2006 at 09:14 PM
Window Close after Signout
I'm trying to make a script that closes the conversation-window when a contact signs out. The code I have now: [code] function OnEvent_ContactSignout(Email){ var contact=Messenger.MyContacts.GetContact(Email); var chats = Messenger.CurrentChats; ...
Eagle_ErwinScripting08-20-2006 at 09:07 PM
[Hide Excerpts]