One thing i also added is:
in USER.PHP find:
PHP Code:
$DB_site->query("INSERT INTO userfield $userfieldsnames VALUES ($userid$userfields)");
below add this Code:
PHP Code:
// Afterburner
$curtime = time();
$date_today = getdate($curtime);
$time_today=mktime(0,0,0,$date_today[mon],$date_today[mday],$date_today[year]);
$res1 = $DB_site->query("UPDATE afterburner_stat SET newregs = newregs+1 WHERE time = '$time_today'");
// Afterburner
I know I'm a Newby but at my Board, the Admins are the only persons wich can add new Members, so the Statisticcounter had no effect.
But i think it can be usefull for all other Boardadmins too