Ver Mensaje Individual
  #11 (permalink)  
Antiguo 31/01/2011, 06:43
Avatar de manyblue
manyblue
 
Fecha de Ingreso: marzo-2008
Mensajes: 329
Antigüedad: 16 años, 1 mes
Puntos: 10
Respuesta: Error codigo proteccion página php

probe eliminando esta parte de dataProcess.php

Código PHP:
       // If webmaster wants to log successful logins
    
if($logSuccess=="1"){
        
$log=fopen("files/$logInTracker""a+");
             
fputs($log"$loginName logged in on: $date - Logged IP address: $ip\n");
        
fclose($log);
    } 
Me da menos errores pero me los sigue dando:



Warning: date() [function.date]: It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Paris' for 'WET/0.0/no DST' instead in /usr/local/www/apache22/data/spa/dataProcess.php on line 29

Warning: Cannot modify header information - headers already sent by (output started at /usr/local/www/apache22/data/spa/dataProcess.php:29) in /usr/local/www/apache22/data/spa/dataProcess.php on line 37