[Contribution] Leapfrog - Dynamic Visitor Tracking
#141
Posted 31 March 2007, 02:47
#142
Posted 31 March 2007, 18:57
problem is its not showing anything on the leapfrog screen when i click it in admin,
shows me the setting button and below nothing loads. even if im browsing in another browser.
i did login to sql and it is not recording data here is the bottom of my footer , i belive that must be were the problem is.
if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>
<br>
<table border="0" width="90%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center"><?php echo tep_display_banner('static', $banner); ?></td>
</tr>
</table>
<?php
require(DIR_WS_FUNCTIONS . 'leapfrog.php');
lf_update_tracking();
?>
<?php
}
?>
any idea what could be wrong?
#143
Posted 31 March 2007, 19:08
echo FOOTER_TEXT_BODY
?>
<?php
require(DIR_WS_FUNCTIONS . 'leapfrog.php');
lf_update_tracking();
?>
</td>
</tr>
</table>
<br />
</td>
</tr>
</table>
<?php
if ($banner = tep_banner_exists('dynamic', '468x50')) {
?>
<br>
<table border="0" width="90%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td align="center"><?php echo tep_display_banner('static', $banner); ?></td>
</tr>
</table>
<?php
}
?>
#144
Posted 31 March 2007, 19:11
Edited by evanmugford, 31 March 2007, 19:14.
#145
Posted 02 April 2007, 15:05
#146
Posted 02 April 2007, 15:23
evanmugford, on Apr 2 2007, 04:05 PM, said:
The code if footer.php should actually go at the very bottom of the file, not in the middle as you have it. But I guess it's working for you so leave it if you want.
With regards to the question above, this is a feature I want to include sometime in the future. It's not too difficult, but screen real estate is the problem. At the moment there is not much space to add the information.
If I can figure that out...
Edited by Sandbag, 02 April 2007, 15:24.
#147
Posted 02 April 2007, 23:39
Sandbag, on Apr 2 2007, 03:23 PM, said:
With regards to the question above, this is a feature I want to include sometime in the future. It's not too difficult, but screen real estate is the problem. At the moment there is not much space to add the information.
If I can figure that out...
what i was thinking was in the top right hand corner of each block, if they have something in there cart. to add a small shopping cart logo and next to it just give the total of what is actually in there cart
#148
Posted 03 April 2007, 06:29
#149
Posted 20 April 2007, 16:59
In the table leapfrog, row click_time, the data stored is in format Unix (I thing).
I Will see in date format? (2007/04/20 15:30:25).
Thank you.
#150
Posted 20 April 2007, 17:02
In the table leapfrog, row click_time, the data stored is in format Unix (I think).
I Will see in date format? (2007/04/20 15:30:25).
Thank you.
#151
Posted 20 April 2007, 17:06
In the table leapfrog, row click_time, the data stored is in format Unix (I think).
I Will see in date format? (2007/04/20 15:30:25).
Thank you.
#152
Posted 20 April 2007, 17:07
In the table leapfrog, row click_time, the data stored is in format Unix (I think).
I Will see in date format? (2007/04/20 15:30:25).
Thank you.
Sorry for repeat, but I receiving error to the server
Edited by Marcial, 20 April 2007, 17:11.
#153
Posted 20 April 2007, 17:45
Marcial, on Apr 20 2007, 06:07 PM, said:
In the table leapfrog, row click_time, the data stored is in format Unix (I think).
I Will see in date format? (2007/04/20 15:30:25).
Thank you.
Sorry for repeat, but I receiving error to the server
The date is stored in mySQL date time format (YYYY-MM-DD HH:MM:SS). However the date is not displayed in the Leapfrog GUI as things happen in realtime.
#154
Posted 21 April 2007, 10:43
Sandbag, on Apr 20 2007, 07:45 PM, said:
Ok Sandbag, Thank you. But I will can see in mysql table to date time format.?
Actually, I see it of this form.
[img]http://www.ambarex.net/mysql.jpg[/img]
#155
Posted 21 April 2007, 16:22
Marcial, on Apr 21 2007, 11:43 AM, said:
Actually, I see it of this form.
[img]http://www.ambarex.net/mysql.jpg[/img]
Hi. Yes you are right and I was wrong in my previous post. The time is stored in unix time (seconds since Jan 1, 1970) not mysql date format as I previously mentioned. You could write a little PHP script to convert the seconds into a more readable format if you wish.
#156
Posted 21 April 2007, 16:56
Sandbag, on Apr 21 2007, 06:22 PM, said:
Hello Sand newly:
Thanks for your quick answer
I´m sorry but i cant make this script because I have no idea about write in php code, if it is posible, could you write it for me?
. I could SQL consult in MyAdmin?
You could write me, code or SQL? Please.
Thank You
#157
Posted 10 May 2007, 03:34
I seem to be having some diffculty installing your latest contribution. I am getting varios errors at the moment and I don't know why. I followed your instructions tto the T but I guess there is something missing.
1) The first error after I installed is the LDF001 error that I saw in the forum.
I get a prompt:
Unable to connect to the Leapfrog data feed.
Please read the following suggestions:
1. Do you have an admin login contribution installed? If so you must edit it to allow Leapfrog to access '/admin/leapfrog_feed.php'.
2. Are you using IE and SSL? There is a known issue with this setup. Please see INSTALL.txt for details. Alternatively switch to Firefox.
3. Visit the support thread on the official osCommerce forum. There might be an answer there.
I have an SSL connection but I uses Firefox and it still does not work.
2) The second is an error when I try to see the xml that evryone is talking about i get a Fatal error.
http://www.yourdomain.com/catalog/admin/le...amp;lastclick=1
Fatal error: Call to undefined function: lf_getclicks() in /hsphere/local/home/xxxxx/www.xxxxxx.com/catalog/admin/leapfrog_feed.php on line 43
What can this be? Is there something missing.
I haven't seen any fixes for this and. I have an htaccess file and a highly modified store.
I have tried disabling htaccess and everything in the forum but no luck. I used version 1.3.
Edited by eurolife, 10 May 2007, 03:38.
#158
Posted 10 May 2007, 06:35
#159
Posted 03 June 2007, 16:45
My question about using "leapfrog" and "user tracking" together
is there any problem to be expected ?
and do you think using both of them may slowdown shop performance ?
thanx Miclosh
#160
Posted 04 June 2007, 06:27
Qihun, on Jun 3 2007, 05:45 PM, said:
My question about using "leapfrog" and "user tracking" together
is there any problem to be expected ?
and do you think using both of them may slowdown shop performance ?
thanx Miclosh
I don't think there will be a problem as the code is seperate. Performance will be slower because more data is being inserted into the database, but that performance drop probably won't be noticeable.














