Nur weiß ich das was mit den " nicht stimmt: Wer kann mir sagen was ich ändern mussd amit es läuft.
<?php
$ip = $_SERVER['REMOTE_ADDR'];
$host = gethostbyaddr($ip);
$date = date("d/m/Y H:i:s");
$fp = fopen("ipdatabase.html","a");
fwrite($fp, "[Datum]<font color="blue">:$date</font>,
[IP]<font color="red">:$ip</font>,
[Host]<font color="magenta">:$host</font>\n");
fclose($fp);
?>

Hilfe
Neues Thema
Antworten



Nach oben




