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)
-   -   vbStats (https://vborg.vbsupport.ru/showthread.php?t=30751)

FWC 12-01-2001 06:35 AM

Quote:

Originally posted by patvdv
Hey Bane,

I just noticed today (1st of Dec) that the Monthly postings stats do not roll over. It seems like they keep being added from November. Any ideas what might be the cause?

If you are referring to the top posters for the last month, it should be dynamic based on the last 30 days. I don't think it does or should reset with the first of a month.

patvdv 12-01-2001 10:22 AM

FWC,

Yes I am referring to that. If that would be the case, I'd say the titel should be changed from 'Last Month' to 'Last 30 days'. Maybe an option for a next release to allow the choice between true monthly based and xx days interval based.

Bane 12-01-2001 04:33 PM

Good Point Pat. And the wording is misleading. I wrote this suggestion down in my todo list. Thanks

mvigod 12-03-2001 02:47 PM

First let me say that vstats is an awesome hack. Good Job!

Now I have 2 questions of which I apologize if they were addressed in this thread already. I'm asking them because it takes me between 2 minutes to 5 minutes to pull up each page in vbulletin.org or vbulletin.com. The sites are EXTREMELY SLOW for me. I'm on a cable modem too. Anyone else have these speed issues. It's unbearably painfully slow. Is it just me?

My 1st question on vbstats is the date field on the setup file where it says date statistics begin. What does this field do if you change it? Also, what is the format? My default entry after install says 952001. What is that number?

Second question is with the exclusion URL. I listed my domain (in the form of domain.com) in the exclusion list but it keeps coming up in the referrer list. How do I keep it from coming up and excluding? I thought adding it to the url list would work?

Thanks and again, awesome job.

Prezident 12-03-2001 02:55 PM

This is a cool hack, I like the things it does. It would be cool if it would also track hits to the forums from not only countries, but states also, so I could get an idea of what states were visiting the forum.

Also, I know a couple people have asked about the performance hit this hack causes. Well I have found it to be significant. The tracking system causes a 20% - 40% CPU spike whenever a page is loaded. Just a brief one, but a spike nontheless. I am running my server from a P3-700 with 256 RAM.

People who are paying web hosts to run their forums and their servers may not be too concerned with this, but others who are running it locally might think twice.

So, besides the change in CPU demand, this hack is pretty cool.

Nice work, and thanks to you Bane.

-=dm=- 12-03-2001 09:47 PM

Thanx Bane it working fine:)

btw how do I uninstall it?

thanx in advance

dm

-=dm=- 12-04-2001 03:10 AM

can someone please tell me why it not showing any Countries
(Visitor Countries (0) )

is it possible to see vbstats on who is online section?

thanx in advance:)

dm

FWC 12-04-2001 03:41 AM

Quote:

Originally posted by -=dm=-
is it possible to see vbstats on who is online section?dm
You can do it manually, but Firefly released this wonderful hadk for adding Who's Online locations:

https://vborg.vbsupport.ru/showthrea...threadid=32849

-=dm=- 12-04-2001 03:49 AM

Quote:

You can do it manually, but Firefly released this wonderful hadk for adding Who's Online locations:
thanx

but this one from FireFly is for the cp right?

how can I do it manually?

i want one like Bane have on he?s "Viewing Talk Loud Network Statistics"

FWC 12-04-2001 04:24 AM

In online.php add
PHP Code:

// vbStats 
     
case 'vbstats'
       
$userinfo[where] = "Viewing <a href='vbstats.php?action=stats&s=$session[sessionhash]'>Statistics</a>"
       break; 
// vbStats End 

right before
PHP Code:

    case 'spider':
      
$userinfo[where] = "Search Engine Spider";
      break; 

and
PHP Code:

// vbStats 
  
case $forumprefix.'vbstats.php'
    
$userinfo[activity] = 'vbstats'
    break; 
// vbStats End 

right before
PHP Code:

  case '/robots.txt':
    
$userinfo[activity] = 'spider';
    break;
  default:
    
$userinfo[activity] = 'unknown';
  } 

Add whatever words you want after "Viewing and before the <a href in the first code to change what it says.


All times are GMT. The time now is 03:18 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.01877 seconds
  • Memory Usage 1,750KB
  • 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
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (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