Oto mój kod:
<html> <head> <?php // - chmod this document to 755! - $fpt = "daily.txt"; // path to counter log file - chmod it to 666 // optional configuration settings $lock_ip =0; // IP locking and logging 1=yes 0=no $ip_lock_timeout =30; // in minutes $fpt_ip = "ip.txt"; // IP log file - chmod it to 666 // end configuration function checkIP($rem_addr) { for ($i=0; $i<sizeof($ip_array); $i++) { if ($this_time < ($time_stamp+60*$ip_lock_timeout)) { if ($ip_addr == $rem_addr) { $found=1; } else { } } } $host = gethostbyaddr($rem_addr); if (!$host) { $host = $rem_addr; } return ($found==1) ? 1 : 0; } $count = 1; } else { $count = $row[1]; if ($this_day == $test) { if ($lock_ip==0 || ($lock_ip==1 && checkIP($REMOTE_ADDR)==0)) { $count++; } } else { $count = 1; } } ?> </font> </html>
Uruchamiam go kodem:
Dzięki wielkie za pomocną dłoń ;-)