Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
Big vB-Statistic Details »»
Big vB-Statistic
Version: 1.00, by Coroner Coroner is offline
Developer Last Online: Dec 2011 Show Printable Version Email this Page

Category: Statistics Modifications - Version: 3.7.0 RC 3 Rating:
Released: 04-21-2008 Last Update: 06-22-2008 Installs: 101
DB Changes Uses Plugins Template Edits Auto-Templates
Code Changes  
No support by the author.

Created for vB 3.6.8 but tested in 3.7.0 Beta 4/RC1 and RC3.
The attached File is a RAR - renamed into ZIP.

Ok, what does this MOD do?
Simply - a Statistic for all *g
Don't know, what I can say - take a look at the Pictures (say more than words)

2 Languages supported (german / english).

How to install:
simply read the READ.ME_english or READ.ME_deutsch

TMS supported.

Regards
Coroner

P.S. deutschen Support gibt es auch bei your-vb

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #42  
Old 06-24-2008, 04:21 PM
f r e z N Y f r e z N Y is offline
 
Join Date: Jan 2008
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #43  
Old 06-24-2008, 04:37 PM
Coroner Coroner is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 797
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes, but define "future" *smile*. Time's money. I haven't both
Reply With Quote
  #44  
Old 06-25-2008, 10:15 AM
parks parks is offline
 
Join Date: Jun 2008
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

looks great thank you
Reply With Quote
  #45  
Old 07-02-2008, 05:17 AM
mA|tRiX mA|tRiX is offline
 
Join Date: Nov 2006
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #46  
Old 07-09-2008, 10:14 AM
mA|tRiX mA|tRiX is offline
 
Join Date: Nov 2006
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mA|tRiX View Post
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?
Reply With Quote
  #47  
Old 07-10-2008, 05:41 AM
Coroner Coroner is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 797
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

will do it in a further version.
Reply With Quote
  #48  
Old 07-12-2008, 09:28 AM
mA|tRiX mA|tRiX is offline
 
Join Date: Nov 2006
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thx for the info
Reply With Quote
  #49  
Old 08-16-2008, 05:21 PM
Mutt's Avatar
Mutt Mutt is offline
 
Join Date: Nov 2001
Posts: 331
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Konstantinos View Post
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?
Reply With Quote
  #50  
Old 08-17-2008, 07:03 AM
Coroner Coroner is offline
 
Join Date: Feb 2008
Location: Germany
Posts: 797
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #51  
Old 08-18-2008, 02:57 AM
Jason UK Jason UK is offline
 
Join Date: Jun 2008
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:41 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07112 seconds
  • Memory Usage 2,292KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete