Zen Cart Logo
Forums / All Other Contributions/Addons / User tracking mod

User tracking mod

Views: 183,739

Results 401 to 420 of 861
6 Oct 2009, 1:29 AM
#401
emrico1 avatar

emrico1

New Zenner

Join Date:
Mar 2009
Posts:
55
Plugin Contributions:
0

User tracking mod

<3 This mod.

I have a rather demanding client who wants to see all of the users and all of the clicks via this lovely mod.
So, instead of clicking 'view session' for each session, could it be changed easily to show 'all sessions' somehow?

That would be great.

6 Oct 2009, 2:55 AM
#402
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: User tracking mod

Emrico1:

<3 This mod.

I have a rather demanding client who wants to see all of the users and all of the clicks via this lovely mod.
So, instead of clicking 'view session' for each session, could it be changed easily to show 'all sessions' somehow?

That would be great.

Its certainly possible. Just put that section that expands one session into a loop to show all sessions.

However how many clicks are you getting per day?

A reasonable size shop would make this a hog on resources.
(Not to mention that the page might never load)

6 Oct 2009, 8:28 PM
#403
emrico1 avatar

emrico1

New Zenner

Join Date:
Mar 2009
Posts:
55
Plugin Contributions:
0

Re: User tracking mod

gilby:

Its certainly possible. Just put that section that expands one session into a loop to show all sessions.

However how many clicks are you getting per day?

A reasonable size shop would make this a hog on resources.
(Not to mention that the page might never load)

Ok cool thanks.

Maybe just the ability to expand the first 100 user sessions would keep the client at bay.

I'll see if I can mess with the code a little.

9 Oct 2009, 11:23 PM
#404
sadie avatar

sadie

Zen Follower

Join Date:
Aug 2004
Posts:
252
Plugin Contributions:
0

Re: User tracking mod

abko:

Found it! It appears that two functions in the geoip.inc file are now included with PHP, so they were being declared twice. I had to comment out these two functions: geoip_country_code_by_name geoip_country_name_by_name
Hope this helps someone else.

I tried this, and still get errors. Did anyone get this to work. If so, please post or pm me the entire file code. Thanks

23 Nov 2009, 2:01 PM
#405
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: User tracking mod

A site I worked on was moved to a new server
Supposedly had the same specifications as the old server
Both were using php 5.2.8

All entries stopped being added to the database

Tracked it down to one of the user tracking functions
function net_match($network, $ip)

Searched this thread and found post# 381 by andrew berezin

Replaced the existing function with Andrew's version and all is working again.

Thanks Andrew

I love this forum :clap:

17 Jan 2010, 9:59 PM
#406
sadie avatar

sadie

Zen Follower

Join Date:
Aug 2004
Posts:
252
Plugin Contributions:
0

Re: User tracking mod

Does anyone know if this mod is still being maintained? All was working fine until the latest security update was made.

I’m having the same problem as stated in post #384. I tried that fix, but then got another error, and no response from the poster. If anyone else has had this problem and fixed it, please post the entire file changes or pm them to me. When I click user tracking in my admin, here is what I see:

Cannot redeclare geoip_country_code_by_name() in /public_html/store/(admin)/includes/geoip.inc on line 159

Thanks for any help.

26 Jan 2010, 2:36 PM
#407
bikeforce avatar

bikeforce

New Zenner

Join Date:
Sep 2009
Posts:
73
Plugin Contributions:
0

Re: User tracking mod

I recently changed host from 123 Reg to Blue host - (which speeded up my website 3-5 times faster) - I had noticed people where bouncing off at 000 seconds because of the unstable and slow loading times.

This problem has been solved - they are not bouncing off anymore.

My new problem is: "Page Not Found /favicon.ico"

Upon switching servers the tool isnt tracking the pages correctly. Its not finding them......

Does any one know what the problem is? I am using latest Zen Cart version...

15 Feb 2010, 5:21 PM
#408
hzha avatar

hzha

New Zenner

Join Date:
Jan 2006
Posts:
35
Plugin Contributions:
0

Re: User tracking mod

I have the latest version of User tracking mod installed and everything works fine. However every day there will be a session which will click through my website and user tracking mod will also track this session and display all the pages it went through. I believe this maybe a search engine robot crawling activity. Is there any way in user tracking mod that I can turn off to track search engine crawling?

