vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Statistics Modifications - Big vB-Statistic (https://vborg.vbsupport.ru/showthread.php?t=176877)

f r e z N Y 06-24-2008 04:21 PM

Installed. Love it.

Is there a future upgrade planned that will give a date range?

I would like to see trends over time, if possible.

Coroner 06-24-2008 04:37 PM

yes, but define "future" *smile*. Time's money. I haven't both

parks 06-25-2008 10:15 AM

looks great thank you

mA|tRiX 07-02-2008 05:17 AM

Thank you. :)

Can you insert a option, where i can see where the user come from?

Guest A --> www.google.de

Guest B --> www.yahoo.de

Guest C --> www.IDONTKNOW.de

mA|tRiX 07-09-2008 10:14 AM

Quote:

Originally Posted by mA|tRiX (Post 1564492)
Thank you. :)

Can you insert a option, where i can see where the user come from?

Guest A --> www.google.de

Guest B --> www.yahoo.de

Guest C --> www.IDONTKNOW.de

Hello?

Coroner 07-10-2008 05:41 AM

will do it in a further version.

mA|tRiX 07-12-2008 09:28 AM

thx for the info :)

Mutt 08-16-2008 05:21 PM

Quote:

Originally Posted by Konstantinos (Post 1498799)
counting BYTES from Messages
counting Threads from User
counting PM's
counting most importend Smilies

Fatal error: Maximum execution time of 30 seconds exceeded in /home/***/public_html/forum/includes/ip_statsdetect.php on line 269

same error here and it's just my test board. hardly any posts at all.




also, edits of inlinemod.php aren't 100% clear.

there are two incidences of
Code:

if ($vbulletin->GPC['threadid'] == $post['threadid'] AND $post['postid'] == $post['firstpostid'])
                {        // we've deleted the thread that we activated this action from so we can only return to the forum
                        $gotothread = false;
                }


and three incidences of
Code:

foreach ($threadarray AS $threadid => $thread)
        {
                $countposts = $vbulletin->forumcache["$thread[forumid]"]['options'] & $vbulletin->bf_misc_forumoptions['countposts'];


do we do replacements on them all?

Coroner 08-17-2008 07:03 AM

change the 2nd one of:
Code:

$db->query ("UPDATE `" . TABLE_PREFIX . "user` SET `threadcount`=`threadcount`-'1' WHERE `userid`='" . $post['postuserid'] . "'");
and here the 2nd one, too:
Code:

foreach ($threadarray AS $threadid => $thread)
        {
                $countposts = $vbulletin->forumcache["$thread[forumid]"]['options'] & $vbulletin->bf_misc_forumoptions['countposts'];

Regards

Jason UK 08-18-2008 02:57 AM

Any chance of adding how many posts and threads in a month? That is the main statistic I want to see.


All times are GMT. The time now is 08:42 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.01334 seconds
  • Memory Usage 1,738KB
  • 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_code_printable
  • (2)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