vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   Admin Quick Stats (https://vborg.vbsupport.ru/showthread.php?t=37193)

yousuf 03-14-2003 06:46 PM

sweet hack thanx dude i installed on 2.2.9

Dras 07-31-2003 10:41 PM

Great addon! This saves me lots of time to find out my DB usuage and such!

msimplay 08-09-2003 07:57 PM

excellent hack :D

Dras 10-17-2003 02:01 PM

Great Hack, Works on 2.3.0

Josh Combs 11-04-2003 02:51 AM

Great Hack!

Rampag33 11-04-2003 05:29 AM

installed vb 232
works perfectly, great hacc

Josh Combs 11-04-2003 11:01 PM

I am wondering if there is some way to incorperate how many members are on the forums into this feature?

Rampag33 11-05-2003 01:20 PM

Quote:

Originally Posted by GAGT2NV
I am wondering if there is some way to incorperate how many members are on the forums into this feature?

That's already on the admin cp. Infact that's on the same page as the original hacc. Look not even an inch under the hacc.

Josh Combs 11-05-2003 09:03 PM

no I am sorry I mean the total registered members on the whole forum.

Josh Combs 11-07-2003 12:02 AM

I figured it out :) I know it isn't much but I am proud of my self :)

in admin/index.php go to line 133: and paste this underneath it:
Code:

$numbersmembers=$DB_site->query_first('SELECT COUNT(*) AS users,MAX(userid) AS max FROM user');
$numbermembers=number_format($numbersmembers['users']);

and down on line 193: paste this underneath it
Code:

makelabelcode('Total Members in DB:', $numbersmembers['users']);


All times are GMT. The time now is 02:17 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.01169 seconds
  • Memory Usage 1,729KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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