Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

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
  #52  
Old 02-03-2010, 08:19 AM
dosadno dosadno is offline
 
Join Date: Dec 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have a problem with setining premissions in usergrou manager, i get this error

Where is the problem?
Code:
Database error in vBulletin 4.0.1:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
	`title` = 'Administrators',
	`description` = '',
	`usertitle` = 'Administrator',
	`opentag` = '<span style=\"color: #3333FF;\">',
	`closetag` = '</span>',
	`passwordexpires` = '0',
	`passwordhistory` = '0',
	`edithistorypermissions` = '0',
	`forumpermissions` = '16777215',
	`genericpermissions` = '2113929151',
	`attachlimit` = '0',
	`pmquota` = '5000',
	`pmpermissions` = '4',
	`pmsendmax` = '50',
	`pmthrottlequantity` = '0',
	`calendarpermissions` = '63',
	`wolpermissions` = '31',
	`adminpermissions` = '3',
	`genericpermissions2` = '1',
	`genericoptions` = '63',
	`profilepicmaxwidth` = '100',
	`profilepicmaxheight` = '100',
	`profilepicmaxsize` = '65535',
	`avatarmaxwidth` = '130',
	`avatarmaxheight` = '110',
	`avatarmaxsize` = '20000',
	`signaturepermissions` = '237567',
	`sigpicmaxwidth` = '500',
	`sigpicmaxheight` = '100',
	`sigpicmaxsize` = '20000',
	`sigmaxrawchars` = '0',
	`sigmaxchars` = '0',
	`sigmaxlines` = '0',
	`sigmaxsizebbcode` = '7',
	`sigmaximages` = '0',
	`albumpermissions` = '255',
	`albumpicmaxwidth` = '600',
	`albumpicmaxheight` = '600',
	`albummaxpics` = '100',
	`albummaxsize` = '0',
	`usercsspermissions` = '63',
	`visitormessagepermissions` = '63',
	`socialgrouppermissions` = '262143',
	`maximumsocialgroups` = '5',
	`groupiconmaxsize` = '65535',
	`trmpermissions` = '15'
WHERE usergroupid=6;

MySQL Error   : Unknown column 'edithistorypermissions' in 'field list'
Error Number  : 1054
Request Date  : Wednesday, February 3rd 2010 @ 11:15:57 AM
Error Date    : Wednesday, February 3rd 2010 @ 11:15:57 AM
Script        : http://www.xxxxxxxxx.com/forum/admincp/usergroup.php?do=update
Referrer      : http://www.xxxxxxxxx.com/forum/admincp/usergroup.php?do=edit&usergroupid=6
IP Address    : xxxxxxx
Username      : xxxxxxxx
Classname     : vB_Database
MySQL Version : 5.1.40-log
Reply With Quote
  #53  
Old 02-03-2010, 11:00 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That has nothing to do with this modifcation, you have not correctly uninstalled another mod (edithistory, according to the error).
Reply With Quote
  #54  
Old 02-08-2010, 09:44 PM
Toni3055 Toni3055 is offline
 
Join Date: Jan 2010
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just installed this and Who Read This Thread. Love them both! Thank you, Paul!
Reply With Quote
  #55  
Old 02-11-2010, 10:18 AM
mummy mummy is offline
 
Join Date: Oct 2006
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by dosadno View Post
I have a problem with setining premissions in usergrou manager, i get this error

Where is the problem?
Code:
Database error in vBulletin 4.0.1:

Invalid SQL:
UPDATE usergroup SET

### UPDATE QUERY GENERATED BY fetch_query_sql() ###
	`title` = 'Administrators',
	`description` = '',
	`usertitle` = 'Administrator',
	`opentag` = '<span style=\"color: #3333FF;\">',
	`closetag` = '</span>',
	`passwordexpires` = '0',
	`passwordhistory` = '0',
	`edithistorypermissions` = '0',
	`forumpermissions` = '16777215',
	`genericpermissions` = '2113929151',
	`attachlimit` = '0',
	`pmquota` = '5000',
	`pmpermissions` = '4',
	`pmsendmax` = '50',
	`pmthrottlequantity` = '0',
	`calendarpermissions` = '63',
	`wolpermissions` = '31',
	`adminpermissions` = '3',
	`genericpermissions2` = '1',
	`genericoptions` = '63',
	`profilepicmaxwidth` = '100',
	`profilepicmaxheight` = '100',
	`profilepicmaxsize` = '65535',
	`avatarmaxwidth` = '130',
	`avatarmaxheight` = '110',
	`avatarmaxsize` = '20000',
	`signaturepermissions` = '237567',
	`sigpicmaxwidth` = '500',
	`sigpicmaxheight` = '100',
	`sigpicmaxsize` = '20000',
	`sigmaxrawchars` = '0',
	`sigmaxchars` = '0',
	`sigmaxlines` = '0',
	`sigmaxsizebbcode` = '7',
	`sigmaximages` = '0',
	`albumpermissions` = '255',
	`albumpicmaxwidth` = '600',
	`albumpicmaxheight` = '600',
	`albummaxpics` = '100',
	`albummaxsize` = '0',
	`usercsspermissions` = '63',
	`visitormessagepermissions` = '63',
	`socialgrouppermissions` = '262143',
	`maximumsocialgroups` = '5',
	`groupiconmaxsize` = '65535',
	`trmpermissions` = '15'
