What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Request for new plug-in

Pages: (5): « First « 1 2 [ 3 ] 4 5 » Last »
1 votes - 5 average   Request for new plug-in
Author: Message:
DJmorphine
Junior Member
**

Avatar

Posts: 35
36 / Male / –
Joined: Jun 2004
RE: Request for new plug-in
I asked for some Functions you would like to see in the plugin... I hear  nothing from you guys. just list everything, I will see what I can do

This post was edited on 07-27-2004 at 02:25 PM by DJmorphine.
07-27-2004 02:24 PM
Profile E-Mail PM Find Quote Report
The_Ripper
New Member
*

Avatar

Posts: 5
– / Male / –
Joined: Sep 2003
O.P. RE: RE: Request for new plug-in
quote:
Originally posted by DJmorphine
I asked for some Functions you would like to see in the plugin... I hear  nothing from you guys. just list everything, I will see what I can do


1. the count down thingy
2. ability to change the time between each time it would change your nick
3. maybe make it possible to have the count down in the middle of the nick: "The Ripper | [contdown time] days until my birthday"

well I think thats about it :)
07-27-2004 02:31 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Request for new plug-in
Fields in the config window:

* A field to enter the countdown date and time (can be set in the past aswell as in the futur)
* A field to enter the interval for changing the nick (minimum 10 minutes or so!!)
* A field where you make up your nick when the countdown is active. In this field you can use 2 placeholders: %nick and %countdown (see below).
* A field where you make up the countdown placeholder. In this field you can use the other placeholders (see below).
* Fields where you enter the words used for "day", "days", "year", "years", "month", "months", "hour", "hours", "minute", "minutes", "second", "seconds". (see below)


The placeholders used in the nick-field:

%nick = returns your current stored nick; The nick before the countdown started.
%countdown = special placeholder, returns what you have typed in the countdown placeholder field.



The placeholders used in the countdown placeholder-field:

Current date/time placeholders:
%cyy   = year (99)
%cyyyy = year (1999)
%cm    = month (1)
%cmm   = month (01)
%cmmm  = month (Jan => like defined in local Windows settings)
%cmmmm = month (January => like defined in local Windows settings)
%cd    = day (1)
%cdd   = day (01)
%cddd  = day (Mon => like defined in local Windows settings)
%cdddd = day (Monday => like defined in local Windows settings)
%ch    = hour (5 => 12h system)
%chh   = hour (05 => 12h system)
%cH    = hour (5 => 24h system)
%cHH   = hour (05 => 24h system)
%cn    = minutes (1)
%cnn   = minutes (01)
%cs    = seconds (1)
%css   = seconds (01)
%ct    = AM/PM (a/p)
%ctt   = AM/PM (am/pm)
%cT    = AM/PM (A/P)
%cTT   = AM/PM (AM/PM)
%coo   = Ordinal (st, nd, rd, th)


Countdown date/time placeholders:
%iyy   = year (99)
%iyyyy = year (1999)
%im    = month (1)
%imm   = month (01)
%immm  = month (Jan => like defined in local Windows settings)
%immmm = month (January => like defined in local Windows settings)
%id    = day (1)
%idd   = day (01)
%iddd  = day (Mon => like defined in local Windows settings)
%idddd = day (Monday => like defined in local Windows settings)
%ih    = hour (5 => 12h system)
%ihh   = hour (05 => 12h system)
%iH    = hour (5 => 24h system)
%iHH   = hour (05 => 24h system)
%in    = minutes (1)
%inn   = minutes (01)
%is    = seconds (1)
%iss   = seconds (01)
%it    = AM/PM (a/p)
%itt   = AM/PM (am/pm)
%iT    = AM/PM (A/P)
%iTT   = AM/PM (AM/PM)
%ioo   = Ordinal (st, nd, rd, th)



Note that all abrivations are the standard Windows abrivations used in many programming languages. In other words, it is best to used them like this, and not to invent your own as this is confusing otherwise.


Leftover/passed number placeholders:
%lnd = leftover/passed number of days
%lny = leftover/passed number of years
%lnm = leftover/passed number of months
%lnh = leftover/passed number of hours
%lnn = leftover/passed number of minutes
%lns = leftover/passed number of seconds


