What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [REQUEST] Activity statistics

Pages: (3): « First [ 1 ] 2 3 » Last »
[REQUEST] Activity statistics
Author: Message:
Chikara
New Member
*


Posts: 5
– / Male / Flag
Joined: Jul 2008
O.P. [REQUEST] Activity statistics
How about just a simple script to monitor when i use my messenger the most?

Idea:
Simple: just save how many messages the user recieves per hour so that the user could see, whether he/she uses messenger the most in the evening or in the morning.

Reason:
It's of no use to be online in messenger, if there is no-one to talk to. Therefore inactive time could be used otherwise and messenger could be used more efficiently.

Please help, i couldn't do this myself. :P
07-18-2008 11:31 AM
Profile E-Mail PM Find Quote Report
T-PO
Junior Member
**


Posts: 60
– / Male / Flag
Joined: Jun 2004
RE: [REQUEST] Activity statistics
Hello,

Maybe the Stat Center script can help you.

http://www.msgpluslive.net/scripts/view/245-Stat-Center/

Regards,

T-PO
07-18-2008 02:44 PM
Profile E-Mail PM Find Quote Report
Chikara
New Member
*


Posts: 5
– / Male / Flag
Joined: Jul 2008
O.P. RE: Stat center
Current situation:
I am well aware of the stat center and i'm looking for something like. This Stat center is an excellent script that collect various information about how many messages the user sends and recieves and what kinds of messagetypes the user sends and recieves. Sadly though Stat center only tells me that i've been online 88 hours in the past 12 days so it gives no clue when my friends would be the most easily avaliable on arvage and on the other hand what part of my messenger usage is such idle time that should be used otherwise.

Solution 1:
Stat center could be further developed also to write down which hours of the day are the most active and which hours of the day should be spent off computer. Stat center just happens to be already such a large script that it would be somewhat pain in the ass to add this feature to it. After all Stat center has its own statistics for each and every contact on the list already.

Solution 2:
A new script could be made just to monitor on which hours are the most messages recieved. As i see this, this very very simple script would only store 24 values and provide some way to look at those 24 values to see when messenger would be used most efficiently.

- 24 values, one for each hour of the day
- code needed to store those 24 values
- code needed to know how much the time is
- code needed to add one to the value currently in progress
  whenever a message arrives
- some sort of viewer for the information collected

Could someone help me on this, shouldn't take too long :P
I would do this myself if i could. :D

This post was edited on 07-19-2008 at 08:01 AM by Chikara.
07-19-2008 08:00 AM
Profile E-Mail PM Find Quote Report
T-PO
Junior Member
**


Posts: 60
– / Male / Flag
Joined: Jun 2004
RE: [REQUEST] Activity statistics
Hi Chikara,

I FULLY back up your request.

I'm using "XOBNI" (www.xobni.com), an MS Outlook add-in that has this kind of functionality for all my email contacts. Works GREAT!!
You can see very easily at what time in a day the contact is  awake/working/spamming...

Would be great to have this also working for Messenger!

Unfortunately, I'm also not able to make this happen. Hopefully some scriptdesigner will pick this up!
(So please have a look at Xobni to see a working example for email...)

Regards,

T-PO
07-20-2008 03:45 PM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [REQUEST] Activity statistics
If you could plot results on a graph too that would be good :p
<Eljay> "Problems encountered: shit blew up" :zippy:
07-20-2008 10:29 PM
Profile PM Find Quote Report
T-PO
Junior Member
**


Posts: 60
– / Male / Flag
Joined: Jun 2004
RE: [REQUEST] Activity statistics
Considering what you can do with Plus! RPG, that couldn't be too difficult for you Spunky!;)

Regards,

T-PO
07-22-2008 09:27 AM
Profile E-Mail PM Find Quote Report
Spunky
Former Super Mod
*****

Avatar

Posts: 3658
Reputation: 61
35 / Male / Flag
Joined: Aug 2006
RE: [REQUEST] Activity statistics
I'm already working on this as a script (sans the graph lol)
<Eljay> "Problems encountered: shit blew up" :zippy:
07-22-2008 05:36 PM
Profile PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: [REQUEST] Activity statistics
@SpunkyLoveMuff:

Perhaps you can use some Word API/ActiveX function to draw a graph and use an ImageElement to display it..

EDIT::

For the graph: what about having a window with MANY StaticControls with a single "." in them, creating a line (eg <Control Id="Graph_999*999"> ..... for a line at (999,999)  ). One can then use PlusWnd::setControlText("Graph_999*999","."); to fill in the line...

This post was edited on 07-22-2008 at 07:28 PM by SmokingCookie.
07-22-2008 07:02 PM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [REQUEST] Activity statistics
quote:
Originally posted by T-PO
Hi Chikara,

I FULLY back up your request.

I'm using "XOBNI" (www.xobni.com), an MS Outlook add-in that has this kind of functionality for all my email contacts. Works GREAT!!
You can see very easily at what time in a day the contact is  awake/working/spamming...

Would be great to have this also working for Messenger!
Although that is totally different than what Chikara explained here:
quote:
Originally posted by Chikara
Solution 2:
A new script could be made just to monitor on which hours are the most messages recieved. As i see this, this very very simple script would only store 24 values and provide some way to look at those 24 values to see when messenger would be used most efficiently.

- 24 values, one for each hour of the day
- code needed to store those 24 values
- code needed to know how much the time is
- code needed to add one to the value currently in progress
  whenever a message arrives
- some sort of viewer for the information collected
Chikara means a stats script which keeps track on the amount of messages for each hour in the day. You are talking about individual contact stats, much like what the script Stat Center already does.

---------------------------------------

quote:
Originally posted by SmokingCookie
@SpunkyLoveMuff:

Perhaps you can use some Word API/ActiveX function to draw a graph and use an ImageElement to display it..
Why such a really long and clumsy/dodgy way? You can easly make your own graph by drawing some lines of your own.

;)


EDIT:
quote:
Originally posted by SmokingCookie
Yeah, but then I'll need to think and I've got vacation ( = bad combination ) :p

Anyhow it'll be loads of work doing such things in a script, without using external libraries/ActiveXs..
You realy need that vacation :p it's dead easy ;)

This post was edited on 07-22-2008 at 08:18 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-22-2008 07:30 PM
Profile PM Find Quote Report
SmokingCookie
Senior Member
****

Avatar

Posts: 815
Reputation: 15
30 / Male / Flag
Joined: Jul 2007
RE: [REQUEST] Activity statistics
Yeah, but then I'll need to think and I've got vacation ( = bad combination ) :p

Anyhow it'll be loads of work doing such things in a script, without using external libraries/ActiveXs..
07-22-2008 07:47 PM
Profile PM Find Quote Report
Pages: (3): « First [ 1 ] 2 3 » 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