Results 1 to 10 of 858

Threaded View

  1. #15
    Join Date
    Mar 2014
    Location
    Utah
    Posts
    23
    Plugin Contributions
    0

    Default Re: User tracking mod

    Quote Originally Posted by mc12345678 View Post
    Looking at the ver 1.5 uninstall sql, the removal of that page_key should have occurred already. You can also safely omit that line from the new_install text when posting the sql. The lines that can not be omitted, involve @UserTrackgID up to the ending semicolon.
    Okay, so I upload this portion of the new install sql
    PHP Code:
    SELECT @UserTrackgID := configuration_group_id 
    FROM configuration_group where configuration_group_title LIKE 
    '%User Tracking%';

    DELETE FROM configuration where configuration_group_id = @UserTrackgID
    /* DELETE FROM configuration where configuration_group_id = '999'; Desire is to replace 999 with the next configuration_group_id; however, this may require revision to the base code to support*/
    INSERT INTO configuration_group (`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES (0'User Tracking Config''User Tracking'''1);

    SELECT @UserTrackgID := configuration_group_id 
    FROM configuration_group where configuration_group_title LIKE 
    '%User Tracking%';

    UPDATE configuration_group SET sort_order = @UserTrackgID WHERE configuration_group_id = @UserTrackgID;

    INSERT INTO configuration VALUES (0'User Tracking Visitors''ZEN_CONFIG_USER_TRACKING''true''Check the Customers/Guests behaviour ? (each click will be recorded)', @UserTrackgID1'2003-03-03 11:19:26''2003-02-09 21:20:07'NULL'zen_cfg_select_option(array(''true'', ''false''),');
    INSERT INTO configuration VALUES (0'User Tracking (ADMIN)''ADMIN_CONFIG_USER_TRACKING''true''Check the ADMINs behaviour ? (each click will be recorded)', @UserTrackgID2'2003-03-03 11:19:26''2003-02-09 21:20:07'NULL'zen_cfg_select_option(array(''true'', ''false''),');
    INSERT INTO configuration VALUES (0'User Tracking (exclude this IP-Address)''CONFIG_USER_TRACKING_EXCLUDED''your IP''Do NOT record this IP Address<br>(like webmaster/owners/Beta-testers)', @UserTrackgID10'2003-03-04 23:08:38''2003-02-09 21:20:07'NULLNULL);
    INSERT INTO configuration VALUES (0'User Tracking (Session Limit)''CONFIG_USER_TRACKING_SESSION_LIMIT''50''Displaying the latest # sessions of this 24 hour period.<br>(SET to 999999 for unlimited per 24 hour period)<br>NOTE:<BR>Watch you space !', @UserTrackgID15'2003-03-03 11:19:13''2003-02-09 21:20:07'NULLNULL);
    INSERT INTO configuration (configuration_idconfiguration_titleconfiguration_keyconfiguration_valueconfiguration_descriptionconfiguration_group_idsort_orderlast_modifieddate_addeduse_functionset_functionVALUES (0'User Tracking (Admin User Can Delete)''CONFIG_USER_TRACKING_ADMIN_CAN_DELETE''true''Allow Record Deletion to be Active?<br/>Setting this to true will override ENTRY and SESSION purges.<br/>Default <b>true</b><br/>', @UserTrackgID25'2013-11-09 11:19:26''2013-11-09 11:19:26'NULL'zen_cfg_select_option(array(''true'', ''false''),');
    INSERT INTO configuration (configuration_idconfiguration_titleconfiguration_keyconfiguration_valueconfiguration_descriptionconfiguration_group_idsort_orderlast_modifieddate_addeduse_functionset_functionVALUES (0'User Tracking (Admin User Can Delete Historical Data)''CONFIG_USER_TRACKING_ADMIN_CAN_DELETE_RECORDS''false''Allow Record Deletion of records older than now - the purge duration set below.<br/>This value is ignored if Admin User Can Delete is set to true.  Otherwise set this to true to allow deletion of visits.<br/>Default <b>false</b>.<br/>', @UserTrackgID26'2013-11-09 11:19:26''2013-11-09 11:19:26'NULL'zen_cfg_select_option(array(''true'', ''false''),');
    INSERT INTO configuration (configuration_idconfiguration_titleconfiguration_keyconfiguration_valueconfiguration_descriptionconfiguration_group_idsort_orderlast_modifieddate_addeduse_functionset_functionVALUES (0'User Tracking (Admin User Can Delete SESSIONS)''CONFIG_USER_TRACKING_ADMIN_CAN_DELETE_SESSIONS''false''Allow SESSION Deletion to be Active?<br/>This setting is ignored if Admin User Can Delete is set to true.<br/>Default <b>false</b><br/>', @UserTrackgID27'2013-11-09 11:19:26''2013-11-09 11:19:26'NULL'zen_cfg_select_option(array(''true'', ''false''),');
    INSERT INTO configuration (configuration_idconfiguration_titleconfiguration_keyconfiguration_valueconfiguration_descriptionconfiguration_group_idsort_orderlast_modifieddate_addeduse_functionset_functionVALUES (0'User Tracking (Admin User Can Delete IP)''CONFIG_USER_TRACKING_ADMIN_CAN_DELETE_IP''false''Allow Deletion of records that match the identified IP address?<br/>This setting is ignored if Admin User Can Delete is set to true.<br/>Default <b>false</b><br/>', @UserTrackgID28'2013-11-09 11:19:26''2013-11-09 11:19:26'NULL'zen_cfg_select_option(array(''true'', ''false''),');
    INSERT INTO configuration (configuration_idconfiguration_titleconfiguration_keyconfiguration_valueconfiguration_descriptionconfiguration_group_idsort_orderlast_modifieddate_addeduse_functionset_functionVALUES (0'User Tracking (Purge this Number)''CONFIG_USER_TRACKING_PURGE_NUMBER''3''What is the number associated with purging before the current date/time?<br/><br/>An example would be to choose 3 here and units associated with days to delete data greater than 3 days before today.<br/>', @UserTrackgID30'2013-11-09 23:08:38''2013-11-09 23:08:38'NULLNULL);
    INSERT INTO configuration (configuration_idconfiguration_titleconfiguration_keyconfiguration_valueconfiguration_descriptionconfiguration_group_idsort_orderlast_modifieddate_addeduse_functionset_functionVALUES (0'User Tracking (Purge Units)''CONFIG_USER_TRACKING_PURGE_UNITS''1440''Pick the units associate with the periodicity to allow purging data.<br/><br/>60) Hours<br/>1440) Days<br/>10080) Weeks<br/>43200) Months (Based on 30 days)<br/>', @UserTrackgID31'2013-11-09 23:08:38''2013-11-09 23:08:38'NULL'zen_cfg_select_option(array(''60'', ''1440'',''10080'',''43200''),');
    INSERT INTO configuration (configuration_idconfiguration_titleconfiguration_keyconfiguration_valueconfiguration_descriptionconfiguration_group_idsort_orderlast_modifieddate_addeduse_functionset_functionVALUES (0'User Tracking (Type of User Interaction to Record)''CONFIG_USER_TRACKING_TRACK_TYPE_RECORD''1''Type of user tracking to record?<br/><br/>1 - All visitors.<br/>2 - Visitors views where sessions have been started.<br/>3 - All users except bots/spiders ( requires Configuration->Sessions->Prevent Spider Sessions->true)  (Don\'t know if this works with Zen-Cart versions older than 1.2.6d)<br/><br/>Related to above: If you set Force Cookie Use->true, then at the first user entry, sessions do not start!!! And in variants 2 and 3, user-tracking will not have started. In this case you lose one click and do not log the refferal. But if this user is a returning user and has an old/previous zen cookie the session started and your tracking system will collect this info. So, the result beforehand is not logged or will not be known.<br/>', @UserTrackgID40'2013-11-09 11:19:26''2013-11-09 11:19:26'NULL'zen_cfg_select_option(array(''1'', ''2'',''3''),');
    INSERT INTO configuration VALUES (0'User Tracking (your favorite WHOIS URL)''USER_TRACKING_WHOIS_URL''http://www.dnsstuff.com/tools/whois.ch?ip=''Put here you favorite WHOIS tracking site<br>(the IP will follow automaticly after this url)', @UserTrackgID50'2003-03-03 11:19:13''2003-03-11 11:40:01'NULLNULL);
    INSERT INTO configuration VALUES (0'User Tracking (Show Product Category when tracking product clicks)''ZEN_CONFIG_SHOW_USER_TRACKING_CATEGORY''true''Show Product Category when tracking product clicks', @UserTrackgID60'2006-12-05 11:19:26''2006-12-05 21:20:07'NULL'zen_cfg_select_option(array(''true'', ''false''),');
    INSERT INTO configuration VALUES (0'User Tracking (Version Installed)''CONFIG_USER_TRACKING_VERSION''1.5''Shows the version number associated with user tracking and should be updated with each upgrade', @UserTrackgID1000'2013-11-10 04:19:26''2013-11-18 04:19:26'NULLNULL); 

    I still received a webpage error, to refresh page and try again later. In my logs I have this error
    PHP Code:
    [17-Jun-2014 15:15:23PHP Fatal error:  1136:Column count doesn't match value count at row 1 :: INSERT INTO configuration VALUES (0, 'User Tracking Visitors', 'ZEN_CONFIG_USER_TRACKING', 'true', 'Check the Customers/Guests behaviour ? (each click will be recorded)', @UserTrackgID, 1, '2003-03-03 11:19:26', '2003-02-09 21:20:07', NULL, 'zen_cfg_select_option(array(''true''''false''),'); 
    Last edited by MyCoolHats; 17 Jun 2014 at 10:20 PM.

 

 

Similar Threads

  1. User Tracking Mod only shows the Admin Session
    By Griff1324 in forum General Questions
    Replies: 6
    Last Post: 29 May 2008, 10:56 PM
  2. User Tracking Mod issue: repeated Logins: Admin: View Sessions
    By dharma in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 20 Feb 2008, 04:48 AM
  3. Search log mod vs. user tracking
    By ashton0603 in forum General Questions
    Replies: 4
    Last Post: 30 Jan 2008, 08:43 AM
  4. Google Analytics vs User Tracking mod
    By miles in forum General Questions
    Replies: 1
    Last Post: 15 Jun 2007, 10:09 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR