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

Reply
 
Thread Tools
Member Visit Tracking Details »»
Member Visit Tracking
Version: 4.2.0.0, by Paul M Paul M is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.2.x Rating:
Released: 01-08-2010 Last Update: 05-23-2012 Installs: 483
DB Changes Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

As of 23 Nov 2017 this modification has been withdrawn.

This tracks the number of members that have visited the forum each day, and displays a list in the same manner as the Members Who Have Visited Today display. However, this also tracks a lot more data, such as the script (and request variables) run on their last visit, and all threads and forums visited.

Options / Features

* The script that the member is running is logged (e.g. showthread, usercp etc).
* The request variables in use are logged (e.g. threadid, userid etc).
* The member visits table can be cleaned of old records to help control it's size.
* Member Views data collection - tracking each members viewing of the forum index page, forums and threads.
* Member Views data collection can be separately disabled.
* Multiple member visits to the same page are logged separately.
* Clicking on the main display icon will list the recent visits by all members (if allowed).
* Clicking on a member in the main display will show that members viewing data (if enabled, and you have permission).
* Clicking on the "Total members that have visited" line will list all members who have visited and their last action.
* Usergroup permissions are done with the standard vbulleten usergroup permissions system.

Four new usergroup permissions are provided in the usergroup manager.

* Can View the Members Visited Display - Members can view the members visited display on Forumhome.
* Can View Member IP Addresses - Members can see the ip addresses of visiting members.
* Can View Member Visits List - Members can view the list of member visits page.
* Can View Member Tracking Data - Members can view the individual member visit tracking page.

* All (non usergroup) modification settings are in vBulletin Options > Member Tracking.


To install;
  • Unzip the XML files.
  • Upload the bitfields file to your ../includes/xml folder.
  • Import the product into vBulletin using the ACP Product Manager.
  • Set your required permissions in the usergroup manager.
Note that by default no permissions are given, you must set them.

Note: You must enable the [core] Visiting Members display, this mod hooks into that display, it does not duplicate the display for itself.


History:

v4.0.1 : 09-Jan-2010 : Initial release for vb 4.0.0 Gold.
v4.0.2 : 10-Jan-2010 : Fix bug in install code if you had 3.x version installed.
v4.0.3 : 12-Jan-2010 : Fix missing text in settings. Change hook usage so display position replicates Who Visited.
v4.0.4 : 16-Jan-2010 : Added always collapsed option.
v4.0.5 : 26-Jan-2010 : Various updates.
v4.0.6 : 20-Feb-2010 : Internal update, not released.
v4.0.7 : 27-Feb-2010 : Style code updates for vB 4.0.2.
v4.0.8 : 29-Apr-2010 : Fix bug in template caching code.
v4.0.9 : 19-Sep-2010 : Fix bug in attachment viewing links.
v4.0.10 : 23-Oct-2010 : Fixed for WGO style changes in vB 4.0.8.

v4.1.0 : 04-Dec-2010 : Updated for vBulletin 4.1.

v4.1.7.0 : 16-Oct-2011 : Updated for vBulletin 4.1.7.
v4.1.8.0 : 18-Nov-2011 : Updated for vBulletin 4.1.8 onwards (only).
v4.1.11.0 : 03-Mar-2012 : Updated for vBulletin 4.1.11 image changes.

v4.2.0.0 : 24-May-2012 : Updated for vBulletin 4.2.0.

Show Your Support

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

Comments
  #202  
Old 06-11-2012, 08:57 PM
aciurczak aciurczak is offline
 
Join Date: Jun 2005
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Arg! Sorry for the trouble. That fixed it. I had enabled and reconfirmed the permissions for visiting members display, but the main option to enable the display itself was still set to off. I hadn't realized that the option itself was now a separate setting in 4.2.

