Page 43 of 86 FirstFirst ... 33414243444553 ... LastLast
Results 421 to 430 of 858
  1. #421
    Join Date
    Apr 2010
    Location
    London, UK
    Posts
    38
    Plugin Contributions
    1

    Default Re: User tracking mod

    Yeah that sorted it, thanks
    Clever AV Ltd
    http://www.cleveravltd.co.uk
    ZenCart 1.3.9g

  2. #422
    Join Date
    Apr 2010
    Location
    London, UK
    Posts
    38
    Plugin Contributions
    1

    Default Re: User tracking mod

    Does anyone know if theres a way to get this mod to let you see what items have been added to a customers cart?
    Clever AV Ltd
    http://www.cleveravltd.co.uk
    ZenCart 1.3.9g

  3. #423
    Join Date
    Aug 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: User tracking mod

    "Install sql patch file, preferably by phpMyAdmin then add sql patch of zen (as recommended in the forum"

    Hi, what forum post is this referring to exactly?

    To install the user_tracking.sql what exactly is the command line that I need to type.

    Thank you.

  4. #424
    Join Date
    Feb 2008
    Posts
    27
    Plugin Contributions
    0

    Default Re: User tracking mod

    Hi, i am using 1.39h, with User Traking off course

    When i open User Tracking, by default it opens me the first user that whas recorded without a session_id.
    In my case web crawlers as google, yahoo....
    This may be only particular to me as i have in config-> Sessions :
    Prevent Spider Sessions
    Prevent known spiders from starting a session = True
    And they have a lot off hits in one day > 5000
    it is a headake to scroll to the real users sessions throh so many hits


    the solution is that in admin/user_tracking.php around the end there is the line that shows the clicks off a certain user, for me this line returns true by default in the case off spiders as they dont have session IDs.
    line 363 in my file
    Code:
    if ($_GET['viewsession'] == $ut['value']['session_id']){
      while (($pu = each($ut['value']['last_page_url']))&&($du = each($ut['value']['page_desc'])))
      {
    and replaced it with (adedd code in red and bold)
    Code:
    if ($_GET['viewsession'] == $ut['value']['session_id']  && $ut['value']['session_id'] != ''){
      while (($pu = each($ut['value']['last_page_url']))&&($du = each($ut['value']['page_desc'])))
      {
    in this way even if the is a record without session_id, it does not open by default, only when you click on [view session]

    Best regards Zoli.

  5. #425
    Join Date
    Apr 2007
    Location
    Tampa, Florida
    Posts
    180
    Plugin Contributions
    0

    Default Re: User tracking mod

    Thanks for that tip because it was starting to drive me crazy.

    Gary

  6. #426
    Join Date
    Apr 2006
    Location
    Homebase: Spokane, WA
    Posts
    103
    Plugin Contributions
    0

    Default Re: User tracking mod

    Has anyone got this running CORRECTLY on a 1.3.9h site or is this one that needs to be re-worked and updated for newer versions of PHP and SQL?

    Thanks,

    Rod
    Rod

    Visit my Zen Site: Hat n' Patch

  7. #427
    Join Date
    Jan 2011
    Posts
    22
    Plugin Contributions
    0

    Default Re: User tracking mod

    Quote Originally Posted by rod44 View Post
    Has anyone got this running CORRECTLY on a 1.3.9h site or is this one that needs to be re-worked and updated for newer versions of PHP and SQL?

    Thanks,

    Rod
    Hi Rod,

    I just installed the mod and it worked fine without a problem. I'm just bit concerned about some people saying that it will also track the search engine activities. I am trying to find an answer to that matter.


    Josh
    @Jostar

  8. #428
    Join Date
    Oct 2006
    Location
    New Jersey, USA
    Posts
    118
    Plugin Contributions
    0

    Default Re: User tracking mod

    Hi

    Just started getting this error message:
    144 Table './DIRECTORY NAME NOT SHOWN/user_tracking' is marked as crashed and last (automatic?) repair failed
    in:
    [select customer_id, full_name, ip_address, time_entry, time_last_click, last_page_url, page_desc, session_id, referer_url, customers_host_address from user_tracking where time_entry > 1301727600 and time_entry < 1301814000 order by time_last_click desc]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
    Please point me in right direction to correct.

    Thanks
    John

  9. #429
    Join Date
    Aug 2010
    Posts
    22
    Plugin Contributions
    0

    Default Re: User tracking mod

    I just installed and I'm not getting everything under the admin (configuration) user tracking config. Pictures to show what I have. Also, I had an error message when I installed the sql pictures as well. Any help will be kindly appreciated. thanks in advance!


    This is the error message when installing the sql 1062 Duplicate entry '999' for key 'PRIMARY'
    in:
    [INSERT INTO znc_configuration_group (configuration_group_id, configuration_group_title, configuration_group_description, sort_order, visible) VALUES (999, 'User Tracking Config', 'User Tracking', 31, 1);]
    If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.


    2nd. The only fields showing on the admin are: Title/Value &Action. I thought it would be more (perhaps I'm wrong)

  10. #430

    Default Re: User tracking mod

    We're running ZC 1.3.9H with user tracking with no problems. Cart contents don't show but am working on that. will post back if and when I have an answer.

    Some of these issues you guys are having sound like there is likely a conflict with one or more mods you have installed.

    You should carefully read through each mods readme to see which core files may need to be merged with other core files you may have overridden previously.

 

 
Page 43 of 86 FirstFirst ... 33414243444553 ... LastLast

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