Jump to content


Regis CMU

Member Since 02/06/2006
Offline Last Active 19/01/2015, 12:06
-----

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

IPB Skin By Virteq