summaryrefslogtreecommitdiffstats
path: root/stats.php
AgeCommit message (Collapse)AuthorFilesLines
2007-12-17BUGFIX: use of local web links now possibleArun Persaud1-2/+2
before I used a lot of http:// requests although the files were in the same domain, now local links with absolute paths are used.
2007-12-16LAYOUT: last login and logout text where displayed incorrectly sometimesArun Persaud1-1/+2
in a previous commit I moved those tings to the output_header function. Turns out you can't do that, so here is the fix.
2007-12-16BUGFIX: time display used wrong timezones. also optimized things a bitArun Persaud1-11/+0
Got rid of a few db-queries for getting the right timezone. The timezone was also set after the timefunction was called and therefore the timezone didn't have any effect.
2007-12-14BUGFIX: wrong SQL query for min and max time of gamesArun Persaud1-4/+7
the wrong time was shown for the minimum game
2007-12-14LAYOUT: made login/logout message in stats.php look nicerArun Persaud1-2/+4
title says it all ;)
2007-12-14NEW FEATURE: display longest session, display shortest games in hoursArun Persaud1-4/+15
also name players a bit more often.
2007-12-07BUGFIX: the number of extra points per Game where not calculated on a per ↵Arun Persaud1-14/+14
Game base, but all Games where added up fixed now
2007-11-08NEW FEATURE: statistics page, version1Arun Persaud1-0/+239
added a few statistics to an extra page, still not completely done, but already working