<#Database Information#>
<#Mysql Server:#> <#{$dbinfo.version} running on {$dbinfo.dbhost} as {$dbinfo.current_user}#>
<#Database:#> <#{$dbinfo.dbname} has {$dbinfo.totaltables} tables totaling {$dbinfo.totalsize|abbrnum} in size#>
<#History Range:#> <#Historical stats range from#> {$dbinfo.minstatdate|date:'Y-m-d'} <#to#> {$dbinfo.maxstatdate|date:'Y-m-d'} ({$dbinfo.statdatedays} <#days#>)
<#Profile Stats:#> {$dbinfo.totalplayers|commify} <#players ({$dbinfo.totalrankedplayers|commify} ranked)#>, {$dbinfo.totaladmins|commify} <#admin{if $dbinfo.totaladmins ne 1}s{/if}#>, {$dbinfo.totalclanadmins|commify} <#clan admin{if $dbinfo.totalclanadmins ne 1}s{/if}#>, {$dbinfo.totalpasswords|commify} <#password{if $dbinfo.totalpasswords ne 1}s{/if}#>, {$dbinfo.totalusernames|commify} <#username{if $dbinfo.totalusernames ne 1}s{/if}#>, {$dbinfo.totalplrlogos|commify} <#plr logo{if $dbinfo.totalplrlogos ne 1}s{/if}#>, {$dbinfo.totalclanlogos|commify} <#clan logo{if $dbinfo.totalclanlogos ne 1}s{/if}#>

<#Active Player Sessions#>
<#Active online statistics are based on the last {$timeframe} minutes#>
{if count($members) + count($guests) == 0} {/if} {if count($members)} {foreach from=$members item='p'} {/foreach} {/if} {if count($guests)} {foreach from=$guests item='p'} {/foreach} {/if}
<#No active users are online#>
<#{$members|@count} player{if count($members) ne 1}s are{else} is{/if} online#>
<#Player Name (username)#> <#IP Address#> <#Last Request#>
{$p.name|escape} {if $p.username}   ({$p.username}){/if} {$p.session_ip|long2ip} {$p.session_last|date}
<#{$guests|@count} guest{if count($guests) ne 1}s are{else} is{/if} online#>
<#Player#> <#IP Address#> <#Last Request#>
<#Guest#> {$p.session_ip|long2ip} {$p.session_last|date}