Shoutbox

Simple online script - 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: Simple online script (/showthread.php?tid=72406)

Simple online script by Velio79 on 03-07-2007 at 02:36 PM

Hello!

there's a script who in contact list show uptime users like this??

quote:
Online
> (M) Gegio
> (M) Mark
> (O) Tom Waits (idle for 10 min)
Offline
> (M) Tomas Dumas (last seen: 1h 5m ago)
> (M) Crush (last seen: 1 day 5h ago)
> (M) Salvador Dalė (last seen: 15m ago)

I know that messenger stores this information, but I don't see it in contact list, but only with Stat Center script clicking on sub-tabs!!I used this function in Trillian also...

thanks
RE: Simple online script by CookieRevised on 03-07-2007 at 03:18 PM

Messenger doesn't store this information though.

It is Messenger Plus! which stores this information. Messenger Plus! is the addon you can install for Messenger to add some extra functionality to Messenger (like the Contact List Clean-up, which lists these times)...

Anyways,

This is currently not possible to display with scripts. There are some things which makes this impossible:
1) There is currently no (publically known) way to decypher the contact hash under which this information is stored
2) There is currently no (publically known) way to add text like that to the contactlist.


RE: Simple online script by Spunky on 03-07-2007 at 04:01 PM

It would be a good idea for a seperate list of names though rather than the contacts list. There should perhaps be a way to access this information through scripts (MP!L has access to it and could just pass it with a command?)


RE: RE: Simple online script by Velio79 on 03-08-2007 at 09:02 AM

Excuse me for my bad english!!

quote:
Originally posted by CookieRevised
Messenger doesn't store this information though.

It is Messenger Plus! which stores this information. Messenger Plus! is the addon you can install for Messenger to add some extra functionality to Messenger (like the Contact List Clean-up, which lists these times)...


yessur! :-D I'd say Messenger Plus :-D

quote:
Anyways,
This is currently not possible to display with scripts. There are some things which makes this impossible:
1) There is currently no (publically known) way to decypher the contact hash under which this information is stored

The Stat Center, a messenger plus script, display it in a single window..  so it take this info from messenger.. why isn't possible in contact list?

quote:
2) There is currently no (publically known) way to add text like that to the contactlist.
We can substitute the personal message with info about last seen..

RE: Simple online script by Felu on 03-08-2007 at 09:08 AM

quote:
Originally posted by Velio79
The Stat Center, a messenger plus script, display it in a single window..  so it take this info from messenger.. why isn't possible in contact list?
Editing the contact list or stuff in the contact list is not an easy job. And as far as i know the problem if the way messenger works. Till date there is no addon or script which can edit nicknames or modify the contact list so this won't be easy.
RE: Simple online script by Velio79 on 03-08-2007 at 09:45 AM

I've read some lines of StatCenter script's code and I'll try to write an easy script to show the infos in a popup window..
after this job, I think to view if it's possible in contact list..


RE: RE: RE: Simple online script by CookieRevised on 03-08-2007 at 10:07 AM

quote:
Originally posted by Velio79
quote:
Anyways,
This is currently not possible to display with scripts. There are some things which makes this impossible:
1) There is currently no (publically known) way to decypher the contact hash under which this information is stored

The Stat Center, a messenger plus script, display it in a single window..  so it take this info from messenger.. why isn't possible in contact list?
The Stat Center script does not display this information. It uses it own stats, it doesn't use the information stored by Plus!.

quote:
Originally posted by Velio79
quote:
2) There is currently no (publically known) way to add text like that to the contactlist.
We can substitute the personal message with info about last seen..
No. Scripts can't do that since it is extremely hard to access the stuff displayed in the contactlist.