Quote:
Originally Posted by Boofo
Try doing the calculation with the following. This is what I use on my site.
HTML Code:
vb_number_format(($numbermembers / $newuserid) * 100, 2 );
|
Erm. That gives me a percentage of 0.09%.
PHP Code:
$activityrate=vb_number_format(($numbermembers / $newuserid) * 100, 2 );
And adjusting the variables to suit the hack ($activemembers / $numbermembers) gives me another weird number:
Quote:
Total Registered Members: 1,062 (Active: 663, Inactive: 399) | Activity Rate: 66,300.00 %
|
Unless you were meaning something else in that post.