24 Feb 2010, 2:17 PM
#409
inola avatar

inola

New Zenner

Join Date:
Nov 2009
Posts:
4
Plugin Contributions:
0

Re: User tracking mod

I installed the user tracking mod yesterday and really followed the instructions. I can't get it working.
Can anyone please help me out?

In my Tools I now have 2 options:

  • User Tracking, wich shows the following:
    User Tracking Start: JanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember0102030405060708091011121314151617181920212223242526272829303120102009200820072006*
    This tool allows for you to see the click patterns of the users through your site, organized by sessions. This data can be very valuable to those looking for how to improve your site by watching how customers actually use it. You can surf back and forth through the days by using the link below.
    SELECT VIEW: Back to Feb 23, 2010

Now displaying the latest CONFIG_USER_TRACKING_SESSION_LIMIT sessions of this 24 hour period. You can also purge all records past the last 72 hours of data.

Delete all info from IP-Address CONFIG_USER_TRACKING_EXCLUDED purge all records

There have been 0 page views in this 24 hour period.
There have been 0 page views in this 24 hour period. Total number of users: .

  • User Tracking Config, wich shows nothing

In my configurations I now have 1 option:

  • User Tracking Config, wich shows nothing

Please help me out

Greetz
Laura

24 Feb 2010, 8:20 PM
#410
tamya avatar

tamya

Zen Follower

Join Date:
Feb 2007
Posts:
336
Plugin Contributions:
0

Re: User tracking mod

Hi Laura,

What version of zen cart do you have?

I also installed it over 1.3.8a and nothing is showing, I made sure that all the troubleshootings steps in the read me file were followed but nothing is showing?

Is user_tracking_for_zen 1.3.6.2 compatible with Zen cart V1.3.8a? Thanks.

25 Feb 2010, 12:00 AM
#411
tamya avatar

tamya

Zen Follower

Join Date:
Feb 2007
Posts:
336
Plugin Contributions:
0

Re: User tracking mod

OK, my mistake by copying

<?php if (ZEN_CONFIG_USER_TRACKING == 'true') { zen_update_user_tracking(); } ?>

to the wrong template.

It is working now.:clap:

25 Feb 2010, 12:07 AM
#412
tamya avatar

tamya

Zen Follower

Join Date:
Feb 2007
Posts:
336
Plugin Contributions:
0

Re: User tracking mod

inola:

I installed the user tracking mod yesterday and really followed the instructions. I can't get it working.
Can anyone please help me out?

In my Tools I now have 2 options:

  • User Tracking, wich shows the following:
    User Tracking Start: JanuaryFebruaryMarchAprilMayJuneJulyAugustSeptemberOctoberNovemberDecember0102030405060708091011121314151617181920212223242526272829303120102009200820072006*
    This tool allows for you to see the click patterns of the users through your site, organized by sessions. This data can be very valuable to those looking for how to improve your site by watching how customers actually use it. You can surf back and forth through the days by using the link below.
    SELECT VIEW: Back to Feb 23, 2010

Now displaying the latest CONFIG_USER_TRACKING_SESSION_LIMIT sessions of this 24 hour period. You can also purge all records past the last 72 hours of data.

Delete all info from IP-Address CONFIG_USER_TRACKING_EXCLUDED purge all records

There have been 0 page views in this 24 hour period.
There have been 0 page views in this 24 hour period. Total number of users: .

  • User Tracking Config, wich shows nothing

In my configurations I now have 1 option:

  • User Tracking Config, wich shows nothing

Please help me out

Greetz
Laura

troubelshootings: (from the readme file)
1- first check again if all files are correctly located in the zen directories.
2- go to phpmyadmin, in table, configuration, delete all values related to user tracker , in table configuration-group, delete the table user tracking
3- try install sql package with alternative methode (if the first time was phpmyadmin, so this time do with zen admin add sql patch tools)
4- chack again if you have added two modifications to tpl.footer.php and footer.php (Make sure it is the right template)

Good luck

2 Mar 2010, 8:30 PM
#413
inola avatar

inola

New Zenner

Join Date:
Nov 2009
Posts:
4
Plugin Contributions:
0

Re: User tracking mod

Pinghead:

To all the users of the usertracking mod!

I'm in the process of upgrading to 1.3.0.1 from 1.2.6, and translating the english files to swedish (8815 lines of code...) and fixing the other mods I've installed.

