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:
L. Coyote
Senior Member
****

Avatar
Captain Obvious

Posts: 981
Reputation: 49
38 / Male / Flag
Joined: Aug 2004
Status: Away
RE: UPDATED: vbscript plugin host to Scripting Host V2 for Messenger Plus! 3
Yay!!!

I'll check it out! :D

Hack, hack, hack!
Finally became a Systems Analyst! :spam:

12-17-2004 12:55 AM
Profile PM 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 Messenger Plus! 3
quote:
Originally posted by Hah
just to let you know I've updated vbscript plugin host (Lets call it scripting host). I think I've done enough to raise the major version number from one to two.
does that mean it supports more than just vbscript?
[Image: dt2.0v2.png]      Happy Birthday, WDZ
12-17-2004 09:56 AM
Profile PM Web Find Quote Report
Hah
Full Member
***

Avatar
Im in a good mood - take advantage!

Posts: 224
37 / Male / –
Joined: May 2003
O.P. RE: UPDATED: vbscript plugin host to Scripting Host V2 for Messenger Plus! 3
quote:
Originally posted by -dt-
quote:
Originally posted by Hah
just to let you know I've updated vbscript plugin host (Lets call it scripting host). I think I've done enough to raise the major version number from one to two.
does that mean it supports more than just vbscript?


Not yet but because of the restructuring I could make it support other scripting languages supported by Windows Scripting Host pretty easily I reckon. My aim is just to make it stable then I will add JScript and then if there are any other languages I can add I'l add them too.
This post was brought to you by Hah!
(and he takes no responsibility for it :p)

[Image: signatures.jpg]

{Current Web Site}
12-17-2004 11:20 AM
Profile E-Mail PM Web Find Quote Report
Hah
Full Member
***

Avatar
Im in a good mood - take advantage!

Posts: 224
37 / Male / –
Joined: May 2003
O.P. RE: UPDATED: vbscript plugin host to Scripting Host V2 for MP!3 (with JScript support
JScript support has now been added. The examples are very very simple because to be honest I'm useless with JScript but the same level of support as the VbScripts should be found.

Tah,

Hah

.exe File Attachment: PlugHostV2build42.exe (57.69 KB)
This file has been downloaded 340 time(s).
This post was brought to you by Hah!
(and he takes no responsibility for it :p)

[Image: signatures.jpg]

{Current Web Site}
12-17-2004 01:13 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
can you use any  wsh language ? because i have phpscript installed
(i think the dll might be included in the latest php builds but if its not go here to read how to install it http://kapsules.shellscape.org/content.asp?cat=16&cid=18 )
then to test that it works you just make a new webpage with
code:
<script language="PHPscript">
$document->write('text generated by php version '. phpversion());
</script>

and view it in IE and if it outputs any text then it should be added as a WSH langauge.

because i would love support for phpscript

This post was edited on 12-18-2004 at 06:40 AM by -dt-.
[Image: dt2.0v2.png]      Happy Birthday, WDZ
12-18-2004 06:37 AM
Profile PM Web Find Quote Report
Hah
Full Member
***

Avatar
Im in a good mood - take advantage!

Posts: 224
37 / Male / –
Joined: May 2003
O.P. RE: UPDATED: vbscript plugin host to Scripting Host V2 for MP!3 (with JScript support)
quote:
Originally posted by -dt-
can you use any  wsh language ? because i have phpscript installed
(i think the dll might be included in the latest php builds but if its not go here to read how to install it http://kapsules.shellscape.org/content.asp?cat=16&cid=18 )
then to test that it works you just make a new webpage with
code:
<script language="PHPscript">
$document->write('text generated by php version '. phpversion());
</script>

and view it in IE and if it outputs any text then it should be added as a WSH langauge.

because i would love support for phpscript

Il see what i can do!
This post was brought to you by Hah!
(and he takes no responsibility for it :p)

[Image: signatures.jpg]

{Current Web Site}
12-18-2004 11:23 PM
Profile E-Mail PM Web Find Quote Report
weedy2887
Junior Member
**

Avatar
you have to love things that bounce

Posts: 41
37 / Male / –
Joined: Oct 2003
RE: UPDATED: vbscript plugin host to Scripting Host V2 for MP!3 (with JScript support)
can it be scripted to read incoming msg for "keywords" or "triggers"
Come to my site http://weedy.t35.com
12-18-2004 11:45 PM
Profile E-Mail PM Web Find Quote Report
Martijn.
Full Member
***

Avatar
Previously known as |\/|artij|\|

Posts: 162
Reputation: 2
34 / Male / –
Joined: Apr 2004
RE: RE: UPDATED: vbscript plugin host to Scripting Host V2 for MP!3 (with JScript support)
quote:
Originally posted by weedy2887
can it be scripted to read incoming msg for "keywords" or "triggers"

No, it can't, and as far as I know, there is no plugin out there that can...
"If freedom is outlawed, only outlaws will have freedom."
12-18-2004 11:48 PM
Profile E-Mail PM Find Quote Report
Hah
Full Member
***

Avatar
Im in a good mood - take advantage!

Posts: 224
37 / Male / –
Joined: May 2003
O.P. RE: UPDATED: vbscript plugin host to Scripting Host V2 for MP!3 (with JScript support
Hey guys,

I got bored again and I've done some updates.

I've added perlscript and python support, ive also included an example script which will send an email to a specified smtp server.

(Only one perlscript and one python script can be loaded from the perlscript and python folders (as in one from each), the first file found in each folder by the host will be loaded and no more. This is a limitation from the authors of these languages.)

Perlscript support will give you features such as:

  • FTP Access
  • HTTP Access
  • SMTP Access
  • Sockets
  • .....to name a few..

As for python, well I dont have a clue what it can do, I just added it because someone asked me too!

Anyone fancy phpscript? :D

Please let me know if you get any errors from the program or if u have a suggestion or language you fancy been added.

Enjoy, tah,

Hah

edit: Help if I attached the file:

Install the last version from my posts above then
Just extract the new files to the plugin directory and re-register the dll.

.zip File Attachment: perlandpythonsupport.zip (25.28 KB)
This file has been downloaded 249 time(s).

This post was edited on 04-19-2005 at 10:25 PM by Hah.
This post was brought to you by Hah!
(and he takes no responsibility for it :p)

[Image: signatures.jpg]

{Current Web Site}
04-19-2005 10:21 PM
Profile E-Mail PM Web Find Quote Report
TheGeek
Full Member
***

Avatar
Excuse my geekyness.

Posts: 179
Reputation: 15
33 / Male / –
Joined: Feb 2005
RE: UPDATED: vbscript plugin host to Scripting Host V2 for MP!3 (with JScript support
Would it be possible to add an ontext event?
Like this(JScript):
code:
...
function parseText(text){
  if(text=="!blah"){
    CommandInfo.sResult = "Blah blah blah";
    CommandInfo.complete = "true";
  }else{
    CommandInfo.complete = "false";
  }
}

This would give the scripts even more power and flexibility and i would be very happy (a) :)
[Image: 468x60banner.png]
04-20-2005 02:53 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