Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Fake Community Statistics Details »»
Fake Community Statistics
Version: 0.22, by Floris Floris is offline
Developer Last Online: Mar 2021 Show Printable Version Email this Page

Category: Statistics Modifications - Version: 3.6.11 Rating:
Released: 06-06-2006 Last Update: 08-26-2007 Installs: 302
Uses Plugins Template Edits
 
No support by the author.

Due to the recent announcement of Internet Brands telling they are suing XenForo, I decided to immediately stop updating my vBulletin modifications, because I am not supporting this action.

Supporters / CoAuthors

Show Your Support

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

Comments
  #102  
Old 05-01-2007, 10:56 AM
tidy_boy tidy_boy is offline
 
Join Date: Jun 2005
Location: England
Posts: 134
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey guys Loving the hack I have installed but am I missing something.

I have added usernames to the field Logged in Users List

The user names show up but the Currently Active Users: is not showing that there are 6 people logged in, instead it says 1 member logged.

Can some one advise please as I would like to use this hack.

Many Thanks
Reply With Quote
  #103  
Old 05-25-2007, 12:50 PM
pictureboarduk pictureboarduk is offline
 
Join Date: May 2007
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dont want to use this as it seems that users can spot you are frauding and thatsreal bad.

Is there a hack for just increasing Guests online only?
Reply With Quote
  #104  
Old 05-26-2007, 01:56 AM
radarhunter radarhunter is offline
 
Join Date: Jul 2006
Location: Punjab, India
Posts: 315
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hey can anyone solve this query of mine ????
https://vborg.vbsupport.ru/showpost....5&postcount=78
Reply With Quote
  #105  
Old 06-03-2007, 08:09 AM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

version 0.20 released for 3.6.7pl1
Reply With Quote
  #106  
Old 06-03-2007, 08:17 AM
Zagis Zagis is offline
 
Join Date: Jun 2006
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not Supported - Unistalled :down:
Reply With Quote
  #107  
Old 06-03-2007, 09:49 AM
radarhunter radarhunter is offline
 
Join Date: Jul 2006
Location: Punjab, India
Posts: 315
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Floris View Post
version 0.20 released for 3.6.7pl1
hi could you please let us konw is there any new feature in this new version of FCS

and


Can we increase Post Count into any or all the sections of the forum according to our own comforts ????????
Reply With Quote
  #108  
Old 06-03-2007, 04:53 PM
jerseyda6 jerseyda6 is offline
 
Join Date: Apr 2007
Posts: 39
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmmmmmmmm
Reply With Quote
  #109  
Old 06-03-2007, 08:41 PM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The history clearly shows there is no new feature added since previous version. And that does mean it still can't do what you want on a per forum basis. It clearly says: ONE forumid.
Reply With Quote
  #110  
Old 06-03-2007, 09:17 PM
BigJimTheLug BigJimTheLug is offline
 
Join Date: Nov 2006
Posts: 354
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow, this is great!

Installed x 10!~
Reply With Quote
  #111  
Old 06-04-2007, 03:44 AM
Floris Floris is offline
 
Join Date: Jan 2002
Posts: 1,898
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I noticed some people found that their most users online is off, version 0.21 will fix this, everybody before version 0.21 can apply a manual fix

Open the plugin:

find this code:
Code:
$fake_max = $recordusers + $vbulletin->options['fake_stats_invisible'] + $vbulletin->options['fake_stats_guest'];
and replace it with this code
Code:
$fake_max = preg_replace('#[^0-9]#', '', $recordusers) + $vbulletin->options['fake_stats_invisible'] + $vbulletin->options['fake_stats_guest'];

The reason is, when you have more then 1000 users online, it will be 1,000
when you calculate it, it will be 1+x+y , instead of 1000+x+y. This fix removes the , and the . from the variable before calculating it.
Reply With Quote
Reply


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 11:13 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.13336 seconds
  • Memory Usage 2,300KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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