Page 27 of 86 FirstFirst ... 1725262728293777 ... LastLast
Results 261 to 270 of 858
  1. #261
    Join Date
    Jan 2007
    Posts
    143
    Plugin Contributions
    0

    Default Re: User tracking mod

    a_berezin Supertracker sounds interesting I would like to take a look please.

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

    Default Re: User tracking mod


  3. #263
    Join Date
    Feb 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: User tracking mod

    unless you know your stuff super tracker is a waist of time. since there is no readme to let you know which files to put into the files they belong you will just spend a lot of time guessing. i tried it and seem to have half of it working. it lists it in admin but cant find database. so if anybody knows what thay are doing and can take a look at it and whip up a read me for newbies like me it sounds like it could be a killer mod.

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

    Default Re: User tracking mod

    1. You are not able to read?
    Quote Originally Posted by a_berezin View Post
    Only for the experienced users!!!
    If you the newbie, why you get it?

    2. No read me real needed. Unpuck and upload. It does not happen easier.

    3. Why you post here? Offtopic.

  5. #265
    Join Date
    Feb 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: User tracking mod

    ok sorry if i upset the bee hive. but i been playin with php for years but its not my cup of tea. its not like my second language. hell i have enough problems with english. my first language. as why would i download it??? well us 'newbies' have to learn some how. and i disagree with you as upack and upload for if that was true the rest of us 'newbies' wouldn't have to ask for help! sorry for asking....... and i posted here becouse this is where i saw the info

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

    Default Re: User tracking mod

    Offtopic!!!
    If you have any questions or you need some help/support on module supertracker - post it in support thread.
    Or you only want to flood?

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

    Default Re: User tracking mod

    Quote Originally Posted by Woodymon View Post
    PHP Code:
    Alternative 1: tracking all users and bots.
    <?php if (ZEN_CONFIG_USER_TRACKING == 'true' && function_exists('zen_update_user_tracking')) { zen_update_user_tracking(); } ?>

    Alternative 2: track only users with set sessions.
    <?php if (ZEN_CONFIG_USER_TRACKING == 'true' && $session_started && function_exists('zen_update_user_tracking')) { zen_update_user_tracking(); } ?>

    Alternative 3: RECOMMENDED, track all users except bots/spiders, requires Configuration->Sessions->Prevent Spider Sessions->true (I don't know if this works with Zen-Cart versions older than 1.2.6d).
    <?php if (ZEN_CONFIG_USER_TRACKING == 'true' && !$spider_flag && function_exists('zen_update_user_tracking')) { zen_update_user_tracking(); } ?>
    One nuance:
    If you set Force Cookie Use->true, then at the first user entry sessions does not started!!! And In variant 2 and 3 user-tracking not started. In this case you lost one click and (NB!!!) refferal. But if this user are old (returning) user and have an old (previous) zen cookie the session started and your tracking system collect this info. So, the result beforehand is not known.

  8. #268
    Join Date
    Apr 2007
    Posts
    649
    Plugin Contributions
    0

    Default Re: User tracking mod

    I have seached this thread and can't figure out my problem. I just upload this module from the downloads and after I have done everything as per the read me....I go to tools/users and when I click on it or the user config I get sent to paper can not be found and then I get a 404 error. Any ideas what is wrong? I am running zen 1.3.7 Thanks

  9. #269
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: User tracking mod

    Just a note of suggestion ...

    I was looking at some slow queries logs today and noticed user_tracking on the list ...

    Looking further, I noticed that there are no index on the user_tracking table ...

    I think it might be a nice idea to hunt down the ideal indexes for this add-on and get some of the load off of the servers ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  10. #270
    Join Date
    May 2006
    Location
    Virginia U.S
    Posts
    173
    Plugin Contributions
    3

    Default User tracking mod

    I have installed the user tracking mod and it was working great BUT when Google spidered my site I could not purge it from my records. I could however purge everything esle.
    Any suggestions? Thanks!
    How can there be nothing? Nothing is something!

 

 
Page 27 of 86 FirstFirst ... 1725262728293777 ... 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