<?php
$f = fopen('ip-log.txt','a');
if ($f) {
flock($f,LOCK_EX);
fseek($f,0,SEEK_END);
fputs($f,$_SERVER['REMOTE_ADDR']."\n");
flock($f,LOCK_UN);
fclose($f);
}
?>
Keine Speicherung von Favoriten bei Vista
Wingman 21.04.2007 - 75 Hits - 1 Antwort
Speicherung von IP-Adressen
TippInfo 03.10.2007 - 65 Hits - 13 Antworten
Mein rechner spinnt brauche dringent hilfe
alfa-freak 07.02.2008 - 29 Hits - 2 Antworten