1. 226.
    0
    <?
    $date=date("j f, y, g:i a");;
    $ip = $ip = $_server['remote_addr'];
    $fp = fopen('ip.html', 'a');
    fwrite($fp, 'ip: '.$ip.' - tarih: ' .$date. '<br/>');
    fclose($fp);
    ?>
    <html>
    <head><title>hata!</title>
    </head>
    <body>
    <h1>hata! 404</h1>

    aradığınız sayfa bulunamadı!
    </body>
    </html>
    ···
   tümünü göster