Thread: Supertracker

Page 28 of 33 FirstFirst ... 182627282930 ... LastLast
Results 271 to 280 of 324
  1. #271
    Join Date
    Jul 2011
    Location
    The Netherlands
    Posts
    16
    Plugin Contributions
    0

    Default Re: Supertracker

    Hi,

    Looking at this cool mod but when I go to download the geoip files I only see files for geoipv6
    do we need to adjust the code for them?
    Just wondering as I think the current code only refers to geoip.
    Anybody an idea?


    Thanks!
    Frans

  2. #272
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Supertracker

    Quote Originally Posted by fjutt View Post
    Hi,

    Looking at this cool mod but when I go to download the geoip files I only see files for geoipv6
    do we need to adjust the code for them?
    Just wondering as I think the current code only refers to geoip.
    Anybody an idea?


    Thanks!
    Frans
    For the latest file I always go to http://www.maxmind.com/app/geoip_country . There is the link Download the latest GeoLite Country Binary Format

    unpack the file and upload it to your shop.

  3. #273

    Default Re: Supertracker

    Quote Originally Posted by draw4fun View Post
    Does anyone know if this mod will be updated for the newest version of Zen Cart 1.5?
    I managed to get it working now in 1.50, see this thread http://www.zen-cart.com/showthread.p...t=supertracker

  4. #274
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Supertracker

    I had contact with Andrew, about updating this module for Zen Cart 1.5. This weekend I am going to submit a new version of Super tracker to the plug-in area, version 1.1.

    Super Tracker v1.1 Changelog
    • In YOUR_ADMIN/supertracker.php changed http://www.showmyip.com to whatismyipaddress.com, thanks to "saucy-but-nice" see forum post
    • updated includes/geoip.inc to a new version new countries were added, some removed, and some changed
    • added the country flags images to the installation in YOUR_ADMIN/images/flags
    • added GeoIP.dat standard to the install in includes/GeoIP.dat
    • added files for the auto installer for sql
    • added sql statements for zen cart 1.5
    • added a version number in the admin panel for easier tracking of the (future) module versions
    • updated the readme


    I had some more upgrades in mind for this great module, but that will take more time, and also is working on some new version.

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

    Default Re: Supertracker

    Quote Originally Posted by Design75 View Post
    This weekend I am going to submit a new version of Super tracker to the plug-in area, version 1.1.
    Thank you for this upgrade - I did not have enough time.

    Quote Originally Posted by Design75 View Post
    I had some more upgrades in mind for this great module, but that will take more time, and also is working on some new version.
    Can you describe in detail what changes are you planning? I'm also working on the development of statistics and analytics at the store. And I would not compete, and to work together :)

  6. #276
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Supertracker

    Hi Andrew,

    I was going to drop you a line through the PM, about the other "updates" , but one of my daughters distracted me and I completely forgot. The PM will come your way this evening. It's nothing special I had in mind just some updating/upgrading of old files like searchengine.php.
    No intention to compete, Zen Cart is a team effort.

  7. #277
    Join Date
    Jun 2010
    Posts
    10
    Plugin Contributions
    0

    Default Re: Supertracker

    If I select Visitors Countries Stats I get this error. I applied the sq patch but still the same thing and only for this one report.

    WARNING: An Error occurred, please refresh the page and try again.
    Fatal error: 1267:Illegal mix of collations (latin1_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '=' :: SELECT COUNT(*) AS count, s.country_code, c.countries_name FROM supertracker s LEFT JOIN countries c ON (c.countries_iso_code_2 = s.country_code) GROUP BY country_code in /home/kellys14/public_html/catalog/includes/classes/db/mysql/query_factory.php on line 101

  8. #278
    Join Date
    Dec 2009
    Location
    Amersfoort, The Netherlands
    Posts
    2,845
    Plugin Contributions
    25

    Default Re: Supertracker

    you will need to change your character set in your database for super tracker to be the same as the rest.

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

    Default Re: Supertracker

    Quote Originally Posted by kappy1 View Post
    If I select Visitors Countries Stats I get this error. I applied the sq patch but still the same thing and only for this one report.

    WARNING: An Error occurred, please refresh the page and try again.
    Fatal error: 1267:Illegal mix of collations (latin1_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '=' :: SELECT COUNT(*) AS count, s.country_code, c.countries_name FROM supertracker s LEFT JOIN countries c ON (c.countries_iso_code_2 = s.country_code) GROUP BY country_code in /home/kellys14/public_html/catalog/includes/classes/db/mysql/query_factory.php on line 101
    Execute this SQL-code:
    Code:
    ALTER TABLE  `supertracker` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
    ALTER TABLE  `supertracker` CHANGE  `country_code`  `country_code` CHAR(2) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL DEFAULT '';

  10. #280
    Join Date
    Sep 2012
    Location
    Acworth, GA
    Posts
    6
    Plugin Contributions
    0

    Default Re: Supertracker

    So I downloaded Supertracker and followed the instructions to a Tee. I even went back and double checked that all the correct files were in the right place. Supertracker shows up under reports. I can pick the various options like Last Ten Visitors and such. But it is showing Database Info: the Supertracker database currently holds 0 rows (oldest record : ). Meaning its not gathering any data. Any ideas what I did wrong or need to fix?

 

 
Page 28 of 33 FirstFirst ... 182627282930 ... 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