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
VSa - Visitors In Last X Hours Details »»
VSa - Visitors In Last X Hours
Version: 3.0.5, by Valter Valter is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Statistics Modifications - Version: 4.x.x Rating:
Released: 01-16-2010 Last Update: 10-09-2013 Installs: 910
Uses Plugins Auto-Templates
 
No support by the author.

Features:
-Show how many users (members + guests) visited forum in last x hours
-Show members listing
-Show member last activity on mouse-over
-Invisible members are shown as "Invisible" for those who has no permissions to view them
-Option to add fake guests
-Optionally usergroups legend can be shown below VILXH box
-By default all usergroups where HTML tags are filled out will be listed in legend
-You can exclude usergroups from showing in legend
-You can exclude usergroups from viewing VILXH

Installation:
-Import XML file (as product) - AdminCP > Plugin System > Manage Products > [Add/Import Product]

Versions:
v1.0 - Oct 02. 2005.
-Initial release
v2.4 - Apr 30. 2008.
-Latest 3.x version
v3.0 - Jan 17. 2010.
-Updated for vBulletin 4.x
-Mod prefix (Cyb) changed to 'VSa'
v3.0.2 - Jan 19. 2010.
-Fixed another php error
v3.0.3 - Oct 21. 2010.
-Fixed vB 4.0.8 style issues
v3.0.4 - Oct 23. 2010.
-Fixed some style issues
v3.0.5 - Oct 10. 2013.
-Fixed some PHP errors in 4.2.2

Download Now

File Type: zip VSa - Visitors In Last X Hours v3.0.5.zip (4.4 KB, 1434 views)

Screenshots

File Type: jpg vilxh.jpg (85.7 KB, 0 views)
File Type: jpg acp.jpg (261.3 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
7 благодарности(ей) от:
b00k, Marcin147, misericorde, Teascu Dorin, Ulquiorra1, vBarsiv, yin9

Comments
  #62  
Old 10-21-2010, 12:38 PM
GeorgeB85 GeorgeB85 is offline
 
Join Date: Nov 2008
Posts: 362
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Aamir Durrani View Post
Not Work In 4.0.8...........????????
It works, it is just miss aligning everything.

Go to the link posted in the post above yours and you will see what I am referring to.
Reply With Quote
  #63  
Old 10-21-2010, 08:28 PM
Valter Valter is offline
 
Join Date: Aug 2005
Location: Sarajevo
Posts: 2,432
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

v3.0.3 - Oct 21. 2010.
-Fixed vB 4.0.8 style issues

To upgrade:
-Import product XML, allow overwrite
Reply With Quote
  #64  
Old 10-22-2010, 03:12 AM
JAFRI's Avatar
JAFRI JAFRI is offline
 
Join Date: Jun 2009
Posts: 203
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good update...
Reply With Quote
  #65  
Old 10-22-2010, 03:29 AM
my123world's Avatar
my123world my123world is offline
 
Join Date: Aug 2010
Location: -| Heart of vB |-
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is Working Like a Charm on My Forum... Version - 4.0.8!

Love THis~!
Reply With Quote
  #66  
Old 10-22-2010, 03:30 AM
my123world's Avatar
my123world my123world is offline
 
Join Date: Aug 2010
Location: -| Heart of vB |-
Posts: 115
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For A Demo Check My Forum -
Code:
http://www.my123world.com
Reply With Quote
  #67  
Old 10-22-2010, 11:35 AM
BANDiT600 BANDiT600 is offline
 
Join Date: Jul 2003
Location: Russian Federation
Posts: 163
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Look at the Userlegend.
Attached Images
File Type: jpg example.jpg (81.1 KB, 0 views)
Reply With Quote
  #68  
Old 10-23-2010, 11:12 AM
Valter Valter is offline
 
Join Date: Aug 2005
Location: Sarajevo
Posts: 2,432
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

v3.0.4 - Oct 23. 2010.
-Fixed some style issues

To upgrade:
-Import product XML, allow overwrite
Reply With Quote
  #69  
Old 10-24-2010, 04:37 AM
stwan stwan is offline
 
Join Date: Feb 2009
Posts: 159
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

xhtml 1.0 error in template vsa_lastxhoursvisitors:

HTML Code:
<ol class="commalist" id="vilxh_users_area">
					{vb:raw vilxh_userlist_init}
					<vb:if condition="(($vboptions[vsa_visitorslastx_cutoff]>0) AND ($vilxh_total_members > $vboptions[vsa_visitorslastx_cutoff]))">
						<div id="vilxh_users_more" class="shade" style="display:inline;float:{vb:stylevar right}">
							{vb:rawphrase vsavilxh_showing_x, {vb:raw vboptions.vsa_visitorslastx_cutoff}, {vb:raw vilxh_total_members}, {vb:raw vboptions.vsa_visitorslastx_xhours}} | <a href="javascript:void(0);" onclick="Vilxh_getUsers();" style="text-decoration:none">{vb:rawphrase vsavilxh_show_all}</a>
						</div>
						<div id="vilxh_users_loading" class="shade" style="display:none;float:{vb:stylevar right}">
							{vb:rawphrase vsavilxh_loading}
						</div>
					</vb:if>
				</ol>

replace:

HTML Code:
<ol class="commalist" id="vilxh_users_area">
                                   <li>
					{vb:raw vilxh_userlist_init}
					<vb:if condition="(($vboptions[vsa_visitorslastx_cutoff]>0) AND ($vilxh_total_members > $vboptions[vsa_visitorslastx_cutoff]))">
						<div id="vilxh_users_more" class="shade" style="display:inline;float:{vb:stylevar right}">
							{vb:rawphrase vsavilxh_showing_x, {vb:raw vboptions.vsa_visitorslastx_cutoff}, {vb:raw vilxh_total_members}, {vb:raw vboptions.vsa_visitorslastx_xhours}} | <a href="javascript:void(0);" onclick="Vilxh_getUsers();" style="text-decoration:none">{vb:rawphrase vsavilxh_show_all}</a>
						</div>
						<div id="vilxh_users_loading" class="shade" style="display:none;float:{vb:stylevar right}">
							{vb:rawphrase vsavilxh_loading}
						</div>
					</vb:if>
                                   </li>
				</ol>
Please fixed in next version
Reply With Quote
  #70  
Old 10-24-2010, 10:27 AM
haidm haidm is offline
 
Join Date: Feb 2010
Posts: 133
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please add The most visisted in 24 hours, thank.
Reply With Quote
  #71  
Old 10-24-2010, 09:06 PM
Bounce's Avatar
Bounce Bounce is offline
 
Join Date: Mar 2004
Location: Edinburgh,Scotland
Posts: 919
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All good in vb 4.0.8 here, good job :up:
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 07:36 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.05983 seconds
  • Memory Usage 2,349KB
  • 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_html
  • (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
  • (7)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
  • (4)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