qualcuno sà come mettere il contatore (quello che conta le persone) su un sito?
qualcuno sà come mettere il contatore (quello che conta le persone) su un sito?
All your life | You were only waiting for this moment to arise. (da Blackbird, Lennon-McCartney)
And in the end | the love you take | is equal to the love | you make. (da The End, Lennon-McCartney)
![]()
altervista te ne da uno gratis...
+ o meno attendibile...
ShinyStat. Best.
A volte credo di essere fin troppo nerd. Naa, never too much.
Vuoi personalizzare l'aspetto del forum di GamesRadar? Clicca qui!
Consortium.ru 2004 3D Motion Demo, shocking graphics. (QuickTime 60MB)
Vuoi guadagnare soldi velocemente? Clicca qui!
ShinyStat è il miglior, e hai pure un pannello con le tue statistiche...
Trovato su internet tempo fa, mai provato
Codice PHP:
<?php
$filename = "hits.txt" ;
$file = file($filename);
$file = array_unique($file);
$hits = count($file);
echo $hits;
$fd = fopen ($filename , "r");
$fstring = fread ($fd , filesize ($filename)) ;
fclose($fd) ;
$fd = fopen ($filename , "w");
$fcounted = $fstring."\n".getenv("REMOTE_ADDR");
$fout= fwrite ($fd , $fcounted );
fclose($fd);
?>
Veramente in Africa ci stanno i pinguini, non sto scherzandosabin87
![]()