Willkommen Gast. Bitte Einloggen oder Registrieren
 
Sprache wählen:
 
  Last Script Version: 20

  ÜbersichtHilfeSuchenEinloggenRegistrieren  
 
Seiten: 1 2 
Thema versenden Drucken
continously running load symbol (Gelesen: 31522 mal)
Rumbelstilzchen
Global Moderator
*****
Offline



Beiträge: 226
Geschlecht: male
Re: continously running load symbol
Antwort #20 - 07.04.08 um 08:03:10
 
it doesn't look like I've expected it, but the error is definitely in your pattern_referer.dta .
And as it isn't the same error I had, I need a copy of your file to provide you a simple fix.
The address I PM you
Zum Seitenanfang
 
 
IP gespeichert
 
dutchguru
Ex-Mitglied


Re: continously running load symbol
Antwort #21 - 07.04.08 um 09:20:55
 
@Husky,
Zitat:
Be hopeful!

Of course I am, it's better than a visit at the dentist   Laut lachend 

@Rumbelstilzchen,
At 08:51 this morning (m.e.t.)  the carrier-pigeon has left my pc flying in the direction of Germany, I'm living at about 15 miles west of the border on the level of  Oldenburg, so in a couple of seconds it should arrive........ if your post-office will accept a package of about 2 Mb    Cool
Zum Seitenanfang
 
 
IP gespeichert
 
Rumbelstilzchen
Global Moderator
*****
Offline



Beiträge: 226
Geschlecht: male
Re: continously running load symbol
Antwort #22 - 07.04.08 um 10:24:44
 
To be honest I don't exactly know what the error causes - it's different from the ones I had.

The only thing I'm wondering about is in line 144454 a blank.
And as your cache_vistors.php shows the error has to be somewhere around line 144453

so what I would do is:
  • again download the patter_referrer.dta
  • change line 144454 from Code:
    http://www.google.nl/search?q=Brunotti |10717 
    
    

    to Code:
    http://www.google.nl/search?q=Brunotti|10717 
    
    
  • and upload it again.

Be sure to make a backup before. Do those steps while you expect less visitors and do it quickly. If you are able to edit the file directly on the server, do it that way.
Zum Seitenanfang
 
 
IP gespeichert
 
dutchguru
Ex-Mitglied


Re: continously running load symbol
Antwort #23 - 07.04.08 um 12:05:28
 
@Rumbelstilzchen,
As I said before,I'm not a profi in php, but.... if I see it with my dumby eyes :

1. I have not a remote php editor, I should have a remote hexa-editor to change only one byte ;

2. not earlier, but now I 've got a look at the content of that file,
cache_visitors.php is storing data in an array.
It was not ready when it stopped working, so it ends with a comma.

last used item was a search on "veranda verosol", found at 14 44 53 in the file pattern_referer.dta, wich seems to be a normal csv file, delimited with a pipe.

because both lines, 53 and 54 holds no scilly characters,

Zitat:
Brunotti |10717

holds only a hex 20 is a normal space character, wouldn't harm a string as far as I can see.

so far, not good  weinend

If I should remove that particular space character in a "text-database-file"  it would be only and shortly waiting untill the next "explosion", because we did nothing with the source of the problem.

Looking at these dta's, all the same pipe delimited's, :
logdb.dta,
logdb-counter.dta
are all ending on a hex 0A followed by a null byte.

pattern_referer.dta ends with a null byte, without a hex 0A.

A.
Could it therefore be possible, the source script is looking behind the EOF,  ends unproperly without displaying an error because of passing 30 seconds php script working time ? ( before asking : I cannot change that time) or passing beause of surpressing errors ?

B.
Wich script is handling this , so I can look at it ?

C.
wich script is handling the ( omitted) 0A ....null byte sequence

Perhaps then we will find the source of the ..  remember, I had this error also in the former versions.

But if I'm the only one with this kind of huge files, it's the wrong trail and is Web-statistik only usable with smaller websites or it needs a longer php working time than 30 seconds. unentschlossen
Zum Seitenanfang
 
 
IP gespeichert
 
Rumbelstilzchen
Global Moderator
*****
Offline



Beiträge: 226
Geschlecht: male
Re: continously running load symbol
Antwort #24 - 07.04.08 um 14:41:29
 
OK you're right it shouldn't be the blank as it occurs earlier in that file too.

It also shouldn't be the execution time.
Zum Seitenanfang
 
 
IP gespeichert
 
dutchguru
Ex-Mitglied


Re: continously running load symbol
Antwort #25 - 07.04.08 um 16:14:35
 
Hi Rumbelstilzchen,

Zitat:
as it occurs earlier in that file too.

for instance :
115 http://www.google.nl/search?q=inkomen starters |114
179 http://www.google.nl/search?q=slq019 seiko |178
76726  http://www.google.nl/search?q=oorsprong brunotti |23362   (?)

I'm working regularly with csv and pipe,semicolon,tab and so on.
To handle you can work with regex or (most common) get it into an array.

Looking for the existing space and pipe wasn't that difficult, now that other part.

wich script is handling what, because I don't know the structure, it's a tremendous hell of a job to look for this part, so if you can tell me wich script is the case, that would be helpfull.

---------
additional :
the admin part has 3 buttons, cannot find the exact meaning :
1.delete cache
2. delete archive cache
3. stat reset.
Can you tell, what each button does, and the difference ? Smiley
Zum Seitenanfang
 
 
IP gespeichert
 
Rumbelstilzchen
Global Moderator
*****
Offline



Beiträge: 226
Geschlecht: male
Re: continously running load symbol
Antwort #26 - 07.04.08 um 23:37:07
 
for investigating, have a close look at cache_creator.php

1. deletes your cahce_visitors.php and creates a new one out of those *.dta files (this one is used for displaying the stat)
2. you can save special periods of time, those are called archive and can be deleted there
3. deletes all your logged data (those *.dta files) - for starting with a clean stat.
Zum Seitenanfang
 
 
IP gespeichert
 
dutchguru
Ex-Mitglied


Re: continously running load symbol
Antwort #27 - 08.04.08 um 22:05:58
 
Zitat:
1. deletes your cahce_visitors.php and creates a new one out of those *.dta files (this one is used for displaying the stat)
2. you can save special periods of time, those are called archive and can be deleted there
3. deletes all your logged data (those *.dta files) - for starting with a clean stat.

Not working software, so how much could I loose?
So I hit these buttons from right to the left, checked the info with my ftp program>>>>> no result whatsoever, started the normal page and guess what, cache is build up again,  it runs. Somebody who understands this ?
Zum Seitenanfang
 
 
IP gespeichert
 
Husky
Global Moderator
*****
Offline



Beiträge: 1133
Geschlecht: male
Re: continously running load symbol
Antwort #28 - 09.04.08 um 08:14:04
 
Nope!  Laut lachend Laut lachend Laut lachend
Zum Seitenanfang
 
 
IP gespeichert
 
Seiten: 1 2 
Thema versenden Drucken