Posted by Gordon Burditt on 02/16/07 00:37
>I had no luck in my google search for this answer.
>Does anyone know if it's possible to read the entries in the Windows
>Event Log of the server running my PHP page?
That sounds like an EXTREME security risk on a shared server and a
security risk if the people who can access your page aren't admins
of the server in question. There's lots of sensitive stuff in
there (like valid usernames).
>I'm trying to create an
>itranet page that lists errors from the server event log.... I'd
>prefer a pure PHP solution, but I'd be happy to try other alternatives
>that involve call outs to non-PHP code.
Does Windows have anything that prints event logs in text form?
The Event Viewer lets you save in text form, but moving the mouse from
PHP is difficult.
[Back to original message]
|