- Fórum WMO
- → Viewing Profile: Tópicos: Regis CMU
Community Stats
- Group Usuários
- Active Posts 4
- Profile Views 1809
- Member Title Novato no fórum
- Age 66 years old
- Birthday November 22, 1958
-
Sexo
Não informado
0
Neutral
User Tools
Friends
Regis CMU hasn't added any friends yet.
Latest Visitors
Topics I've Started
Alterar Caminho C:/depto Para C:\depto
23/10/2006, 15:10
Como faço para alterar o caminho C:\depto\almoxarifado para c:/depto/almoxarifado ????
Openlog() ... Como Funciona ?
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
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
- Fórum WMO
- → Viewing Profile: Tópicos: Regis CMU
- Privacy Policy
- Regras ·