On Sun, October 22, 2006 7:19 am, Mark McWhirter wrote:
> Is there any way that I can get a script to take a screen shot every
> minute
> of all the users using my php website?

You mean a literal screen shot of what's on my monitor?!

Uhhh, no.

That would be just a tiny bit of a security hole, don't you think?
Okay, more like a sucking chest wound of a security hole, actually...


If you just want to copy all the session files over somewhere to
examine their state later for forensics, I suppose that shouldn't be
too hard.
http://php.net/copy
http://php.net/glob
http://php.net/exec
would all be potentially useful.

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to