About Online Statistics

SLawek

No avatar

2006-08-22 21:09

anyone can tell me how to make the script show all visitors not only 25 last visitors :-)

marik

No avatar

2006-08-22 22:11

use google analytics

SLawek

No avatar

2006-08-23 16:51

Thanks marik but it's not that

maybe claps will tell if he have time how to make the script to show "Pages: | 1 | 2 | 3 | 4 | 5 |"
and not only page | maybe I did somethink wrong?

Claps

Avatar: Claps

2006-08-23 16:59

SLawek - what version of OnlineStatistics do you use? OnlineStatistics v.0.2 keeps data for a week from current date, rest is deleted.

loginn

No avatar

2006-08-24 15:02

Is there an option to make it keep all data and not delete older visits

SLawek

No avatar

2006-08-24 16:16

Hi Claps

is the last version :-)

Claps

Avatar: Claps

2006-08-25 07:01

loginn, Slawek - in plugins/onlineStatistics/online_statistics.php locate the code:
// If stored visit was within a week ...
elseif ($stored_time >= $dateweek)
{
// Write back into detail file
fwrite($handle_detail, "$stored_time|$stored_ip|$stored_country\n");
}

and replace elseif with an else, like so:
// If stored visit was within a week ...
else
{
// Write back into detail file
fwrite($handle_detail, "$stored_time|$stored_ip|$stored_country\n");
}

SLawek

No avatar

2006-08-27 16:32

ok claps I will try that :-)

Back to top
about us | contact