<-" ; // $aus = "->" ; $umbruch = "\r\n"; $indexzaehler = "index-zaehler.txt"; $handle = fopen ($indexzaehler, "r"); $inhalt = fread ($handle, filesize ($indexzaehler)); $inhalt = $inhalt + 1; $handle = fopen ("index-zaehler.txt", "w"); fwrite ($handle, $inhalt); fclose ($handle); $kram = array ($host, $ip, $space, $space, $http_ref, $space, $space, $tag, $space, $datum, $umbruch, $umbruch); file_put_contents ("index.txt", $kram, FILE_APPEND); ?>