ip loglamak

  1. I

    IP log tutmak [PHP]

    Merhaba spy ailesi, bugun site kucuk basit bir kod ile ip log tutmasini gostercegim index.php kodlarimiz <?php $ip = $_SERVER['REMOTE_ADDR']; if ( !file_exists("ip.txt")) { touch("ip.txt"); $file = @fopen("ip.txt", "+r"); @fclose($file); } else { $file = @fopen("ip.txt", "a"); $text =...
Top