Here are what I have added to newthread.php
From the stats hack by afterburner, this shows up just below the line I mention above:
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 newthreads = newthreads+1 WHERE time = '$time_today'");
$res2 = $DB_site->query("UPDATE afterburner_stat SET newposts = newposts+1 WHERE time = '$time_today'");
// Afterburner
and I added the stuff from your store hack to newthread.php
Other then that, I haven't made any chnages