Mirarlo vosotros mismos (Creo que es la Fecha de Estados Unidos xDD) :
Script Regista IP`s :
Código PHP:
<?php
$archivo = "log.txt";
$manejador = fopen($archivo,"a") or die("Imposible abrir el archivo\n");
$ip = $_SERVER['REMOTE_ADDR']."\r\n";
$fecha= date("\r\n");
fwrite($manejador,$ip);
fwrite($manejador,$fecha);
fclose($manejador);
?>
Log.txt : http://idrid185.byethost14.com/IDRID/log.txt
Fecha segun el log.txt :
62.42.84.132
Mon, 24 May 2010 07:54:35 -0400
Fecha Real :
13:59
![Aplauso](http://static.forosdelweb.com/fdwtheme/images/smilies/aplausos.gif)