Please bear with me, this will take a while.

In the meantime, post problems and solutions to the usertracking mod in this thread.

Can you help me out with my user tracking?
My admin shows nothing. If possible I would ask you to log in to my admin and fix my errors

Greets
Laura
http://www.hoornvoelen.nl

28 Apr 2010, 5:10 AM
#414
bumba000 avatar

bumba000

Totally Zenned

Join Date:
Feb 2007
Location:
Pennsylvania
Posts:
856
Plugin Contributions:
0

Re: User tracking mod

I was just poking around the UT code a bit and noticed that the user tracking function file is checking to see if there's a customer id (in other words its checking to see if the person is logged in or not) and then querying the database for the customers first name and last name every single time a new page loads up for that person.

So if the person is logged in we don't have to query the DB, their first and last name are already in the $_SESSION.

As long as your user tracking code snippet isn't one of the first things to be loaded, to help improve your load time you may try the following.

in includes/functions/extra_functions/user_tracking.php
find the following code

if ($_SESSION['customer_id'])
            {
                $customer = $db->Execute("select customers_firstname, customers_lastname from " . TABLE_CUSTOMERS . " where customers_id = '" . $_SESSION['customer_id'] . "'");
                $wo_full_name = addslashes($customer->fields['customers_firstname'] . ' ' . $customer->fields['customers_lastname']);
            }
```replace it with

if ($_SESSION['customer_id'])
{
$wo_full_name = $_SESSION['customer_first_name'] . ' ' . $_SESSION['customer_last_name'];
}

18 Jun 2010, 10:19 PM
#415
plymgary1 avatar

plymgary1

Zen Follower

Join Date:
Feb 2009
Posts:
121
Plugin Contributions:
0

Re: User tracking mod

This mod is brilliant. Thank you. :smile:

Highlights the odd thing on the site that needs tweaked when you realise the issues that make some customers leave.

Also....Am I the only one who presses the 'report' button literally every other minute? It's like being down in that bunker they had in Lost! :laugh:

25 Jun 2010, 7:28 PM
#416
thebeveragegourmet avatar

thebeveragegourmet

Zen Follower

Join Date:
Nov 2006
Posts:
163
Plugin Contributions:
0

Re: User tracking mod

I posted here:
http://www.zen-cart.com/forum/showthread.php?p=901990#post901990

I upgraded my site yesterday. Everything was running smoothly. I went to check on a product I added early this afternoon (admin working fine) and I got a blank page.

I installed the debugging and got this error:

PHP Fatal error: Call to undefined function zen_update_user_tracking() in /includes/templates/custom/common/tpl_footer.php on line 67

I went in an retyped the text into the tpl_footer as directed by the install directions but the error keeps showing. The whole site is non accessable except the admin side. I went in and "dropped" the user tracking table but that didn't work either.

Anything I can do besides re-upgrade the site?

25 Jun 2010, 7:46 PM
#417
thebeveragegourmet avatar

thebeveragegourmet

Zen Follower

Join Date:
Nov 2006
Posts:
163
Plugin Contributions:
0

Re: User tracking mod

just wanted to note my line 67 is :

<?php if (ZEN_CONFIG_USER_TRACKING == 'true') { zen_update_user_tracking(); } ?>
25 Jun 2010, 8:09 PM
#418
thebeveragegourmet avatar

thebeveragegourmet

Zen Follower

Join Date:
Nov 2006
Posts:
163
Plugin Contributions:
0

Re: User tracking mod

Got it figured out. I "uninstalled" the mod by removing all the files and dropping the table. Then I ran the debugger again and found a weird t-spring error in english.php so I replaced that with my backup version and now site is up.

30 Jun 2010, 11:31 AM
#419
deathman2006 avatar

deathman2006

New Zenner

Join Date:
Apr 2010
Location:
London, UK
Posts:
38
Plugin Contributions:
0

Re: User tracking mod

Hi all, been using this mod for a while now and have to say its great :) only minor problem ive got with it is that it seems to constantly get the users originating country wrong. Is this a known issue and is there any fix for it?

30 Jun 2010, 12:16 PM
#420
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: User tracking mod

deathman2006:

Hi all, been using this mod for a while now and have to say its great :) only minor problem ive got with it is that it seems to constantly get the users originating country wrong. Is this a known issue and is there any fix for it?

Have you updated the geoip info?