if (($jointime = (TIMENOW - $this->post['joindate']) / 86400) > 1) { $this->post['ppd'] = $this->post['posts'] / $jointime; }