'; $file = sprintf($format, $id); if (is_file($file)) { $size = filesize($file); $unit = 'b'; if ($size > 1024) { $size /= 1024; $unit = 'Kb'; } if ($size > 1024) { $size /= 1024; $unit = 'Mb'; } if ($size > 1024) { $size /= 1024; $unit = 'Gb'; } if ($size > 1024) { $size /= 1024; $unit = 'Tb'; } $size = sprintf('%.0f', $size); echo ''. $size.' '.$unit.''; } else { echo '(missing)'; } echo ''; } ?>
'; echo ''; cell($id, $path.'/pwstats.%s.html', 'PW Statistics'); cell($id, $path.'/ltd_dump.txt.%s', 'LTD Statistics'); cell($id, $path.'/INL_log.%s', 'Log'); cell($id, $path.'/cambot.pkt.%s', 'Recording'); echo "\n"; } echo "
Game
Date Time
PW
Statistics
LTD
Statistics
INL
Log
Cambot
Recording
'.date('Y-m-d H:i:s', $id).'
\n
\n"; include('footer.inc'); ?>