vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Active, non-active users (https://vborg.vbsupport.ru/showthread.php?t=35970)

inetd 03-10-2002 09:58 PM

Active, non-active users
 
Make, please, somebody hack which showed Active users: | Non-Active users: | Activity Level: As it is made in vbStats. Please!

inetd 03-11-2002 05:20 PM

please, reply me. That very important!

inetd 03-15-2002 07:50 PM

Hey, people! Help me :) I need this hack.

Robert9 03-15-2002 07:59 PM

<a href="https://vborg.vbsupport.ru/showthread.php?s=&threadid=35729" target="_blank">https://vborg.vbsupport.ru/showt...threadid=35729</a>

read here plz!

Lesane 03-15-2002 08:25 PM

Str8 from vbstats.php:

PHP Code:

// Active/Non?
    
$snonposters=$DB_site->query_first('SELECT COUNT(*) AS users,MAX(userid) AS max FROM user WHERE posts=0');
    
$nonposters=$snonposters['users'];
    
$activemembers=$numbermembers-$nonposters;
    
$activityrate=sprintf("%.2f",(1000*$activemembers/$numbermembers)); 

Now u can do the rest ... ;)

inetd 03-15-2002 09:00 PM

Big thanks, Lesane!!!
But I see:
Registered users: 553
Active: 279 | Non-active: 274 | Activity level: 504.52

How it can be corrected? You see such results can not be. :(

Bane 03-16-2002 04:01 AM

What cannot be? The Active / Non-Active is right..

For the activity level try changing

$activityrate=sprintf("%.2f",(1000*$activemembers/$numbermembers));

to

$activityrate=sprintf("%.2f",(100*$activemembers/$numbermembers));

inetd 03-16-2002 06:40 AM

Bane, thx!
And one more question. How to make, that in active users there were users for which more than one message per day? And in inactive for what less than one message per day.


All times are GMT. The time now is 08:12 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.01904 seconds
  • Memory Usage 1,721KB
  • 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
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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