vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Statistics Modifications - Fake User Online v2 (https://vborg.vbsupport.ru/showthread.php?t=252753)

TheInsaneManiac 06-03-2013 02:04 AM

Is there any update to this mod?

iraqiboy90 06-07-2013 01:35 PM

lol, someone looking for attention? Why would you need this hack? How about creating original stuff and REAL people will start registering......

DHS2 06-15-2013 03:59 AM

At this moment i have this little solution.
Edit your FORUMHOME, search <!-- logged-in users --> and add this (red part on the code):
Change color on the code (color="white")
I'm at work for ricreate plugin with code correct. (i not promise nothing), at this moment i not have understand what is the problem on the code :(

Code:

                        <!-- logged-in users -->
                        <div id="wgo_onlineusers" class="wgo_subblock section">
                                <h3 class="blocksubhead"><img src="{vb:stylevar imgdir_misc}/users_online.png" alt="{vb:rawphrase currently_active_users}" />{vb:rawphrase currently_active_users}</h3>
                                <div>
                                        <p>{vb:rawphrase there_are_x_y_online_link, {vb:raw totalonline}, {vb:raw session.sessionurl_q}} <span class="shade">{vb:rawphrase x_members_and_y_guests, {vb:raw numberregistered}, {vb:raw numberguest}}</span></p>
                                        <p>{vb:rawphrase most_users_ever_online_was_x_y_at_z, {vb:raw recordusers}, {vb:raw recorddate}, {vb:raw recordtime}}</p>
                                        <vb:if condition="$activeusers">
                                        <ol class="commalist" id="wgo_onlineusers_list">
                                                <vb:each from="activeusers" value="loggedin">
                                                        <li> {vb:stylevar dirmark}<a class="username" href="{vb:link member, {vb:raw loggedin}}">{vb:raw loggedin.musername}</a>{vb:raw loggedin.invisiblemark}{vb:raw loggedin.buddymark}<b><font color="white"> {vb:raw $vbulletin->options['names']}</font></b></li>
                                                </vb:each>
                                        </ol>
                                        </vb:if>
                                </div>
                        </div>
                        <!-- end logged-in users -->


john7911 06-28-2013 06:37 AM

thanks :up:
can anyone modify the code in order to show the name for 4.2.1. I actually have number as all users above.
Thank you.

santor 07-20-2013 10:44 AM

Quote:

Originally Posted by john7911 (Post 2430929)
thanks :up:
can anyone modify the code in order to show the name for 4.2.1. I actually have number as all users above.
Thank you.

PLEASE update for v.b 4.2 !

furnival 08-10-2013 11:28 AM

Quote:

Originally Posted by santor (Post 2434542)
PLEASE update for v.b 4.2 !

Ditto. Please update it!

santor 08-10-2013 07:51 PM

maybe he cannot update maybe he does not know how to .. :)

g10net 09-14-2013 07:08 PM

Quote:

Originally Posted by furnival (Post 2438151)
Ditto. Please update it!

we need updated version please

Arrogant-One 10-24-2013 10:36 PM

Quote:

Originally Posted by g10net (Post 2445642)
we need updated version please

Its very sad that this mod doesn't work. It would be such a boost to forums like mine. I talked to DB Tech about it once, and he said he would think about it, but he never actually did anything :( (other than thinking about it).

d1jsp 11-14-2013 04:40 PM

Bump for update... This line of code is the culprit that breaks the online user list section:
PHP Code:

eval('$activeusers .= ", ' $buffer '";'); 

Example array structure that goes into $activeusers in 4.2:
PHP Code:

$fakeUser = Array(
"userid" => 371
"username" => "silvercharm12"
"invisible" => 0
"inforum" => 0
"lastactivity" => 1384445336
"lastvisit" => 1384375718
"usergroupid" => 2
"displaygroupid" => 2
"infractiongroupid" => 0
"musername" => "silvercharm12"
"displaygrouptitle" => "Newbie"
"displayusertitle" => "",
"comma" => ","
"buddymark" => "",
"invisiblemark" => "",
"online" => "online"
"onlinestatusphrase" => "x_is_online_now"); 



All times are GMT. The time now is 10:17 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.01560 seconds
  • Memory Usage 1,753KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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