Quote:
08-30-02 at 01:31 AM g-force2k2 said this in Post #71
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
|
This nor the other $fairtime value work for me. The Online per day is still counted from the register date.
Any ideas? Thanks. Great Hack (if i can just get this working!!)