MyBB Community Forums

Full Version: 24 Hours
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Howdy

I was wondering if some one new of a plugin that shows who was online in the last 24 hours.

But it would also show how many of them where bots???

I.E
Who has been online today

65 users active in the past 24 hours (10 members, 0 of whom are invisible, and 55 guests, 50 bots).
http://www.mybbcentral.com/thread-1659.html

That's exactly what you're looking for.
I already have the plugin Show the users that has been online today.
I just need the bot bit now
It works fine for me.

Members: 36, Guests: 742, Bots: 13, Invisible: 4
So how much is this plugin as it dose not say????
You have to subscribe to Mybb Central. Then you can download whichever plugins you want from there. The cost is 10.00 for lifetime
http://www.mybbcentral.com/subscribe.php
Ok

but i have found this code

<tr>
    <td colspan="6" class="tcat"><span class="smalltext"><strong>{$lang->whos_online_today}</strong> [<a href="online.php?action=today">{$lang->complete_list}</a>]</span></td>
</tr>
<tr>
    <td class="tcat smalltext" align="center" width="1"><img src="{$theme['imgdir']}/any_image_you_want.png" alt="" /></td>
<td colspan="6" class="trow1"><span class="smalltext">
{$lang->members_today}{$membercount},  {$lang->guests_today}{$guestcount},  {$lang->bots_today}{$botcount},  {$lang->anon_today}{$anoncount}<br />{$onlinemembers}</span></td>    
</tr> 

Replace the old code on your Global templates for Online_24

But every time i do this nothing works.???