Results 1 to 10 of 858

Hybrid View

  1. #1
    Join Date
    Feb 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: User tracking mod

    hi

    i had the same probelms with spiders and bots. after spending weeks searching i found out their is two different versions of the user mod and both had a little difference to them. the first one is not supported and i don't beleive you can even find it unless someone comes across and gives it to you but i don't think it will work with 1.3.7 . that verson had a no bot policy of some sort. i have to find it but what i did is took the footer of that one which is
    PHP Code:
    <?php if (ZEN_CONFIG_USER_TRACKING == 'true' && !$spider_flag && function_exists('zen_update_user_tracking')) { zen_update_user_tracking(); } ?>
    and inserted with the newer version thats in downloads. so far so good i don't have a single bot or spider being recorded. that saves me about mmmmm a billion useless info

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

    Default Re: User tracking mod

    sirryche
    Thanks for the info! I will give it a go and see if it will help me too.
    What file do you insert this line into?
    Thanks
    Last edited by beasleybub; 3 Jun 2007 at 04:40 AM.
    How can there be nothing? Nothing is something!

  3. #3
    Join Date
    Jun 2007
    Posts
    4
    Plugin Contributions
    0

    Default Re: User tracking mod

    Thank you sirryche! I patched the tpl_footer.php and everything works fine! No more spider sessions spamming the user tracking page :).

    I did it not exactly the way you described. Here is what I did:

    /catalog/includes/templates/template_default/common/tpl_footer.php
    (on install, I did not had the tpl_footer in the templates/<MYTEMPLATE>/common directory, so I used the common one)

    Code:
    <?php if (ZEN_CONFIG_USER_TRACKING == 'true' && !$spider_flag) { zen_update_user_tracking(); } ?>

  4. #4
    Join Date
    Feb 2007
    Posts
    50
    Plugin Contributions
    0

    Default Re: User tracking mod

    your welcome i put mine in /includes/templates/xxxxxxxxxx/common/tpl_footer.php where 'xxxxxxxx' is the name of the template i am using. hope this works for you

  5. #5
    Join Date
    Sep 2006
    Posts
    405
    Plugin Contributions
    0

    Default Re: User tracking mod

    Hi all,

    I had some trouble with the mod, re-installed it and everything seemed to work fine...UNTIL...I entered my site and put a product in the shopping cart, then entered amin user tracker and it shows this product in User Shopping Cart, but in another Session ID from another IP, btw I blocked my IP.

    What happened? Any idea?

    Thanks a lot.

    Regards,
    kruna

  6. #6
    Join Date
    Sep 2007
    Posts
    58
    Plugin Contributions
    0

    Default Re: User tracking mod

    Hi all,

    I've installed User Tracking and it give fantastic info for someone just starting out with e-commerce. I do have one minor issue though. When I click on "View Session" my admin session is terminated and I have to log back in again, go into Tools/User Tracking and find where I was.

    As I said, not a showstopper, but an irritant.

    Does anyone know what might be causing this, or how to prevent it?

    Thanks!

    Possum.

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

    Default Re: User tracking mod

    Add session id to all '<a href="...

  8. #8
    Join Date
    Feb 2007
    Posts
    153
    Plugin Contributions
    0

    Default Re: User tracking mod

    Hello all, have a problem here. We're running ZC 1.3.8 on our stores. A little while ago, the user tracking on the CreekTreeUSA shop quit working, it shows only a clean white page. The other shops appear to work fine, and there's no other symptoms on CreekTree, just no user tracking.

    I looked at the database with phpMyAdmin, and the CreekTree user_tracking table has message that there's "No Index Defined". That table for the other shops have indexes time_entry, session_id, and time_entry2 defined.

    For the time being, I've set "User tracking visitors" to false in the configuration. Does anyone have idea what's happened, and what needs to be done? Would appreciate any advice.

 

 

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

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