Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Fake User Online v2 Details »»
Fake User Online v2
Version: 1.00, by Tivar Tivar is offline
Developer Last Online: Jan 2011 Show Printable Version Email this Page

Category: Statistics Modifications - Version: 4.0.x Rating:
Released: 10-27-2010 Last Update: 10-28-2010 Installs: 173
Uses Plugins
Re-useable Code Translations  
No support by the author.

Products to Install: 1
Plugins Included: 1
Setting Group : 1
Settings : 9
Phrases : 19


This Mod is just a little modified Version from Atakan KOC's Fake User vb36x.

It adds members and visitors to your count in forum home.

But be carefull! It can display more registerd users online than are really registered :erm:


Installation

- Download the product file below and import it into your vBulletin via the product manager.

Add Counts, Records, Names

- Admin Control Panel > Fake Users Online

***** Update v2

Now you can edit all Numbers and the Namelist displayed in Who is Online on forum home.

Users Online = Guests + Registered
Guests Online = Real + What you want
Registeres Online = Real + What you want

Namelist = Real Registered Online (clickable) + Fakenames (non-clickable)

Record-Numbers= Usercount, Date, Time what you want or real

Download Now

File Type: zip fuser_online_V2.zip (243.0 KB, 2756 views)

Screenshots

File Type: jpg admin.jpg (301.4 KB, 0 views)
File Type: jpg forum_home.jpg (73.5 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
2 благодарности(ей) от:
mohammadxxx, mokujin

Comments
  #72  
Old 06-03-2013, 02:04 AM
TheInsaneManiac TheInsaneManiac is offline
 
Join Date: Feb 2008
Posts: 1,360
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any update to this mod?
Reply With Quote
  #73  
Old 06-07-2013, 01:35 PM
iraqiboy90 iraqiboy90 is offline
 
Join Date: Sep 2012
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lol, someone looking for attention? Why would you need this hack? How about creating original stuff and REAL people will start registering......
Reply With Quote
  #74  
Old 06-15-2013, 03:59 AM
DHS2's Avatar
DHS2 DHS2 is offline
 
Join Date: Nov 2010
Location: Switzerland
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 -->
Reply With Quote
  #75  
Old 06-28-2013, 06:37 AM
john7911 john7911 is offline
 
Join Date: Feb 2013
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #76  
Old 07-20-2013, 10:44 AM
santor santor is offline
 
Join Date: Jan 2013
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by john7911 View Post
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 !
Reply With Quote
  #77  
Old 08-10-2013, 11:28 AM
furnival furnival is offline
 
Join Date: Mar 2008
Posts: 136
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by santor View Post
PLEASE update for v.b 4.2 !
Ditto. Please update it!
Reply With Quote
  #78  
Old 08-10-2013, 07:51 PM
santor santor is offline
 
Join Date: Jan 2013
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

maybe he cannot update maybe he does not know how to ..
Reply With Quote
  #79  
Old 09-14-2013, 07:08 PM
g10net g10net is offline
 
Join Date: Jan 2010
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by furnival View Post
Ditto. Please update it!
we need updated version please
Reply With Quote
  #80  
Old 10-24-2013, 10:36 PM
Arrogant-One's Avatar
Arrogant-One Arrogant-One is offline
 
Join Date: Jul 2007
Location: Brisbane
Posts: 196
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by g10net View Post
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).
Reply With Quote
  #81  
Old 11-14-2013, 04:40 PM
d1jsp d1jsp is offline
 
Join Date: Aug 2013
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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"); 
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 08:55 PM.


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.04728 seconds
  • Memory Usage 2,353KB
  • 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
  • (1)bbcode_code
  • (2)bbcode_php
  • (4)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
  • (11)post_thanks_box
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete