Statistics: Posted by Cristián Lávaque — December 31st, 2011, 7:04 am
Statistics: Posted by Rosie-L — December 31st, 2011, 12:16 am
Statistics: Posted by Cristián Lávaque — December 30th, 2011, 3:50 am
Statistics: Posted by Rosie-L — December 29th, 2011, 10:00 pm
Statistics: Posted by Raam Dev — December 24th, 2011, 9:55 am
Statistics: Posted by Rosie-L — December 24th, 2011, 12:51 am
Statistics: Posted by Raam Dev — December 24th, 2011, 12:09 am
<!-- ---------------- -->
<DIV style="font-family:Arial; font-size:18px; text-align:center; font-weight:bold;">
<br>
<p style="padding-bottom:8px;">Current Website Activity</p>
</DIV>
<DIV style="font-family: Arial; font-size: 14px; margin-left:40px;">
<?php if (function_exists('users_online')): ?>
<p><div id="useronline-count"><?php users_online(); ?></div></p>
<?php endif; ?>
<?php if (function_exists('get_users_browsing_site')): ?>
<div id="useronline-browsing-site">
<?php echo get_users_browsing_site(); ?>
</div>
<?php endif; ?>
<hr style="margin-right:40px;">
<?php if (function_exists('get_users_browsing_page')): ?>
<div id="useronline-browsing-page">
<?php echo get_users_browsing_page(); ?>
</div>
<?php endif; ?>
<hr style="margin-right:40px;">
<?php if (function_exists('get_most_users_online')): ?>
<p style="margin-left:0px; font-weight:bold;">Most Users Ever Online:</p>
<p style="text-align:center;"><?php echo get_most_users_online(); ?> On <?php echo get_most_users_online_date(); ?></p>
<?php endif; ?>
<hr style="margin-right:40px;">
</DIV>
<!-- ---------------- -->
Statistics: Posted by Rosie-L — December 23rd, 2011, 9:52 pm