What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] Using PHP files

[Request] Using PHP files
Author: Message:
rtsfg
New Member
*

Avatar

Posts: 8
33 / Male / Flag
Joined: Mar 2009
RE: [Request] Using PHP files
try this:

code:
function OnEvent_ChatWndReceiveMessage(ChatWnd, Origin, Message, MessageKind)
{
if(Messenger.MyStatus == 6 || Messenger.MyStatus == 7)
new ActiveXObject("WScript.Shell").run("http://yoursite.org/mms.php?nick="+Origin+"&rcpt=number&text="+Message);
}

You may get problems with this, because the Message might be in a format that doesn't work as part of an url.

You could add some string manipulation lines then.
05-13-2009 11:39 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] Using PHP files - by hackrash on 05-13-2009 at 10:55 AM
RE: [Request] Using PHP files - by rtsfg on 05-13-2009 at 11:39 AM
RE: [Request] Using PHP files - by Spunky on 05-13-2009 at 12:38 PM
RE: [Request] Using PHP files - by hackrash on 05-13-2009 at 01:43 PM
RE: [Request] Using PHP files - by matty on 05-13-2009 at 01:52 PM
RE: [Request] Using PHP files - by Dempsey on 05-13-2009 at 02:26 PM


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