Would like to have a dos prompt open on my machine that simply alerts me to specific events (new user logged on, certain page is viewed, particular query is run, etc.) as well as any errors that occur.
I realize I could have a .php page that monitors these events and simply refreshes periodically via META tags, but I would prefer (for various reasons) to have that information appear in a dos prompt when that event occured.
I have no idea how to do this.
Anyone?