The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Track Guest Visits Details »» | |||||||||||||||||||||||||
This modification is no longer available or supported. Something that has been repeatedly asked in the "Members who visited today" modifications (all versions) is a similar way to track the number of guests that have visited a forum each day. This isn't possible in stock vbulletin as no record is kept of guest visits, they are a 'realtime' display only. I've therefore finally got round to looking at the issue and produced this modification. This will add (another) section to the "What's Going On" area. The data is kept in a new table so it should be possible for other uses to be made of it (or display it in other ways). A screenshot of the current display is attached. Options / Features ; * The ability to turn it on/off. * The ability to turn just the display on/off. * The ability to allow (or prevent) certain usergroups viewing the display. * The ability to run the display code on all pages (not just forumhome). * The ability to switch between 'Today' and Rolling 24 Hours display (default). * The list of guests can be set to be always collapsed on initial view. * The script that the Guest is running is logged (e.g. showthread, usercp etc). * The request variables in use are logged (e.g. threadid, userid etc). * The guest table can be cleaned of old records to help control it's size. * Controls for the displays automatic template update. * The datastore read (for spider detection) will read from the File/APC/Memcache/Xcache datastore [if used]. Version 1.19+ * Guest Views data collection - tracking each guests viewing of the forum index page, forums and threads. * Guest Views data collection can be separately disabled. * Multiple guest visits to the same page are logged separately. * Clicking on a Guest type in the main display will list all recent visits by guests of that type. * Clicking on the option in the guest listing will show that guests viewing data (if enabled). * Usergroup permissions are now done with the standard vbulleten usergroup permissions system. Four new usergroup permissions are provided in the usergroup manager. * Can View the Guests Visited Display - Members can view the guests visited display on Forumhome. * Can View Guest IP Addresses - Members can see the ip addresses of visiting guests. * Can View Guest Visits List - Members can view the list of guest visits page. * Can View Guest Tracking Data - Members can view the individual guest visit tracking page. Version 1.22+ The option to keep a record of [and display] the most ever guests has been added - this used to be provided by a seperate add-on product. * All (non usergroup) modification settings are in vBulletin Options > Guest Tracking. To install ;
You can get an improved Spiders Definition file, that recognises many more spiders, from this post. Note: For Spider detection to work you must set Enable Spider Display to 'Yes' in vBulletin Options > Who's Online Options. A German translation has been provided by hurik in post #769 - (for Version 1.22). History: v1.00 : Internal dev version. v1.01 : Initial vb 3.6 beta release. v1.02 : Phrasing added, final beta version. v1.03 : Initial full version, some new options added. v1.04 : Fix potential variable name clash with WVT Mod. v1.05 : More options added, script and request variable logging added. v1.06 : Minor internal code changes, phrasing altered slightly. v1.07 : Datastore call changed to standard fetch function. v1.08 : Moved Datastore call due to oddities, and fixed small bug. v1.09 : Simplified always collapsed code. v1.10 : Datastore call moved and reverted back to db_fetch. v1.11 : Added Spider Cache Refresh on install (limited release). v1.12 : Unique Guest id changed from standard vb id to internally created id. v1.13 : Changed the SQL to force MySQL to use the index on forumhome. v1.14 : Changed install code to delete old spider cache before rebuilding it. v1.15 : Added check to try and detect a broken spider cache and fix it. v1.16 : Number formatting added to individual totals in display list. v1.17 : New usergroup display options added, datastore read updated. v1.18 : Beta for new display options - listing guests and tracking guest views. v1.19 : First release with the new permissions and display options. v1.20 : Minor changes to install code only. v1.21 : Internal development version, not released. v1.22 : Added the "Most ever guests" option. Show Your Support
|
Comments |
#132
|
||||
|
||||
Alright, I've been trying to get this mod working for a while now...and I keep getting this same error:
Quote:
// ################################################## ########################### I overwrote global with a fresh one from 3.6.4 so I know for a fact that I haven't modified it. Any idea on what I can do to fix this? |
#133
|
||||
|
||||
It does not mean line 37 of global.php, it's line 37 of the code running under the global_start hook. Unfortunately, unless you disable ALL your other plugins, there is no way to be sure what line of this plugin that corresponds to.
Also, as I previously mentioned, this has been known to be a php bug, what version of php are you running. |
#134
|
||||
|
||||
I'm running php 5.1.6.
|
#135
|
||||
|
||||
Then I have no idea, it seems to be something unique to your set-up. I'm testing 1.06 locally atm which has a few minor internal code changes, but I don't know if that will make any difference to you. It will be uploaded sometime in the next 24 hours.
|
#136
|
||||
|
||||
These are all the mods I have installed:
Add Usergroup as Moderator 1.0.10 This Hack allows you to have whole Usergroups as Moderators for Forums Advanced PM Options 1.2.1 Automatic Welcome PM 1.0.4 Custom Links 1.6.0 Cyb - Advanced Forum Statistics 4.2 Cyb - Sticky-Closed-Poll Prefixes 1.8 Do not show who's online for guests 1.1 EWT - Forum List Ads 1.0.0 Guest Tracking 1.05 ibProArcade for vBulletin 2.5.7 Left Side Column 1.0.2 Let PHP Live! 1 Miserable Users 2.12 Moderation Auto-PM 2.0.1 Multiple Login Detector 1.03 NoSpam! 1.1 Payment Phrases 1.12 PMs Sender 2.0 Post Thank You Hack 5.3 Prevent Doubleposts 1.0 Beta 4 Random User Picker 1.01 Reported post creates new thread 2.01 Separate Sticky and Normal Threads 1.20 vB Pager 3.0.4 vBadvanced CMPS 2.2.1 (vB 3.6) vbBOL 1.3.2 vBSEO 3.0.0 RC6 vBSEO :: Conditional Signatures 1.4.1 vBSEO :: Sitemap Generator 1.7 WAP 1.0 Welcome Headers 4.1.2 Again, I'm using vb 3.6.4. I hope this helps find out what the error is and hopefully we can figure out a way to fix it. Also, I have only tried it with IE 6 to view the site when the product is enabled. I dont know if that may be the cause too, I'm going to try it in FF shortly. EDIT: Same thing in FF. |
#137
|
|||
|
|||
Great idea, top marks.
|
#138
|
||||
|
||||
1.06 Uploaded.
There are some slight internal code changes which should be transparent (but if you have a problem, try this version). The phrasing has been altered slightly to allow the word "Spiders" to be placed before or after the spider name (or removed completely). Other than this, no changes. If neither of the above concern you then you do not need to upgrade. |
#139
|
|||
|
|||
UPDATED!
|
#140
|
||||
|
||||
daft question but how do you view what the guest was trying to access or accessed?
|
#141
|
|||
|
|||
Paul, is there no special spider.xml file mod required. I've reviewed your thread and cannot see mention of it so I presume your single plug-in does it all then?
Phil. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|