I have just added some extra stuff like aircraft in fleet and total pax, all that is working OK, one thing i did notice was the uppercase letters,I have this,
Total Flights Today: <?php echo StatsData::totalflightstoday(); ?><br />
but in the stats data class its defines as StatsData::TotalFlightsToday();
So i have changed it to that but still no error or output, maybe it will update when another pirep is accepted.....