vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=252)
-   -   Print total # visited last 24 hrs (https://vborg.vbsupport.ru/showthread.php?t=326231)

BasilFawlty 03-22-2018 07:32 PM

Print total # visited last 24 hrs
 
I'm running VB4.2.5 and would like to be able to print to a file the value for "Total members that have visited the forum in the last 24 hours: XXX"

Every time the Who's Online script runs (every time it refreshes per Admin CP) I'd like to simply print the "XXX" number to a flat file. Can anyone help. I'm pretty sure the code would need to be in online.php?

Thanks in advance.

Dave 03-22-2018 08:15 PM

The online.php script doesn't fetch the number of users that were online the last 24 hours, only the forum homepage script does that. You want to move this functionality to online.php and then store it in a flat file?

BasilFawlty 03-23-2018 02:35 AM

Not necessarily move the functionality, but learn where exactly the functionality is so I can write the number of members online in past 24 hours to a file.

final kaoss 03-23-2018 03:03 AM

Look under /forum/admincp/stats.php?do=activity
User activity


All times are GMT. The time now is 06:07 AM.

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.01133 seconds
  • Memory Usage 1,704KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete