" . phphitsShowHits(0) . " klikki kokku (Viimased 24 tundi: " . phphitsShowHits(24) . ")"; ?>
vaata log faili
if (!$hitsfile) $hitsfile = dirname(__FILE__)."/hits"; if (!$images) $images = dirname(__FILE__)."/digits"; $images = str_replace($DOCUMENT_ROOT, "", $images); $hits = file($hitsfile); $hits = $hits[0] + 1; # Opening the hits file and writing the number of hits: $fp = fopen($hitsfile, "w"); fwrite($fp, $hits); if ($invisible != "yes") { # Text counter echo "seda lehte on vaadatud: " ; if ($counterstyle == "text") { echo $hits; echo " korda"; } # Image counter else { $digit = strval($hits); for ($i = 0; $i < strlen($hits); $i++) { echo "
"; } echo " korda"; } } ?>