Ver Mensaje Individual
  #7 (permalink)  
Antiguo 21/12/2008, 15:03
Avatar de Ronruby
Ronruby
 
Fecha de Ingreso: julio-2008
Ubicación: 18°30'N, 69°59'W
Mensajes: 4.879
Antigüedad: 15 años, 9 meses
Puntos: 416
Respuesta: ayuda con bot

Cita:
Fatal error: Maximum execution time of 30 seconds exceeded in C:AppServwwwestrenosbot.php on line 6
El script esta excediendo el maximo tiempo de ejecucion de tu php.ini
Talvez podrias usar set_time_limit() dentro del bucle while para ir agregando tiempo y el script no exceda el limite.

Sino inserta nada en el status es porque estas haciendo algo mal en tu consulta, agregale un:
or die(mysql_error());

http://www.php.net/manual/en/functio...time-limit.php