$n = file_get_contents("counter.txt");
$sw = file_get_contents("SW.txt"); // visitatori virtuali
if($sw=="SI"){$rnd = date("s", time()); if($rnd<25){$n++;}} // visitatori virtuali
$n++;
// echo " =$n= ";
file_put_contents("counter.txt", $n);
?>
PARTECIPANTI |
---|