Jump to content


Photo

Openlog() ... Como Funciona ?


  • Faça o login para participar
Nenhuma resposta neste tópico

#1 Regis CMU

Regis CMU

    Novato no fórum

  • Usuários
  • 4 posts
  • Sexo:Não informado

Posted 15/09/2006, 16:21

Gostaria de saber o que tenho que fazer para esse scritp funcionar na rede windows....

está dando a seguinte msg:
Warning: openlog() expects parameter 3 to be long



<?
define_syslog_variables();
// open syslog, include the process ID and also send
// the log to standard error, and use a user defined
// logging mechanism
openlog("myScriptLog", LOG_PID | LOG_PERROR, LOG_LOCAL0);

// some code

if (authorized_client()) {
// do something
} else {
// unauthorized client!
// log the attempt
$access = date("Y/m/d H:i:s");
syslog(LOG_WARNING, "Unauthorized client: $access $_SERVER[REMOTE_ADDR] ($_SERVER[HTTP_USER_AGENT])");
}

closelog();

?>

Obrigado

Edição feita por: Regis CMU, 15/09/2006, 16:23.





1 user(s) are reading this topic

0 membro(s), 1 visitante(s) e 0 membros anônimo(s)

IPB Skin By Virteq