vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Statistics Modifications - Fake Community Statistics (https://vborg.vbsupport.ru/showthread.php?t=117933)

tidy_boy 05-01-2007 10:56 AM

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

pictureboarduk 05-25-2007 12:50 PM

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?

radarhunter 05-26-2007 01:56 AM

hey can anyone solve this query of mine ????
https://vborg.vbsupport.ru/showpost....5&postcount=78

Floris 06-03-2007 08:09 AM

version 0.20 released for 3.6.7pl1

Zagis 06-03-2007 08:17 AM

Not Supported - Unistalled :down:

radarhunter 06-03-2007 09:49 AM

Quote:

Originally Posted by Floris (Post 1260206)
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 :) ????????

jerseyda6 06-03-2007 04:53 PM

hmmmmmmmm

Floris 06-03-2007 08:41 PM

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.

BigJimTheLug 06-03-2007 09:17 PM

Wow, this is great!

Installed x 10!~

Floris 06-04-2007 03:44 AM

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.


All times are GMT. The time now is 06:01 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.01364 seconds
  • Memory Usage 1,735KB
  • 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
  • (4)pagenav_pagelink
  • (1)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