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

General Stats

Number of Conferences:

#cstats.conferenceCount#

Number of Forums:

#fstats.forumCount#

Number of Threads:

#tstats.threadCount#

Number of Messages:

#mstats.messages#

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#