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

[REQUEST] Activity statistics
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15517
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: [REQUEST] Activity statistics
I wanted to wait until you released the script to comment on this. But this script is, as of yet, just still a POC (proof of concept) and doesn't work and seems to complicate things too much (imho).

Anyways, are you going to store all stats seperatly per date? If so, I strongly suggest not to use the registry. It will fill up quickly with (actually many times useless) data in that case. Use XML or maybe even a database for that, much more efficient.

If you plan to simply store 24 DWORDs (that's what I would do, is alo what the OP requested), thus not storing the stats per date, but simply the totals, then the registry is choice number one of course.

PS: all the initializing and putting "hour_of_day[i] = 0" codelines are not needed. Just grab what is in the registry (and if nothing is there, then set the value to 0) when the user signs in, and put it back in the registry when the user signs out.

Also, don't forget to make a check if the recieved message comes from a contact or from yourself. Otherwise it will count your own messages twice.

quote:
Originally posted by SpunkyLoveMuff
the only problem I have is that the charts don't seem to download
The url is wrong...

http://www.chart.apis.google.com/

and as said above, the script is actually made too complicated then it needs to be; which is probably part of the cause of the errors.


$0,02

;)


PS: although you can easly make your own chart by drawing a few lines, the use of the Google Chart API is a nice. Never thought of that...cool. (y)

This post was edited on 07-25-2008 at 12:13 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-25-2008 10:38 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[REQUEST] Activity statistics - by Chikara on 07-18-2008 at 11:31 AM
RE: [REQUEST] Activity statistics - by T-PO on 07-18-2008 at 02:44 PM
RE: Stat center - by Chikara on 07-19-2008 at 08:00 AM
RE: [REQUEST] Activity statistics - by T-PO on 07-20-2008 at 03:45 PM
RE: [REQUEST] Activity statistics - by Spunky on 07-20-2008 at 10:29 PM
RE: [REQUEST] Activity statistics - by T-PO on 07-22-2008 at 09:27 AM
RE: [REQUEST] Activity statistics - by Spunky on 07-22-2008 at 05:36 PM
RE: [REQUEST] Activity statistics - by SmokingCookie on 07-22-2008 at 07:02 PM
RE: [REQUEST] Activity statistics - by CookieRevised on 07-22-2008 at 07:30 PM
RE: RE: [REQUEST] Activity statistics - by Chikara on 07-22-2008 at 08:49 PM
RE: RE: [REQUEST] Activity statistics - by T-PO on 07-24-2008 at 01:14 PM
RE: [REQUEST] Activity statistics - by SmokingCookie on 07-22-2008 at 07:47 PM
RE: [REQUEST] Activity statistics - by SmokingCookie on 07-22-2008 at 08:58 PM
RE: [REQUEST] Activity statistics - by Spunky on 07-23-2008 at 08:16 AM
RE: [REQUEST] Activity statistics - by SmokingCookie on 07-23-2008 at 06:06 PM
RE: [REQUEST] Activity statistics - by Spunky on 07-24-2008 at 10:29 PM
RE: RE: [REQUEST] Activity statistics - by T-PO on 07-25-2008 at 07:02 AM
RE: [REQUEST] Activity statistics - by SmokingCookie on 07-25-2008 at 07:17 AM
RE: [REQUEST] Activity statistics - by Spunky on 07-25-2008 at 09:19 AM
RE: [REQUEST] Activity statistics - by CookieRevised on 07-25-2008 at 10:38 AM
RE: [REQUEST] Activity statistics - by Spunky on 07-25-2008 at 12:51 PM
Wait a minute - by Chikara on 07-30-2008 at 04:39 PM
RE: [REQUEST] Activity statistics - by T-PO on 08-15-2008 at 04:25 PM


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