Example #1
0
?>
</div>
						<div class='newsthumbresult'>&emsp;&emsp;<?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 
echo $data_news->last_topic_index['id'];
?>
&page=1/<?php 
Example #2
0
    ?>
/<?php 
    echo urlencode($topicbyid['title']);
    ?>
"><div style="color:#A1E8B9;padding-top:5px;font-size:16px"><?php 
    echo $stats->latest_posts[$i]['body'];
    ?>
</div></a>
                        <a href="../player?id=<?php 
    echo $stats->latest_posts[$i]['autor'];
    ?>
"><div style="color:#<?php 
    echo namecolor(get_rank_byid($stats->latest_posts[$i]['autor']));
    ?>
;font-size:14px"><?php 
    echo ucfirst(strtolower(get_username_byid($stats->latest_posts[$i]['autor'])));
    ?>
</div></a>

                        <div style="color:#717B7A;font-size:12px"><?php 
    echo $stats->latest_posts[$i]['date'];
    ?>
</div>
                    </div>
                    <?php 
    $i++;
}
?>
                <div class='lastnews-head-text'>Statistics</div>
                <div class="newsdivider"></div>
                <div class="right-info-latest">
Example #3
0
include 'menu.php';
?>
    <div id='content'>
        <div id='content-wrapper'>
            <?php 
if ($error == 1) {
    ?>
            <div id="board-notify-frame">
                    The topic you are looking for seems to not exist
            </div>
            <?php 
} else {
    ?>
                <?php 
    $user_account = new account();
    $user_account->construct(ucfirst(get_username_byid($thread_base['autor'])));
    echo $thread_base['id'] . '<br>';
    echo $thread_base['title'] . '<br>';
    echo $thread_base['body'] . '<br>';
    echo $thread_base['forum'] . '<br>';
    echo $thread_base['thumbnail'] . '<br>';
    echo $thread_base['date'] . '<br>';
    echo $user_account->avatar . '<br>';
    echo $user_account->joindate . '<br>';
    ?>
            <?php 
}
?>
        </div>
    </div>
<script type="text/javascript">SkinnyTip.init();</script>