select count(id) as conferencecount from #application.galleon.settings.tableprefix#conferences select count(id) as forumcount from #application.galleon.settings.tableprefix#forums select count(id) as threadcount from #application.galleon.settings.tableprefix#threads select count(id) as usercount from #application.galleon.settings.tableprefix#users select count(id) as messagecount, min(posted) as earliestpost, max(posted) as lastpost from #application.galleon.settings.tableprefix#messages

General Stats
Number of Conferences: #cstats.conferenceCount#
Number of Forums: #fstats.forumCount#
Number of Threads: #tstats.threadCount#
Number of Messages: #mstats.messageCount#
First Post: #dateFormat(mstats.earliestPost, "m/d/yy")# #timeFormat(mstats.earliestPost, "h:mm tt")# 
Last Post: #dateFormat(mstats.lastPost, "m/d/yy")# #timeFormat(mstats.lastPost, "h:mm tt")# 
Number of Users: #ustats.userCount#