Quote:
Originally posted by Xenon
hmm, the hack doesn't affect the PPD normaly
be sure you have
PHP Code:
$jointime = (time() - $userinfo[joindate]) / 86400; // Days Joined
if ($jointime < 1) { // User has been a member for less than one day.
$postsperday = "$userinfo[posts]";
} else {
$postsperday = sprintf("%.2f",($userinfo[posts] / $jointime));
}
in your member.php
|
I don't see it anywhere, So where do I add it?
edit: Nevermind.

I should try things before i ask, after all all I had to do is back up the file... guess I'm still worried bout screwing things up.