The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Track Guest Visits Details »» | |||||||||||||||||||||||||
As of 24 Nov 2017 this modification has been withdrawn.
This tracks 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. This will add (another) section to the "What's Going On" area. 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]. * 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 done with the standard vbulleten usergroup permissions system. * The option to keep a record of [and display] the most ever guests can be enabled. 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. * All (non usergroup) modification settings are in vBulletin Options > Guest Tracking. To install (or upgrade);
You can get an improved Spiders Definition file from this post. Note: For Spider detection to work you must set Enable Spider Display to 'Yes' in vBulletin Options > Who's Online Options. Template Hook Please note that this modification uses the following template hook in the FORUMHOME template ; forumhome_wgo_pos2 This must be present in any customised template/style you are using, otherwise this modification will not display. History: v3.8.001 : Initial vb 3.8 release. v3.8.002 : Fix install code SQL error. v3.8.003 : Fix bug in attachment viewing links. Show Your Support
|
Comments |
#2
|
||||
|
||||
hhmm great idea but i got an error
Code:
Database error in vBulletin 3.8.0: Invalid SQL: CREATE TABLE guest ( guestid varchar(32) NOT NULL default '', hostip varchar(15) NOT NULL default '', useragent varchar(100) NOT NULL default '', lastactive int(10) unsigned NOT NULL default 0, spider varchar(32) NOT NULL default '', script varchar(20) NOT NULL default '', rdata text NOT NULL, PRIMARY KEY (guestid), KEY ipaddress (ipaddress), KEY lastactive (lastactive) ); MySQL Error : Key column 'ipaddress' doesn't exist in table Error Number : 1072 Request Date : Friday, January 9th 2009 @ 04:31:44 PM Error Date : Friday, January 9th 2009 @ 04:31:44 PM Script : http://www.socialspace.co.uk/forum/a...=productimport Referrer : http://www.socialspace.co.uk/forum/a...?do=productadd IP Address : Username : Snowy Classname : vB_Database MySQL Version : 4.1.22-standard-log |
#3
|
|||
|
|||
When i try to install the product, it shows this error:
Code:
Invalid SQL: CREATE TABLE guest ( guestid varchar(32) NOT NULL default '', hostip varchar(15) NOT NULL default '', useragent varchar(100) NOT NULL default '', lastactive int(10) unsigned NOT NULL default 0, spider varchar(32) NOT NULL default '', script varchar(20) NOT NULL default '', rdata text NOT NULL, PRIMARY KEY (guestid), KEY ipaddress (ipaddress), KEY lastactive (lastactive) ); MySQL-Fehler : Key column 'ipaddress' doesn't exist in table Fehler-Nr. : 1072 Skript : http://www.domain.de/admincp/plugin.php?do=productimport Referrer : http://www.domain.de/admincp/plugin.php?do=productadd Klassenname : vB_Database MySQL-Version : 5.0.51a-community-log |
#4
|
|||
|
|||
same error here
|
#5
|
||||
|
||||
Same error, dosent work.
|
#6
|
||||
|
||||
Same here
|
#7
|
||||
|
||||
Sweet, thx for the update.
Hey guys, i didn't get any error. I just updated it from 3.7 to 3.8 |
#8
|
||||
|
||||
Same error here aswell
|
#9
|
||||
|
||||
Upgrade worked here too. Thanks! :up:
|
#10
|
||||
|
||||
Hmm, ok, I guess the sql has an error, i'll have a look in a minute.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|