This bugged for me
in my forum
it was right a while ago.
In Posts per day it's more than 200...
Why this happened?
I using share host...
I don´t know what i can make...
Ps. the first image is the MyBB (translation propose).
I dont understand what you are trying to ask for.
(2013-10-20, 05:30 AM)jacktheking Wrote: [ -> ]I dont understand what you are trying to ask for.
had no problem a while ago.
In Posts per day correct is more than 200 and not 13,11
probably a problem with "date"...
try recount and rebuild your post count
(2013-10-20, 05:38 AM)gamemaster Wrote: [ -> ]try recount and rebuild your post count
i already made this...
but not solved...
solved...
i changed
$days = (TIME_NOW - $result['regdate']) / 86400;
to
$days = (TIME_NOW - 1311476302) / 86400;
i look in my database "regdate" of first user (admin) is 1311476302...
i don´t understand why this problem happened...
probably has some problem in this lines
$query = $db->simple_select("users", "regdate", "", array('order_by' => 'regdate', 'limit' => 1));
$result = $db->fetch_array($query);
i find problem...
i look in my database...
have onw user with regdate "0"...