Shoutbox

Request for new plug-in - 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)
+----- Forum: Plug-Ins (/forumdisplay.php?fid=28)
+------ Thread: Request for new plug-in (/showthread.php?tid=25323)

Request for new plug-in by The_Ripper on 05-15-2004 at 08:50 PM

I am counting down to the summer break...but as it is now I have to change my nick every day/hour/minute etc my self...but what I want is a plug-in that can countdown and change my nick automatically every 5th minute...If I had the skills to develop this I would have, but I don't so it would have been great if anyone could have done this for me :)


RE: Request for new plug-in by Derick11 on 05-16-2004 at 12:46 AM

Well, i myself; am not a programer, but maybe you could ask wtbw? or anyone else, i think this could be easily done by one of them.. but i think this might have been created, however; im not shur if it has. So if it hasnt, then good luck to whever may create this (Y).. and id like to see it done too!


RE: Request for new plug-in by RebelSean on 05-16-2004 at 03:46 AM

Hey that would be kewl! I change ma status to so I would love it to! Nice suggestion, maby someone can make something into it!


RE: Request for new plug-in by LunarCrisis on 05-23-2004 at 03:51 AM

The delay should probably be longer than 5 mins though, I can imagine event logs getting preetty clogged with that.

Not to mention those who have toasters pop up on name change (like myself).


RE: Request for new plug-in by tide on 05-23-2004 at 09:54 AM

i'm also looking for this plugin, can somebody create it? :)
maybe only change once every hour would be enough?


RE: Request for new plug-in by CookieRevised on 05-23-2004 at 02:24 PM

quote:
Originally posted by LunarCrisis
The delay should probably be longer than 5 mins though, I can imagine event logs getting preetty clogged with that.

Not to mention those who have toasters pop up on name change (like myself).
Indeed, if one of my contacts changes his/her name every 5 minutes, he/she would be blocked and removed within the hour...

RE: Request for new plug-in by MC Inferno on 05-23-2004 at 02:30 PM

I'm not on your contact list then cookie (a)


RE: Request for new plug-in by Master Xx on 07-21-2004 at 10:20 AM

I really need this kinda plugin, exactly what was asked. Has anyone created it or is?


RE: Request for new plug-in by CookieRevised on 07-21-2004 at 10:23 AM

May I revive this thread because someone on IRC asked again for this...

Also a request for such thing was also done before:
http://shoutbox.menthix.net/showthread.php?tid=13657
and
http://shoutbox.menthix.net/showthread.php?tid=22...d=210603#pid210603

EDIT: ermmm... yeah, the person on IRC was Master Xx :p, he was faster in reviving this :p


RE: Request for new plug-in by Stigmata on 07-21-2004 at 10:24 AM

if u reali want to
ill include this in messenger milk :P


RE: Request for new plug-in by Pyroteq on 07-21-2004 at 10:31 AM

I need this too because i have a coutdown to halo2 that i change daily and a coutdown till my birfday i change daily (thats only 3 days so the plugin wont do any good) but for my future countdowns and Halo2 it would rock...and u can set the time intervals say max once per half hour so it dosnt piss everyone off.


RE: Request for new plug-in by Stigmata on 07-21-2004 at 10:38 AM

ok im going to open this project... i dont have time to finish it, so if ur a visual basic developer then u can use this code


code:
Public Function Initialize(ByVal nVersion As Long, ByVal sUserEmail As String, ByVal oMessenger As Object) As Boolean
    Initialize = True
form1.visable = false
End Function

Public Function ParseCommand(ByVal sCommand As String, ByVal sCommandArg As String, ByVal oConversationWnd As Object, ByRef sResult As String) As Boolean
    'The first sample command displays a hello box and cancels the message

    ElseIf (StrComp(LCase(sCommand), "/xshowtimeroptions", vbTextCompare) = 0) Then
form1.visable = true
        sResult = ""
        ParseCommand = True
        Exit Function
    End If


and for form1

code:
Private Sub Timer1_Timer()

    Text1.Text = Text1.Text - 1
messengerapi.myfriendlyname = text1.text

End Sub

timer inverval = 1000
RE: Request for new plug-in by Master Xx on 07-21-2004 at 10:42 AM

:S I can't code, can you please finish it please :)


RE: Request for new plug-in by Millenium_edition on 07-21-2004 at 12:05 PM

quote:
Originally posted by Stigmata
messengerapi.myfriendlyname = text1.text
ROFL, myfriendlyname is read-only :D
RE: Request for new plug-in by crazy_laurens on 07-21-2004 at 02:21 PM

it's really a good idea yeah...i wish i could make plugins...(A)


RE: Request for new plug-in by DJmorphine on 07-21-2004 at 06:48 PM

I think its a good idea too, but.. for now there isnt a good way to change the nick without opening any debug windows or msn Property pages. TheBlasphemer has found a way to do it without opening any windows, he's is working on it now.
http://shoutbox.menthix.net/showthread.php?tid=28183

If that is done, I will try making this plugin:)


RE: Request for new plug-in by CookieRevised on 07-22-2004 at 01:05 AM

(Y), but I think it is a bit "bloated" that you must install a big plugin like StuffPlug-NG in order to use this very small plugin....


