Example #1
0
<?php

if (!defined('init_pages')) {
    header('HTTP/1.0 404 not found');
    exit;
}
$RealmId = isset($_GET['id']) ? (int) $_GET['id'] : $CURUSER->GetRealm();
//load Realm Stats module
$CORE->load_ServerModule('realm.stats');
$stats = new server_RealmStats();
$stats->setRealm($RealmId);
$stats->prepareUptimeRow();
//get the characters online count
$count = $stats->getOnline();
?>
<!-- Sidebar -->
<div class="sidebar">
	
    <!-- Banners -->
    	<div class="banners">
        	<a href="<?php 
echo $config['BaseURL'];
?>
/index.php?page=downloads#launcher" id="support"><p></p></a>
            <a href="<?php 
echo $config['BaseURL'];
?>
/index.php?page=downloads#launcher" id="launcher_dw"><p></p></a>
        </div>
    <!-- Banners . End -->