Thread: Supertracker

Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 324

Hybrid View

  1. #1
    Join Date
    Nov 2007
    Posts
    1
    Plugin Contributions
    0

    bug Re: Supertracker

    Hello,

    I've just installed supertracker and...
    For some hours it collected 0 records and after that I've discovered that my site works only if opened from clients from the exclude list.

    Any other clients do not open the site at all :-( They are waiting and waiting and waiting...

    I've disabled the mod by changing the name of jscript_supertracker.php file to jscript_supertracker.php.bak.

    Any ideas?

  2. #2
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Supertracker

    Think you could add a report that shows keywords the yuse when they use the search function on site.

    I think that would be a grea taddition to the mod

    Thanks

  3. #3
    Join Date
    Aug 2007
    Posts
    120
    Plugin Contributions
    0

    Default Re: Supertracker

    Hi, I've installed all the files, installed the sql but get a completely blank page when I go to Reports > Supertracker. I've now re-installed the database and the sql but still get the blank page... any ideas?

    never mind, going for idiot of the year award... realised the supertracker.php for the admin root was missing...
    Last edited by warstormer; 28 Nov 2007 at 06:02 PM.

  4. #4
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Supertracker

    is this mod supported anymore

  5. #5
    Join Date
    Sep 2005
    Posts
    912
    Plugin Contributions
    1

    Default Re: Supertracker

    When a customer was adding an item to cart, and entered a message in a text box they got this error

    1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'll miss seeing you at firepot. Love, Wally & Di";}}}',
    cart_total = '32', ' at line 1
    in:
    [UPDATE supertracker SET last_click = NOW(), exit_page='/', exit_page_name='Home', num_clicks=num_clicks+1, added_cart='true', categories_viewed='a:1:{i:1;i:1;}', products_viewed='*5?', customer_id='0', completed_purchase='false', cart_contents='a:1:{s:34:"5:8a3aabda91bb03ac02bdd7c92b2f9bdf";a:3:{s:3:"qty";d:1 ;s:10:"attributes";a:3:{i:3;i:2;i:7;s:1:"0";i:1;s:1:"0";}s:17:"attributes_values ";a:2:{i:7;s:71:"2";i:1;s:74:"Merry Christmas. We'll miss seeing you at firepot. Love, Wally & Di";}}}', cart_total = '32', order_id = '0' WHERE tracking_id='41896']

  6. #6
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: Supertracker

    As I said in your other thread, that looks like an unsanitized database insert, which could lead to sql injection, which is very bad.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Dec 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: Supertracker

    Hi, sorry for my english is very bad...

    I haved installed supertracker 1.0, have zencart 1.3.7 (3)*

    * Italian version

    Aved read the doc, installed files php in correct path, patched sql file, patched this sql mod:

    DROP TABLE IF EXISTS `supertracker`;
    CREATE TABLE `supertracker` (
    `tracking_id` bigint(32) NOT NULL auto_increment,
    `ip_address` varchar(15) NOT NULL default '',
    `browser_string` varchar(255) NOT NULL default '',
    `country_code` char(2) NOT NULL default '',
    `country_name` varchar(100) NOT NULL default '',
    `customer_id` int(11) NOT NULL default '0',
    `order_id` int(11) NOT NULL default '0',
    `referrer` varchar(255) NOT NULL default '',
    `referrer_query_string` varchar(255) NOT NULL default '',
    `landing_page` varchar(255) NOT NULL default '',
    `landing_page_name` varchar(255) NOT NULL,
    `exit_page` varchar(255) default NULL,
    `exit_page_name` varchar(255) NOT NULL,
    `time_arrived` datetime NOT NULL default '0000-00-00 00:00:00',
    `last_click` datetime NOT NULL default '0000-00-00 00:00:00',
    `num_clicks` int(11) NOT NULL default '1',
    `added_cart` varchar(5) NOT NULL default 'false',
    `completed_purchase` varchar(5) NOT NULL default 'false',
    `categories_viewed` varchar(255) NOT NULL default '',
    `products_viewed` varchar(255) NOT NULL default '',
    `cart_contents` mediumtext NOT NULL,
    `cart_total` int(11) NOT NULL default '0',
    PRIMARY KEY (`tracking_id`),
    KEY `ip_address` (`ip_address`),
    KEY `last_click` (`last_click`),
    KEY `customer_id` (`customer_id`),
    KEY `browser_string` (`browser_string`),
    KEY `cart_total` (`cart_total`)
    ) ENGINE=MyISAM;
    And have evry this error:

    1267 Illegal mix of collations (latin1_general_ci,IMPLICIT) and (latin1_swedish_ci,IMPLICIT) for operation '='
    in:
    [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]
    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.
    Database Info: the Supertracker database currently holds 2 rows (oldest record : 12/14/2007 )
    Haved read 3 times all posts, is a possible who for my little english no have find the solution, sorry in this case...

    Thanks in advance.

  8. #8
    Join Date
    Dec 2007
    Posts
    16
    Plugin Contributions
    0

    Default Re: Supertracker

    Ehm sorry.. have evry this error if call last 10 visitors and report country visitors... :)

  9. #9
    Join Date
    Jul 2004
    Posts
    246
    Plugin Contributions
    0

    Default Re: Supertracker

    This mod is excellent.

    Just one problem though. I receive this error when trying to delete records. This is installed on a 1.3.8a shop running on Mysql version 3.23.58 and PHP 4.3.11

    --------------------------

    1064 You have an error in your SQL syntax near 'ORDER by tracking_id ASC LIMIT 1' at line 1
    in:
    [DELETE FROM supertracker ORDER by tracking_id ASC LIMIT 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.

    --------------------------

    Any help would be most appreciated.
    UK based Zen Cart Web Designer here www.handcoded.co.uk

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

    Default Re: Supertracker

    This is your problem:
    Quote Originally Posted by longstockings View Post
    Mysql version 3.23.58

 

 
Page 2 of 6 FirstFirst 1234 ... 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