Page 36 of 86 FirstFirst ... 26343536373846 ... LastLast
Results 351 to 360 of 858
  1. #351
    Join Date
    Nov 2007
    Posts
    34
    Plugin Contributions
    0

    Default Re: User tracking mod

    I installed the mod 3 times and every time it's the same issue. When I try to configure tracking I have 3 headings and that's it. I can't configure anything. I dumped the table, re-installed the files, the sql file both ways and so far no soap. Got any ideas?

  2. #352
    Join Date
    Feb 2008
    Posts
    60
    Plugin Contributions
    0

    Default Re: User tracking mod

    Quote Originally Posted by CJPinder View Post
    I recently had to install this mod for someone so I had a look at this bug. It is caused because the code is using the date() function to format something that is not a timestamp. To fix the code fully edit admin/user_tracking.php and then change the line (at about line 324) that says...
    PHP Code:
        <td class="dataTableContent" colspan="2" valign="top"><?php echo date('H:i:s', (time() - $ut['value']['end_time']+ 28800)); ?></td>
    ..to..
    PHP Code:
        <td class="dataTableContent" colspan="2" valign="top"><?php $dt=time() - $ut['value']['end_time']; printf("%02d:%02d:%02d",$dt/3600, ($dt 3600)/60$dt 60); ?></td>
    ...and the line (at about line 330) that says...
    PHP Code:
        <td class="dataTableContent" colspan="2" valign="top"><?php echo date('H:i:s', ($ut['value']['end_time'] - $ut['value']['time_entry'] + 28800)); ?></td>
    ...to...
    PHP Code:
        <td class="dataTableContent" colspan="2" valign="top"><?php $dt=$ut['value']['end_time'] - $ut['value']['time_entry']; printf("%02d:%02d:%02d",$dt/3600, ($dt 3600)/60$dt 60);?></td>
    Hope that helps.

    Regards,
    Christian.
    This worked great for the timestamp issue thanks Christian, no how do I set the time zone to be correct for my timezone?

    It looks to be off by 3hrs for me as I am in PST timezone, where can I make the change in the code for this?

  3. #353
    Join Date
    Feb 2008
    Posts
    48
    Plugin Contributions
    0

    Default Re: User tracking mod

    I have User Tracking installed on Zen Cart v1.3.8a. I had one of my co-workers visit my site while I checked to see if User Tracking would log the guest visit. When I went to Tools - User Tracking, it showed a log for me the administrator logged into the admin panel but it did not show the guest user browsing my site. Any ideas what may be wrong?

    Thanks,

    Chris

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

    Default Re: User tracking mod

    Thanks for the mod.

    I isntalled it and it's working fine on one site: www.rabbitinmyhat.com.

    But, I just installed it on another, www.sewingpattern4less.com, and there are the Title, Value and Action column labels, but nothing else.

    I tried installing it a second time, and still no success.

    I can't figure why it works for one site and not the other. They are both running ZC 1.3.7. I've had no trouble loading other mods onto both sites.

    Please help. Tell me what I am missing?

    Thanks
    John

  5. #355
    Join Date
    Dec 2007
    Posts
    26
    Plugin Contributions
    0

    Default Re: User tracking mod

    I have installed this mod as per instructions, but...
    when I go to user tracking configuration I only get this:

    title value action

    Any ideas?

  6. #356
    Join Date
    Mar 2007
    Location
    Portland, OR
    Posts
    163
    Plugin Contributions
    0

    Default Re: User tracking mod

    I am having issues deleting sessions from googlebot and spiders. It is destroying the page with hundreds of lines of tracking.

    Is there a way to fix this problem?

    I am using ZC 1.3.7

  7. #357
    Join Date
    Dec 2007
    Location
    Southern Maine
    Posts
    281
    Plugin Contributions
    0

    Default Re: User tracking mod

    Quote Originally Posted by magneteye View Post
    I am having issues deleting sessions from googlebot and spiders. It is destroying the page with hundreds of lines of tracking.

    Is there a way to fix this problem?

    I am using ZC 1.3.7
    Go to Admin/configuration/user tracking. Add the IP's that you don't want usertracking to log or display.

    Not sure if that will actually do the trick, but it is worth a shot.

  8. #358
    Join Date
    Dec 2007
    Location
    Southern Maine
    Posts
    281
    Plugin Contributions
    0

    Default Re: User tracking mod

    I haven't found anyone that has mentioned this before, but I find it a little frustrating that I have to scroll all the way to the end of the page to see how many visitors I had. I do use an analytical program, but for a quick view, I use that feature of usertracker.

    I have tried to move that particular section of the code (located in admin/usertracking.php), but I basically broke usertracking. I am not versed in PHP, so I was definately winging it.

    Anyone know how to move that particular section to the top of the page? I would like it where it says "There have been x page views in this 24 hour period.".

  9. #359
    Join Date
    Feb 2004
    Location
    Georgia, USA
    Posts
    1,948
    Plugin Contributions
    0

    Default Re: User tracking mod

    Does anyone have a working version of this mod for ZC 1.3.8a? Thanks!

  10. #360
    Join Date
    May 2008
    Posts
    87
    Plugin Contributions
    0

    Default Re: User tracking mod

    even i want to use it in 1.3.8a

 

 
Page 36 of 86 FirstFirst ... 26343536373846 ... 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