Shoutbox

[BETA Release] Statistics v0.5 - 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: [BETA Release] Statistics v0.5 (/showthread.php?tid=63424)

[BETA Release] Statistics v0.5 by Mothuim on 07-17-2006 at 08:52 AM

I've updated my statistics script. It will...

Log your time signed in for that session
Log your time signed in, in total
Log your sent and received messages
Gives you percentages of sent/received messages
Logs it all to XML
Supports mulitple users

Lots of bugs have been fixed since the last release, i would love some feedback on this as its my first script. Particularly which new features you would most like to see.

BTW its scary how much time i spend on messenger!

EDIT: You need to sign out and in again for it to start working.


RE: [BETA Release] Statistics v0.5 by Mothuim on 07-17-2006 at 05:00 PM

New in v0.52

Fixed logical error with session time display x2

See original post for updated file. You should remove the old version before trying to install this one.


RE: [BETA Release] Statistics v0.5 by Keikonium on 07-17-2006 at 05:20 PM

You may want to add monthes to that list lol. I expect my time to sky rocket, but now I actually get to see how much time I spend on messenger :D. I am liking this acript already and I have only been on for 2:40 seconds lol.

How hard would it be to implement a per contact message send/receive ratio (A)?


RE: [BETA Release] Statistics v0.5 by cloudhunter on 07-18-2006 at 01:44 AM

I don't think it would be possible to have it "per contact" as there is no way of getting the email address of a window you are sending to/recieving a message from. The most you could possibly have is a per display name counter :/

Cloudy


RE: [BETA Release] Statistics v0.5 by Silentdragon on 07-18-2006 at 02:28 AM

You could get the display name, iterate a list of your contacts, and apply a check for display name. The bad thing is, thats quite a bit to do each time you want to log a message with a contact, and it'll break if you have two contacts with the same display name.


RE: [BETA Release] Statistics v0.5 by Mothuim on 07-18-2006 at 11:34 AM

Hmm ok i didn't realise you couldn't get the email address of the person you're sending/receiving to/from. Silent dragon's method sounds like more work and not 100% reliable but its not often (i can't ever recall it) that people have the same display name.

As for adding months into it, it would be very easy to do but i didn't think anyone was online THAT much. Perhaps when i update the script again.


RE: [BETA Release] Statistics v0.5 by Chris4 on 07-18-2006 at 11:41 AM

quote:
Originally posted by Mothuim
As for adding months into it, it would be very easy to do but i didn't think anyone was online THAT much. Perhaps when i update the script again.
Despite Keikonium, I don't think it is needed TBH.
RE: [BETA Release] Statistics v0.5 by RaceProUK on 07-18-2006 at 11:42 AM

If you really want, use the ChatWnd object, and iterate through the Contacts member. You can get e-mail addresses from there.