Code: Select all
.boxbottomstats {
background-color: #FAFAFA;
display: block;
margin: 12px 20px auto;
padding: 10px 20px;
color: #010423;
text-align: center;
}
Code: Select all
<div>
<a id="bottom" class="anchor" accesskey="z"></a>
<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>
Code: Select all
<div class="boxbottomstats">
<!-- IF U_ACP and not S_IS_BOT -->
<strong>{CURRENT_TIME}</strong><br />{TOTAL_POSTS} {TOTAL_TOPICS}<br />
<!-- ENDIF -->
</div>
Take a database backup, copy it to your PC, link or copy the database table you want to examine into one of the many database front end applications applications (e.g. Libre-, Open- or MS-Office) and perform all your queries there with a visual interface, create new tables to store the information, export to spreadsheet. Once you get everything right, you can even use those queries as a base for true SQL and then you could do it directly on the live database in phpMyAdmin.