echo $stats->total_accounts; ?> </div> <div class="statistics-label">Total Topics:</div><div class="statistics-values"><?php echo $stats->total_topics; ?> </div> <div class="statistics-label">Total Posts:</div><div class="statistics-values"><?php echo $stats->total_posts; ?> </div> <div class="statistics-label">Newest Member:</div><a href="../player?id=<?php echo $stats->last_member['id']; ?> "><div class="statistics-values" style="color: #<?php echo namecolor(get_rank_byid($stats->last_member['id'])); ?> ;"><?php echo ucfirst(strtolower($stats->last_member['username'])); ?> </div></a> </div> </div> </div> </div> <script type="text/javascript">SkinnyTip.init();</script> </body> <?php include 'global-footer.php'; ?> </html>
<div class='newsthumbbody'> <div class='newsthumbtitle'><?php echo $data_news->last_topic_index['title']; ?> </div> <div class='newsthumbresult'>  <?php echo strip_tags(substr($data_news->last_topic_index['body'], 0, 300)); ?> ...</div> <div class='newsthumbbutton'> <div class='thb-left'> <label style='color:#72BF8B;'>By</label> <a href="../player?id=<?php echo $data_news->last_topic_index['autor']; ?> "><label style='font-size:14px !important;color:#<?php echo namecolor(get_rank_byid($data_news->last_topic_index['autor']), get_vip_byid($data_news->last_topic_index['autor'])); ?> ;'><?php echo ucfirst(strtolower(get_username_byid($data_news->last_topic_index['autor']))); ?> </label></a> <label style='color:#72BF8B;'> in <?php echo substr($data_news->last_topic_index['date'], 0, 10); ?> </label> <label style='color:#72BF8B;'>Comments to this post ( </label><label style='color:#42E2A8;'><?php echo total_comments($data_news->last_topic_index['id']); ?> </label><label style='color:#72BF8B;'> ) </label> </div> <div class="thb-right"><a href='board/topic?id=<?php