%lwd = the word used for "day"/"days"
%lwy = the word used for "year"/"years"
%lwm = the word used for "month/months"
%lwh = the word used for "hour"/"hours"
%lwn = the word used for "minute"/"minutes"
%lws = the word used for "second"/"seconds"


Depending on which "leftover/passed" placeholders you use, the placeholders should return the exact amount. eg:
   current date/time field: "20 juli 2004, 05:10:00"
   countdown date/time field: "30 juli 2004 07:20:00"
   countdown nick field: "%nick - %countdown"

   countdown placeholder field: "%lnh %lwh to go"
    => %countdown returns: "242 hours to go"
         (your countdown nick will be: "<current stored nick> - 242 hours to go")

   countdown placeholder field: "%lnd %lwd %lnh %lwh left"
    => %countdown returns: "10 days 2 hours left"
         (your countdown nick will be: "<current stored nick> - 10 days 2 hours left")

   ^^ both used %lnh, but both will return a different value depending on what other Leftover/passed placeholders are used...


The commands:

/xcountdownconfig => brings you to the config panel
/xcountdownon => starts the countdown; the current nick is stored so it can be restored later.
/xcountdownoff => stops the countdown; the previously stored nick is restored
(!xcountdown) => returns the interpreted %countdown placeholder. This is where the split in %nick and %countdown comes in handy. With this tag you can use the countdown function in your typed text also...





Voila, with this I think everybody will be happy as it allows you to do everything... Did I forget something? :p

This post was edited on 04-07-2005 at 08:11 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-27-2004 05:38 PM
Profile PM Find Quote Report
Vantage
Full Member
***

Avatar
Bam

Posts: 374
Reputation: -1
– / Male / –
Joined: Jul 2003
RE: Request for new plug-in
of course this is possible although i think this would have to be done in a seperate Program and not a plugin
Never Hope. Always Wish.
07-27-2004 05:59 PM
Profile E-Mail PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Request for new plug-in
quote:
Originally posted by Vantage
of course this is possible although i think this would have to be done in a seperate Program and not a plugin
No, this can be perfectly done in a plugin....
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-27-2004 07:53 PM
Profile PM Find Quote Report
(CyBeRDuDe)
Senior Member
****


Posts: 512
Reputation: 21
37 / Male / –
Joined: Jul 2003
RE: Request for new plug-in
But this would still require you to have a open convo and then run the command, and then remember not to close that window, coz if you do then the command will stop running... am I right??? or how will you DjMorphine do it??
07-27-2004 08:46 PM
Profile E-Mail PM Find Quote Report
DJmorphine
Junior Member
**

Avatar

Posts: 35
36 / Male / –
Joined: Jun 2004
RE: RE: Request for new plug-in
quote:
Originally posted by (CyBeRDuDe)
But this would still require you to have a open convo and then run the command, and then remember not to close that window, coz if you do then the command will stop running... am I right??? or how will you DjMorphine do it??


http://shoutbox.menthix.net/showthread.php?tid=28183
I waiting for this to be fixed, so you wont need any open convo's or debug windows.

This post was edited on 07-27-2004 at 08:52 PM by DJmorphine.
07-27-2004 08:51 PM
Profile E-Mail PM Find Quote Report
rompom7
Junior Member
**


Posts: 92
Joined: Apr 2004
RE: Request for new plug-in
I think TB has that working now. So any news?
07-30-2004 07:06 AM
Profile E-Mail PM Find Quote Report
The_Ripper
New Member
*

Avatar

Posts: 5
– / Male / –
Joined: Sep 2003
O.P. RE: Request for new plug-in
Longe time..no news. So..how's it going? done yet?
08-27-2004 03:31 PM
Profile E-Mail PM Find Quote Report
Yousef
Full Member
***

Avatar
(previously known as Juzzi)

Posts: 487
Reputation: 19
35 / Male / Flag
Joined: Jul 2004
RE: Request for new plug-in
you can get countdowns in your DP with Advanced Display Picture, look for it at the msn/windows messenger forums or at msgweb.nl/adp

for the nicknames, I believe there isn't an easy way to change nicknames externally for the moment...
Developer of BuddyFuse: Google Talk, Twitter and Hyves in Windows Live Messenger
Ex-Microsoft intern and Windows Live Developer MVP in 2007 & 2008
08-27-2004 04:07 PM
Profile E-Mail PM Web Find Quote Report
Pages: (5): « First « 1 2 [ 3 ] 4 5 » 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