Page 1 of 1

C2 log question

Posted: May 22nd, 2009, 11:51 am
by n1lul
Is there a way to make the online log display daily totals? I usually have 3 or 4 enteries per day (warm-up, main row, cool down) and it would be nice to see my daily total with out having to do the math.

Thanks

Posted: May 22nd, 2009, 4:26 pm
by Citroen
I'd use http://concept2.com/sranking03/small_co ... ser=142454 that gives me my season's total (since 1st May and a bit of other noise).

By reading that URL every night and storing the results in a MySQL database you could easily calculate your daily total.


By using http://www.concept2.com/sranking03/chal ... ?univID=55 I can do the same thing for my whole team. I'm doing that at 23:59 as a cron job.

You're more than welcome to beg/borrow/steal the perl program that parses the univDetailFeed and PHP code that I'm using for the team stuff. Send me an email.