Shoutbox

Anyone want to work on a Messlabs plus script with me? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Anyone want to work on a Messlabs plus script with me? (/showthread.php?tid=76995)

Anyone want to work on a Messlabs plus script with me? by messlabs on 08-25-2007 at 04:54 AM

Hey

First, let me explain what Messlabs is - Messlabs is a small application that runs along side Windows Live messenger and monitors your details such as friendly name and display picture and synchronizes all changes with a central server, which you can then use to display that information in nice little images... ie..

[Image: delphi.png]

[Image: delphi.png]

Over the last week or so I have more or less completely recoded Messlabs.com to be more stable, secure and efficient, and I will soon start working on the Messlabs WLM Add-in soon and then publish the new Messlabs. The reason I have come here, is to see if anyone would like to work on an alternative MsgPlus script for communicating with the Messlabs service.. I think a script would be a lot better than an WLM add-in because scripts are able to bypass the limitations of the almost-useless WLM add-in API.

For example, the add-in api does not provide any means of loading add-ins on start up, and they actually have to be started manually every time you log in. Also, the add-in api does not provide access to the 'What im listening to' personal messages. The Add-in I have previously written [available at messlabs.com] actually uses a combination of the add-in api and the old school messenger api, and uses timers to catch updates to the personal message and friendly name.. this is not very efficient as you might imagine.

The Plus script framework is not plagued by such limitations, and for this reason I was hoping some nice scripter might like to help me with a plus script.

Thanks for reading


RE: Anyone want to work on a Messlabs plus script with me? by rob_botch on 08-25-2007 at 03:07 PM

Perhaps not exactly what you want, but there is already a script (Status2FTP) which can upload such data to any FTP server. Perhaps MessLabs could decode that server-side?

Failing that, I would be happy to help!

Robert


RE: Anyone want to work on a Messlabs plus script with me? by messlabs on 08-26-2007 at 05:45 AM

One of your friendly users sent me a PM, apparently there are already 2 other scripts like the one I am proposing, and I have been given permission to borrow the source :P {giving all credit where due of course}

So after I've finished the latest WLM add-in i'll investigate further.

Thanks for your help.