Thread: Supertracker

Page 18 of 33 FirstFirst ... 8161718192028 ... LastLast
Results 171 to 180 of 324
  1. #171
    Join Date
    Aug 2009
    Posts
    18
    Plugin Contributions
    0

    Default Re: Supertracker

    I'm having a couple problems with this mod:

    First, the GeoIP.dat file doesn't seem to be working properly... I've tried uploading it to {my site}/includes/GeoIP.dat as well as in {my site}/{admin folder}/includes/GeoIP.dat, but it doesnt seem to be doing anything. Assuming that the file is there, that it's spelt correctly (case sensitive), and that the read permissions to the file are 755, is there anything else that would cause my "visitors countries stats" to show as 100% with no country listed?

    Second, I have one record in my results where the user placed two orders. The first order was a free downloaded, and then the second order was a paid order (through paypal). Both orders were placed between the time period of the "time arrived" and the "last click" that was recorded in the supertracker table, but only the $0 report was recorded under the "order_id" (or "order value") field. Is this the way the report is supposed to work?

  2. #172
    Join Date
    Dec 2008
    Posts
    23
    Plugin Contributions
    0

    Default Re: Supertracker

    Quote Originally Posted by mlbacher View Post
    I'm having a couple problems with this mod:

    First, the GeoIP.dat file doesn't seem to be working properly... I've tried uploading it to {my site}/includes/GeoIP.dat as well as in {my site}/{admin folder}/includes/GeoIP.dat, but it doesnt seem to be doing anything. Assuming that the file is there, that it's spelt correctly (case sensitive), and that the read permissions to the file are 755, is there anything else that would cause my "visitors countries stats" to show as 100% with no country listed?

    Second, I have one record in my results where the user placed two orders. The first order was a free downloaded, and then the second order was a paid order (through paypal). Both orders were placed between the time period of the "time arrived" and the "last click" that was recorded in the supertracker table, but only the $0 report was recorded under the "order_id" (or "order value") field. Is this the way the report is supposed to work?
    The GeoIp.dat is not supposed to go in the admin/includes but in (yourstore)/ includes.
    In the description there is two suggestions for download of GeoIp.dat but i only found a working file in the second site.
    Also check the permission after uploading.

  3. #173
    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?

  4. #174
    Join Date
    May 2008
    Posts
    50
    Plugin Contributions
    0

    Default Re: Supertracker

    Hi!
    First off, I love supertracker.

    Unfortunately, it quit working recently. I had a guy working on my site to fix up some things, but somewhere along the line supertracker quit working.

    I know for sure that the TABLE_SUPERTRACKER is not being updated, so it's on the write to db side, and not on the query from db. I want to debug this, but I'm not sure where to start. Does anyone have a clue what the first step is to see why it's not writing to the db? I can punch in some debug code but I need some assistance on where to put it and/or what to try.

    Thanks,
    TJ

  5. #175
    Join Date
    Sep 2009
    Posts
    49
    Plugin Contributions
    0

    Default Re: Supertracker

    Thanks for this add-on! I like the real-time stats and basket view in addition to Google analytics.

    I'm getting 404 Error thrown when the country is unknown, as the page is trying to load "--.gif". Not a big deal, but worth looking into.

    Edit: Now that I look at it, the flag icons weren't included in my download package.

  6. #176
    Join Date
    Oct 2009
    Posts
    2
    Plugin Contributions
    0

    Default Re: Supertracker

    I installed the latest version of supetracker on my server. I then placed some fictitious orders. I also did some abandon carts and when I ran the report nothing was generated. What did I install wrong.

    I installed this version
    Supertracker
    Last Updated by: Mathew Chan Feb 24 2009 v1.3.8 1.0_Fix_20090925

  7. #177
    Join Date
    Dec 2007
    Posts
    4
    Plugin Contributions
    3

    Default Re: Supertracker

    How use PAY PER CLICK CONFIGURATION SECTION, i try the example code, but not show keywods at page. Only show a refereals number, but not a name and a clks for them.

    my link like:
    myweb.com/index.php?ref=googlead&keyw=logo

    The ppc configuration like this
    $ppc = array ('googlead' => array ('title' => 'Google Adwords', 'keywords' => 'shortcode1:friendlyterm1,shortcode1:friendlyterm2'));

    Reading documtent######## i can't undesrtand how to configure $ppc.

    Thanks

  8. #178
    Join Date
    May 2008
    Posts
    188
    Plugin Contributions
    0

    Default Re: Supertracker

    For some reason that I can't for the life of me figure out my supertacker records each person twice. So when I look up the last 10 visitors I see the last five twice each. This is occurring on two seperate sites now.

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

    Default Re: Supertracker

    Hi

    I seem to be getting a lot of these in my supertracker results, can anyone advise how to stop or restrict them please.

    Thanks

    Phil

    Referred By: http://images.google.com.my/imgres?i...FdCb_QNXM:&tbn

  10. #180
    Join Date
    Jun 2009
    Location
    Europe
    Posts
    59
    Plugin Contributions
    1

    red flag Supertracker Security Issue

    I recently came accross this security issue:
    When you click on a link on a SuperTracker report page the html referer information reveals the name of your admin directory (of course to the cite where the link goes) which can be a security risk.
    Does anybody have any idea, how to prevent this?
    Last edited by zamzom; 4 Dec 2009 at 12:54 PM. Reason: addition

 

 
Page 18 of 33 FirstFirst ... 8161718192028 ... 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

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