Thread: Supertracker

Page 1 of 2 12 LastLast
Results 1 to 10 of 324

Hybrid View

  1. #1
    Join Date
    Apr 2008
    Posts
    5
    Plugin Contributions
    0

    Default Re: Supertracker

    I have an issue with Supertracker latest version downloaded from zen-cart downloads and zen-cart latest 1.3.8 version. Mod install fines, runs visistors smoothly but doesn;t show any of the keyword searches. The shop is running on www.zepto-expert.nl

    Thanks very much,

    wjansen

  2. #2
    Join Date
    Aug 2006
    Posts
    74
    Plugin Contributions
    0

    Default Re: Supertracker

    Quote Originally Posted by wjansen View Post
    I have an issue with Supertracker latest version downloaded from zen-cart downloads and zen-cart latest 1.3.8 version. Mod install fines, runs visistors smoothly but doesn;t show any of the keyword searches. The shop is running on www.zepto-expert.nl

    Thanks very much,

    wjansen

    Same here. Is there a solution?
    b.t.w. a great mod!!!
    grmx

  3. #3
    Join Date
    Apr 2008
    Location
    UK
    Posts
    326
    Plugin Contributions
    1

    Default Re: Supertracker

    Hi

    I have supertracker installed for the zencart, but Zen-Cart is installed in mysite.com/shopping. So my question is - is there a way of cofiguring supertracker to keep stats on my main site i.e. mysite.com as well as the Zen-Cart part of the site?

    Thanks,

    Phil

  4. #4
    Join Date
    May 2008
    Posts
    87
    Plugin Contributions
    0

    Default Re: Supertracker

    Great Mod and it worked quite well till recently.
    I dont know what i did recently to change it.

    The problem is that for each visitor shows me more than one record like if a person visits 10 pages it shows me 1o records for the last 10 visitors from the same ip. Also it just keeps showing guest even if the visitor logins and even buys something.
    Seemed to be working fine but something has gone wrong. I replaced all the files and also uninstalled the sql and reinstalled it but no change seems to happen to get it right.
    I tried to install the time offset mod before this went wrong i think.
    Would really appreciate getting it back on track.

    Thanks
    AVF
    Last edited by avf; 17 Sep 2008 at 09:55 PM.

  5. #5
    Join Date
    May 2008
    Posts
    87
    Plugin Contributions
    0

    Default Re: Supertracker

    Someone Please help me remove the supertracker completely and I want to reinstall it. I dropped the table of supertracker but my site stopped displaying and i had to reinstall the sql patch
    Thanks

  6. #6
    Join Date
    May 2008
    Posts
    87
    Plugin Contributions
    0

    Default Re: Supertracker

    OK I was able to get the supertracker back.

    The time offset optional file s&*^&* up the supertracker
    \time_zone_offset_v1-3-8a\optional\includes\extra_configures\time_offset.php

    If you dont need it dont upload it otherwise your supertracker will go off the cliff

  7. #7
    Join Date
    May 2008
    Posts
    87
    Plugin Contributions
    0

    Default Re: Supertracker

    I think it would be great if I could add a time offset to the supertracker without having to change the cart timing (which is a hassle ) in a simple manner. Is there a way I could do it ?

  8. #8
    Join Date
    Aug 2004
    Location
    Saint Petersburg, Russia
    Posts
    1,786
    Plugin Contributions
    13

    Default Re: Supertracker

    Quote Originally Posted by avf View Post
    I think it would be great if I could add a time offset to the supertracker without having to change the cart timing (which is a hassle ) in a simple manner. Is there a way I could do it ?
    1. In sql replace
    NOW()
    by
    date_add(now(), INTERVAL ' . TIME_ZONE_OFFSET . ' HOUR)
    2. Replace
    $thirty_mins_ago = date('Y-m-d H:i:s', (time() - (30*60)));
    by
    $thirty_mins_ago = date('Y-m-d H:i:s', (time()+TIME_ZONE_OFFSET*60*60 - (30*60)));

  9. #9
    Join Date
    May 2008
    Posts
    87
    Plugin Contributions
    0

    Default Re: Supertracker

    Quote Originally Posted by a_berezin View Post
    1. In sql replace
    NOW()
    by
    date_add(now(), INTERVAL ' . TIME_ZONE_OFFSET . ' HOUR)
    2. Replace
    $thirty_mins_ago = date('Y-m-d H:i:s', (time() - (30*60)));
    by
    $thirty_mins_ago = date('Y-m-d H:i:s', (time()+TIME_ZONE_OFFSET*60*60 - (30*60)));
    So should I rerun the sql with this new query as supertracker is already installed on my system ?

    Also where do i define the time offset ?
    Thanks

  10. #10
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Re: Supertracker

    Quote Originally Posted by a_berezin View Post
    1. In sql replace
    NOW()
    by
    date_add(now(), INTERVAL ' . TIME_ZONE_OFFSET . ' HOUR)
    2. Replace
    $thirty_mins_ago = date('Y-m-d H:i:s', (time() - (30*60)));
    by
    $thirty_mins_ago = date('Y-m-d H:i:s', (time()+TIME_ZONE_OFFSET*60*60 - (30*60)));
    I'm having problems with this. I have did as suggested above and inserted $thirty_mins_ago = date('Y-m-d H:i:s', (time()+TIME_ZONE_OFFSET*60*60 - (30*60))); However, it seems to have zero effect on the times displayed in the Super Tracker area.

    I didn't alter my DB but as it happens, I recently installed the time_zone_offset_v1-3-8a mod which inserted VALUES ('', 'Time Zone Offset', 'TIME_ZONE_OFFSET'

    By rights, the alterations I made to supertracker.php should affect the time displayed in the logs but it isn't.

    Any ideas anyone?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Supertracker
    By enquirer66 in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 2 Mar 2011, 08:37 PM
  2. SuperTracker
    By ma.r.a in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 11 Feb 2011, 08:19 PM
  3. Supertracker referrals?
    By mlbacher in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 24 Aug 2009, 07:53 PM
  4. supertracker mod
    By confused_aswell in forum General Questions
    Replies: 2
    Last Post: 1 Aug 2008, 12:55 PM
  5. Supertracker Add-on
    By bcmartinez in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 19 May 2006, 01:24 AM

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