What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » UPDATED: vbscript plugin host to Scripting Host V2 for MP!3 (with JScript support)

Pages: (4): « First « 1 2 3 [ 4 ] Last »
UPDATED: vbscript plugin host to Scripting Host V2 for MP!3 (with JScript support)
Author: Message:
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: UPDATED: vbscript plugin host to Scripting Host V2 for MP!3 (with JScript support)
quote:
Originally posted by Hah
Anyone fancy phpscript?


:P yes for details on how to get it etc its in my post here http://shoutbox.menthix.net/showthread.php?tid=20...d=348687#pid348687
[Image: dt2.0v2.png]      Happy Birthday, WDZ
04-20-2005 03:07 PM
Profile PM Web Find Quote Report
BART SIMPSON416
Junior Member
**

Avatar
[bart416]

Posts: 15
– / Male / –
Joined: Dec 2003
RE: UPDATED: vbscript plugin host to Scripting Host V2 for MP!3 (with JScript support)
quote:
Originally posted by -dt-
quote:
Originally posted by Hah
Anyone fancy phpscript?


:P yes for details on how to get it etc its in my post here http://shoutbox.menthix.net/showthread.php?tid=20...d=348687#pid348687

I sugest the usage of phpgtk.
Will try to make some examples for you of making simple programs in it.
I personaly compiled my php with modules to create images and pdf files so i could use them in php gtk.
But my curent programs are a bit complex.
Will try to come up with something simpel that includes msn messenger or so :P
[Image: signature.gif]
04-21-2005 05:43 PM
Profile E-Mail PM Web Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: UPDATED: vbscript plugin host to Scripting Host V2 for MP!3 (with JScript support
quote:
Originally posted by BART_SIMPSON416
quote:
Originally posted by -dt-
quote:
Originally posted by Hah
Anyone fancy phpscript?


:P yes for details on how to get it etc its in my post here http://shoutbox.menthix.net/showthread.php?tid=20...d=348687#pid348687

I sugest the usage of phpgtk.
Will try to make some examples for you of making simple programs in it.
I personaly compiled my php with modules to create images and pdf files so i could use them in php gtk.
But my curent programs are a bit complex.
Will try to come up with something simpel that includes msn messenger or so :P

dude I know what php-gtk is I've written quite a few programs in it like one to auto download the latest moox nightly unzip it then backup his firefox profile and overwrite the current firefox all with a pretty gui.

the benifit of this plugin is that it gives you some messenger plus plugin stuff. (and yes I've coded messengerplus! plugins before just look in the plugin database for dt's xemail's plugin)

This post was edited on 04-21-2005 at 06:07 PM by -dt-.
[Image: dt2.0v2.png]      Happy Birthday, WDZ
04-21-2005 06:06 PM
Profile PM Web Find Quote Report
BART SIMPSON416
Junior Member
**

Avatar
[bart416]

Posts: 15
– / Male / –
Joined: Dec 2003
RE: UPDATED: vbscript plugin host to Scripting Host V2 for MP!3 (with JScript support)
Well, i don't see a problem then.
Don't say that you don't know how to use the exec() command ;)
The command line is the key to controlling programs with php.
[Image: signature.gif]
04-21-2005 06:47 PM
Profile E-Mail PM Web Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: UPDATED: vbscript plugin host to Scripting Host V2 for MP!3 (with JScript support
quote:
Originally posted by BART_SIMPSON416
Well, i don't see a problem then.
Don't say that you don't know how to use the exec() command ;)
The command line is the key to controlling programs with php.

or if you run it as a WSH langauge you can use
code:
$shell = new COM("WScript.Shell");


then you have the full wsh shell so you can use sendkeys like so...

code:
$shell->SendKeys("MAHAHAHAHAH");


or launch notepad (you could do this with the exec command tho...)
code:
$shell->Run ("notepad.exe", 1);


or ofcorse you could just use a php extention like http://pecl.php.net/package/ffi and register those api calls then call them but eh :P

This post was edited on 04-22-2005 at 07:46 AM by -dt-.
[Image: dt2.0v2.png]      Happy Birthday, WDZ
04-22-2005 07:44 AM
Profile PM Web Find Quote Report
Veggie
Full Member
***

Avatar

Posts: 415
Reputation: 21
37 / Male / Flag
Joined: Sep 2004
RE: UPDATED: vbscript plugin host to Scripting Host V2 for MP!3 (with JScript support
i would like phpscript support aswell. Is there any documentation to what functions and calls are available?
04-24-2005 01:48 PM
Profile E-Mail PM Web Find Quote Report
Pages: (4): « First « 1 2 3 [ 4 ] Last »
« Next Oldest Return to Top Next Newest »


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