RE: RE: Request for new plug-in by DJmorphine on 07-22-2004 at 08:21 AM

quote:
Originally posted by CookieRevised
(Y), but I think it is a bit "bloated" that you must install a big plugin like StuffPlug-NG in order to use this very small plugin....


True, but think about it every minute a popping window, just when your typing a message or something. That is really enoying. I searched for a simple way too work around it but there just aint.
And don't ask me how Song2Nick / Stuffplug do it cuz I dont know.:^)
RE: Request for new plug-in by DJmorphine on 07-22-2004 at 08:36 PM

Please post some Functions you would like to see, so I can begin making this shit.:P8-|


RE: Request for new plug-in by rompom7 on 07-27-2004 at 01:26 PM

This plugin would be awesome!


RE: Request for new plug-in by DJmorphine on 07-27-2004 at 02:24 PM

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


RE: RE: Request for new plug-in by The_Ripper on 07-27-2004 at 02:31 PM

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 :)
RE: Request for new plug-in by CookieRevised on 07-27-2004 at 05:38 PM

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


RE: Request for new plug-in by Vantage on 07-27-2004 at 05:59 PM

of course this is possible although i think this would have to be done in a seperate Program and not a plugin


RE: Request for new plug-in by CookieRevised on 07-27-2004 at 07:53 PM

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....
RE: Request for new plug-in by (CyBeRDuDe) on 07-27-2004 at 08:46 PM

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??


RE: RE: Request for new plug-in by DJmorphine on 07-27-2004 at 08:51 PM

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.
RE: Request for new plug-in by rompom7 on 07-30-2004 at 07:06 AM

I think TB has that working now. So any news?


RE: Request for new plug-in by The_Ripper on 08-27-2004 at 03:31 PM

Longe time..no news. So..how's it going? done yet?


RE: Request for new plug-in by Yousef on 08-27-2004 at 04:07 PM

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...


RE: Request for new plug-in by M73A on 09-06-2004 at 12:51 PM

Is this plugin done yet or able to download???

or wats the latest news ?


RE: Request for new plug-in by stugster on 09-10-2004 at 09:12 AM

Any ideas about whether or not this plugin is coming out?


RE: Request for new plug-in by Chestah on 09-10-2004 at 09:32 AM

yeah i'm looking forward to this plugin :P


RE: Request for new plug-in by CookieRevised on 09-10-2004 at 12:13 PM

quote:
Originally posted by rompom7
I think TB has that working now. So any news?
quote:
Originally posted by The_Ripper
Longe time..no news. So..how's it going? done yet?
quote:
Originally posted by may73alliance
Is this plugin done yet or able to download???
or wats the latest news ?
quote:
Originally posted by stugster
Any ideas about whether or not this plugin is coming out?
quote:
Originally posted by Chestah007
yeah i'm looking forward to this plugin :P

Can you please stop spamming this thread!!!

When someone has made this plugin you will find it here or in the plugins forum....
RE: Request for new plug-in by Yousef on 09-10-2004 at 02:29 PM

I already have the code to make a countdown (ADP), but I don't know how to change the friendly name atm, anyone (vb/c++) :$? have much time atm as I'm working on some other projects...


RE: Request for new plug-in by taz030485 on 02-11-2005 at 07:56 AM

I was just wondering if there has been any progress with this plugin or if a countdown has been implemented in any other?


RE: Request for new plug-in by (CyBeRDuDe) on 02-11-2005 at 09:22 AM

quote:
Originally posted by taz030485
I was just wondering if there has been any progress with this plugin or if a countdown has been implemented in any other?

AFAIK no not yet... :S.. I don´t really know why, since this should be very easy to do, I could do it my self but I am currently busy with Shortcut Plugin, I might, after this project has finished, make a nickname tool plugin, that would have this feature and lots of other nickname features...
RE: Request for new plug-in by Fröt on 02-12-2005 at 03:24 PM

quote:
Originally posted by The_Ripper
I am counting down to the summer break...but as it is now I have to change my nick every day/hour/minute etc my self...but what I want is a plug-in that can countdown and change my nick automatically every 5th minute...If I had the skills to develop this I would have, but I don't so it would have been great if anyone could have done this for me :)



i am working on a plugin like you said:

http://shoutbox.menthix.net/showthread.php?tid=38266
RE: Request for new plug-in by The_Ripper on 02-12-2005 at 03:32 PM

[QUOTE]i am working on a plugin like you said:
http://shoutbox.menthix.net/showthread.php?tid=38266[/QUOTE]

thanks allot :D

this tool is now made! sorry to link to another forum, but I can't take the credits for making this incredible tool and I haven't found it anywhere else yet.
http://www.neowin.net/forum/index.php?s=02e5b9f28...wtopic=317451&st=0


Admin Edit:
[Image: edit.gif]
Please learn to use it rather then double posting.


RE: Request for new plug-in by (CyBeRDuDe) on 05-10-2005 at 08:11 PM

Well.. The_Ripper.. If you hadn't noticed.. I released a plugin like this 2 months ago... :P.. Check the forum.. Mine just doesn't use Personal Messages as the one you posted a link to.. but still....


RE: Request for new plug-in by The_Ripper on 05-11-2005 at 12:26 PM

oh lol :P I asked for it a year ago and waited for about half a year and then I gave up :P