diff --git a/docs/stats.php b/docs/stats.php index ebe8d33..2b935f4 100755 --- a/docs/stats.php +++ b/docs/stats.php @@ -36,9 +36,9 @@ $dst = count($stmt->fetchAll(PDO::FETCH_DEFAULT)); - $pr[$usern['username']] += $pr[$fn] / ($dst + 5) / 5; + $pr[$usern['username']] += $pr[$fn] / ($dst + 5) / 10; } - $pr[$usern['username']] = pow($pr[$usern['username']], 1.25); + $pr[$usern['username']] = pow($pr[$usern['username']], 1.3); } $new_sum = array_sum($pr);