vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   [Release] Total Users On Today (https://vborg.vbsupport.ru/showthread.php?t=88323)

imported_Tungsten 07-14-2003 10:00 PM

[Release] Total Users On Today
 
AUTHOR:

Tungsten


DESCRIPTION:

This template modification allows you to display the total number of unique visitors to your site during the current day on your forum home page. It is identical to the statistic shown on the admin control panel's Quick Stats table.

This requires two template modifications: One to the phpincludes_start template and one to the forumhome template.

The modification adds one query to the generation of your forum home page. It has been tested and confirmed to work on vBulletin 3.0.0 Gamma running under PHP 4.3.2.


SUPPORT:

If you have a tweak or an optimization for this mod, please submit it to me privately via PM so that I may test it. If your idea works and is something that we could all benefit from, I will likely add it to the release and will give you credit for your idea.

All other support requests should be submitted in this thread so that others may benefit.


SCREENSHOT:

A screen shot would be pointless. This is a very simple addition to your Who's Online box on the forum home page. :)


UPDATE LOG:

I updated this modification to work with vB3 Gamma as of December 9th, 2003. :)

Dan 07-15-2003 05:23 PM

interesting add on may use it someday

Brad 07-16-2003 05:52 AM

Nice modification, :)

I see you are using the old strpos way to identify the page, now that vB 3's here we dont have to use strpos ;). Thanks to the dev's we have a much quicker way.

Try using this instead:

PHP Code:

 if (THIS_SCRIPT == 'index'

// your script here


Just thought id share, its a little bit speeder then the old way, not that you will notice it much :).

Tony G 07-16-2003 06:16 AM

Nice mod, will have to try it out. :)

imported_BarryA 07-16-2003 03:05 PM

Works great... If some of you guys want to see what its like look at this page. I added the word Registered in front as I believe we are only counting registered users here and not guests.

www.FordPower.net/forums

imported_Tungsten 07-16-2003 03:22 PM

Quote:

Originally Posted by BarryA
Works great... If some of you guys want to see what its like look at this page. I added the word Registered in front as I believe we are only counting registered users here and not guests.

www.FordPower.net/forums

Sweet! A fellow Ford enthusiast and performance board operator. :D

My toy: www.tennesspeed.net/members/tungsten/

Brad 07-16-2003 06:16 PM

Im going to check both your boards out, I get the mustang in april ;)

Zehlek 07-16-2003 08:20 PM

Thanks for sharing

Zehlek 07-16-2003 09:10 PM

It shows the number of people online today. Is there anyway to show the names of the ones online including guests?

imported_BarryA 07-16-2003 09:13 PM

Quote:

Originally Posted by Zehlek
It shows the number of people online today. Is there anyway to show the names of the ones online including guests?

You could list the names of the Registered user pretty easily. Worst case you just just do a select on the user table for everyone with a last login time > yesterday.

As for guests, anything you do with guests is inaccurate and probably should not be included. If an AOL user logs on he may register as 10 guests with his IP jumping all over the place. Dont forget spiders either.. :)


All times are GMT. The time now is 03:37 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01028 seconds
  • Memory Usage 1,739KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete