OMG STATS ^Look at the navbar up top^

Mondoz said:
The PPD figure doesn't quite match the one on my profile...
Is that coming from the same place, or is the stats generator calculating it?
The stats generator is the one spitting out that figure. It is calculated like so:

Code:
	// Total number of days registered on the board
	$days_registered = (time() - $entry[2]) / (60*60*24);

	// Posts per day (per day registered that is)
	$ppd = $entry[3] / $days_registered;

Where $entry[2] = time of registration and $entry[3] = number of posts.

Why they don't match exactly I don't know.
 
I Robert I said:
The stats generator is the one spitting out that figure. It is calculated like so:

Where $entry[2] = time of registration and $entry[3] = number of posts.

Why they don't match exactly I don't know.

Neat.

I wonder how the board generating that number.
 
dreamwalker said:
How in the hell did I jump up the most online list by that much in such a short time??? That can't be right :confused:
Longest time online, 46 hours!? Wow... something most be severly borked :(
 
I Robert I said:
Longest time online, 46 hours!? Wow... something most be severly borked :(

I'm afraid so. The longest possible time for me to have been online is the length of my work day, on one of my most boring days :(