24h Visitors' Statistics (members and guests)
This modification is in the archives.
A very simple display of statistics of all visitors (members and guests) who have visited the forum last 24 hours.
It displays the statistics on Forum Home in the section of "Users online": example: " Total users last 24h: 2692 (members : 741, guests : 1951) " There is no additional SQL query. ---------------------------------- Installation (there is in attached file) Step 1 In index.php Find: PHP Code:
$show['loggedinusers'] = true;
PHP Code:
// ############# Oleg Subel - 24h visitors' statistics ###############
In includes/cron/cleanup.php and in includes/cron/cleanup2.php Find: PHP Code:
$DB_site->query("
PHP Code:
$DB_site->query("
Add new phrase Phrase Type: GLOBAL Varname: active_users_24h Text: Code:
Total users last {1}h FORUMHOME template modification Find: Code:
<a href="online.php?$session[sessionurl]">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>) </td> Code:
<a href="online.php?$session[sessionurl]">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>) <phrase 1="$time24">$vbphrase[active_users_24h]</phrase>: $numbertotal24 (<phrase 1="$numberregistered24" 2="$numberguest24">$vbphrase[x_members_and_y_guests]</phrase>) </td> Download This modification is archived and cannot be downloaded. Screenshots
|
Similar Mods
Mini Mods Scare your members and visitors! ^^ | vBulletin 3.6 Template Modifications |
Adsense, different sizes for visitors to members | vBulletin 3.6 Template Modifications |
Adsense, different sizes for visitors to members under last post | vBulletin 3.5 Template Modifications |