Willkommen Gast. Bitte Einloggen oder Registrieren
 
Sprache wählen:
 
 
Statistik Version 20 online.

  ÜbersichtHilfeSuchenEinloggenRegistrieren  
 
Seitenindex umschalten Seiten: 1
Thema versenden Drucken
I don't want the 24 hours limit for counting new (Gelesen: 5796 mal)
berraf
YaBB Newbies
*
Offline



Beiträge: 6
Sweden
I don't want the 24 hours limit for counting new
19.08.09 um 05:59:45
 
Excellent new version!
But I don't want the 24 hour time limit before counting as new visitor so I wonder how to change that?
Zum Seitenanfang
 
 
IP gespeichert
 
DeeoNe
Junior Member
**
Offline



Beiträge: 56
Geschlecht: male
Re: I don't want the 24 hours limit for counting new
Antwort #1 - 19.08.09 um 18:11:51
 
Zum Seitenanfang
 
Homepage  
IP gespeichert
 
berraf
YaBB Newbies
*
Offline



Beiträge: 6
Sweden
Re: I don't want the 24 hours limit for counting new
Antwort #2 - 19.08.09 um 20:36:44
 
Thanks for reply but I don't understand the German language and I'm not sure how to do the change according to that suggestion...
Zum Seitenanfang
 
 
IP gespeichert
 
Husky
Global Moderator
*****
Offline



Beiträge: 1133
Geschlecht: male
Re: I don't want the 24 hours limit for counting new
Antwort #3 - 20.08.09 um 09:22:39
 
Hi berraf,

first of all - make a backup of your Statistik!!! Then you can play .....  Zwinkernd

The German Posting says:

Change following Files to set up your own time limit:

counter.php
in Row: 332 + 270

cache_creator.php
in Row: 498 + 327

cache_creator_counter.php
in Row: 222 + 180

You will find the 24 hour time limit what is expressed in the Code in seconds = 86400.
$visitor          [ $logfile_entry [ 1 ] ] =  $logfile_entry [ 0 ] + 86400;

Will you change it to 5 Minutes change the code to 300 Seconds like this:
$visitor          [ $logfile_entry [ 1 ] ] =  $logfile_entry [ 0 ] + 300;

also from:
$visitor          [ $result [ $x ] [ 1 ] ] =  $result[$x][0] + 86400;

to:
$visitor          [ $result [ $x ] [ 1 ] ] =  $result[$x][0] + 300;

after this procedures delet the Cache in the Admin-Center for Counter and Statistik and it will run with the new time limit.

Good luck Zwinkernd

Husky
Zum Seitenanfang
 
 
IP gespeichert
 
berraf
YaBB Newbies
*
Offline



Beiträge: 6
Sweden
Re: I don't want the 24 hours limit for counting new
Antwort #4 - 20.08.09 um 09:34:03
 
Thanks Husky!
I'll give it a try Smiley
Zum Seitenanfang
 
 
IP gespeichert
 
Seitenindex umschalten Seiten: 1
Thema versenden Drucken