Now to figure out how to resort the items in the wgo box. (I know I figured it out before, so I won't even ask unless I get stuck)
Reply With Quote
  #203  
Old 06-11-2012, 09:09 PM
nikosb nikosb is offline
 
Join Date: Dec 2008
Location: Greece
Posts: 96
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
For vb 4.2.x only - Have you enabled the Visiting Members display in options ?

In 4.2 this does not add its own display, it hooks into the existing display, so that must be enabled.
yes, i have Enable Display.

you would like to send you a PM in acp details see it for yourself?
Reply With Quote
  #204  
Old 06-11-2012, 09:11 PM
aciurczak aciurczak is offline
 
Join Date: Jun 2005
Posts: 154
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by aciurczak View Post
Now to figure out how to resort the items in the wgo box. (I know I figured it out before, so I won't even ask unless I get stuck)
Well, I got stuck. I went through the plug-in manager to re-order all of the execution order where I could find it, and that didn't seem to change a thing. I put member tracking ahead of guest tracking in each hook where they both showed up, but no dice. Is the positioning somewhere else now?
Reply With Quote
  #205  
Old 06-11-2012, 11:51 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Execution order only works for products, remember that the Visiting Members display is now a core display. You need to read the posts here.
Reply With Quote
  #206  
Old 06-11-2012, 11:52 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by nikosb View Post
you would like to send you a PM in acp details see it for yourself?
You are free to do so, but I cannot say exactly when I'll have time to look.
Reply With Quote
  #207  
Old 06-26-2012, 02:04 AM
Footman Footman is offline
 
Join Date: Mar 2010
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Footman View Post
Hello Paul,

Any chance this mod can be adapted to catch more info on each members visit? Like listing their posts, attachements etc. I know these can be found elsewhere but to have it all found in one place would be much more streamlined. Also it would be great, for me and my board at least, to have the tracking info kept indefinitely instead of deleted every 24 hours or so. Perhaps in a viewable, retrievable, printable table of sorts. Mine is a private members only board where security is important. Tracking and keeping a record of actions of the members is very helpful in my case.

I'd happily pay for your time on this if necessary.

Thanks for the great mod
Paul, I'm taking a shot here and renewing my hopes that there may be some way to add these functions to this mod. Most importantly for me at least is keeping the records indefinitely. As I said above security is very important for me so having a long history of members actions can be very helpful if a legal need arises.

If this is still not a possibility could you point me in a direction where I can start getting trusted help on this?

Thanks again,
Reply With Quote
  #208  
Old 06-26-2012, 01:20 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dont really understand what you mean by listing their "posts and attachments".

As far as keeping all the data is concerned, just turn off the cleanup (set its value to zero).

You will end up with a huge amount of data though (and no built in way to display most of it, there is no function to display specific time periods).
Reply With Quote
  #209  
Old 06-26-2012, 08:25 PM
Footman Footman is offline
 
Join Date: Mar 2010
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm just looking to keep track of as much of their actions as possible, and to keep a running record in case it's needed for legal reasons. As for the "posts and attachments" I mean if there is a way to track/display their individual posts/attachments, if any, within the display provided.

Perhaps I'm not describing my needs well enough. I run an adult forum and the security of the members is important. Occasionally there are people who join and steal images for other sites, or post stolen images here, or are stalking other members, hiding behind proxy ip etc etc. I've been through a time already when compiling the movement/actions/login ip's etc, of an individual was necessary for authorities. Having a more detailed record would of made everything a lot smoother and faster.

I'm sure this would entail a huge amount of data stored somewhere. Perhaps it can be displayed in the ACP instead of the forum itself. Having the ability to sort by member would be beneficial.

It sounds like a considerable amount of work to me so I'm sure it does to you also. Unfortunately it's kind of necessary for me and would be most beneficial to me as well.

Any thoughts or guidance would be greatly appreciated.
Reply With Quote
  #210  
Old 06-26-2012, 11:31 PM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is not possible to do that with this mod, it doesnt go into that sort of detail.

In fact, its not possible at all to know what post is being viewed, as a page has many, and pagesize can vary. It might be possible to log what images are being viewed (if they are attachments).

Either way, all this does is log what forums & threads they have visited (and when).

What you describe is a much more complex system that would need to be custom written for you.
Reply With Quote
  #211  
Old 06-27-2012, 02:26 AM
Footman Footman is offline
 
Join Date: Mar 2010
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
It is not possible to do that with this mod, it doesnt go into that sort of detail.

In fact, its not possible at all to know what post is being viewed, as a page has many, and pagesize can vary. It might be possible to log what images are being viewed (if they are attachments).

Either way, all this does is log what forums & threads they have visited (and when).

What you describe is a much more complex system that would need to be custom written for you.
The 'viewing' of images or individual posts wasn't what I meant. I meant tracking/listing the users posts/attachements etc. The way you have it set up already lets me know they visited the thread, which pretty much tells me they viewed it.

I figured this was a pretty big task. I'd be interested in getting this custom written, if you're interested and/or have the time. Like I said earlier the detailed tracking can be very useful for me and my site, along with other security features but that's another topic. If not, I completely understand, would you have anyone in mind who you know enough, trust or believe can do this completely and correctly... and could update it if the need arises like when vB updates their script?

Thanks again
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 04:46 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.05093 seconds
  • Memory Usage 2,327KB
  • Queries Executed 25 (?)
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
  • (5)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
  • (3)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete