aight... for all the ppl that feel cheated... here's a code i devised for ya...no the counter isn't buggy because it uses the joindate

but here's a little code i whipped up for ppl like you that feel cheated

regards...
open timeonline.php
find:
PHP Code:
$daysregs = floor((time() - $lead[2]) / 86400);
replace with:
PHP Code:
// Time Online Hack Addon (fair time per day?) g-force2k2
$fairtime = 1030505285;
if($joindate < $fairtime) {
$daysregs = floor((time() - $fairtime) /86400);
} else {
$daysregs = floor((time() - $lead[2]) / 86400);
}
// Time Online Hack Addon (fair time per day?) g-force2k2
should really change those values up for ya now

regards...
g-force2k2