Great skin..!!
If you get errors :
- home: Fatal error: Call to undefined method TouchdownStatsData::get_landingstats_currentmonth() in/home/yusufbudi1234/public_html/flyid.net/lib/skins/blueIce/frontpage_main.php on line 139
See this thread and jump to post#106. Just insert this on the TouchdownstatsData.class.php
public static function get_stats_by_cur_month($howmany) {
$query = "SELECT pilotid, code, flightnum, depicao, arricao, aircraft, landingrate, submitdate FROM `".TABLE_PREFIX."pireps`
WHERE landingrate < '0'
AND MONTH(submitdate)=MONTH(now())
AND YEAR(