WHERE usergroupid=6;

MySQL Error   : Unknown column 'edithistorypermissions' in 'field list'
Error Number  : 1054
Request Date  : Wednesday, February 3rd 2010 @ 11:15:57 AM
Error Date    : Wednesday, February 3rd 2010 @ 11:15:57 AM
Script        : http://www.xxxxxxxxx.com/forum/admincp/usergroup.php?do=update
Referrer      : http://www.xxxxxxxxx.com/forum/admincp/usergroup.php?do=edit&usergroupid=6
IP Address    : xxxxxxx
Username      : xxxxxxxx
Classname     : vB_Database
MySQL Version : 5.1.40-log
I have the same problem
Reply With Quote
  #56  
Old 02-11-2010, 11:12 AM
Paul M's Avatar
Paul M Paul M is offline
 
Join Date: Sep 2004
Location: Nottingham, UK
Posts: 23,748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

... and the answer is also the same (post #52).
Reply With Quote
  #57  
Old 02-24-2010, 04:34 AM
SpankMe's Avatar
SpankMe SpankMe is offline
 
Join Date: Nov 2001
Location: New Zealand
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Upgraded to 4.0.2 and no one can access the forum page with IE8. All other browsers ok. I disabled this mod, and IE8 can access the forums page again,
Reply With Quote
  #58  
Old 03-14-2010, 04:11 PM
Dennis Kaczor Dennis Kaczor is offline
 
Join Date: Oct 2005
Location: Toronto
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Paul, I was checking to see if there was any updates and noticed that I had version 4.0.5 and you had an update to 4.0.7. Downloaded and installed and got this error below

Item no longer shows in the plugins, and the program seems to be still showing on the forum page. Can you please advise on how I can correct this. vb 4.0.2 First time I have ever had an issue with your stuff, but always a first time, and thanks in advance

PHP Code:
Database error in vBulletin 4.0.2:

Invalid SQL:

            
UPDATE template SET
                styleid 
= -10
            WHERE product 
'paulm_trm_40' AND styleid = -1;

MySQL Error   Duplicate entry 'Display_Memberview--10-template' for key 2
Error Number  
1062
Request Date  
SundayMarch 14th 2010 12:41:30 PM
Error Date    
SundayMarch 14th 2010 12:41:36 PM
Script        
http://www.XXXXXXXX.com/forums/admincp/plugin.php?do=productimport
Referrer      http://www.XXXXXXXX.com/forums/admincp/plugin.php?do=productadd
IP Address    XX.XXX.XXXX.X
Username      
XXXXX
Classname     
vB_Database_MySQLi
MySQL Version 
5.0.82-msl-usrs-sure2-log 
Reply With Quote
  #59  
Old 03-14-2010, 04: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

This is a vb issue, please see the announcement.

https://vborg.vbsupport.ru/announcement.php?a=47
Reply With Quote
  #60  
Old 03-14-2010, 04:28 PM
Dennis Kaczor Dennis Kaczor is offline
 
Join Date: Oct 2005
Location: Toronto
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Paul M View Post
This is a vb issue, please see the announcement.

https://vborg.vbsupport.ru/announcement.php?a=47
Thank you Paul fix the problem.

Dennis
Reply With Quote
  #61  
Old 03-16-2010, 12:40 AM
parks72 parks72 is offline
 
Join Date: Nov 2006
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great one thanks............
Reply With Quote
Reply

Thread Tools

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 09:39 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.05471 seconds
  • Memory Usage 2,332KB
  • 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
  • (2)bbcode_code
  • (1)bbcode_php
  • (2)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