php-general Digest 23 Oct 2006 05:59:59 -0000 Issue 4416

Topics (messages 243434 through 243443):

Re: Screen Shots
        243434 by: Stut
        243435 by: Mukul Sabharwal
        243436 by: Fred Moses
        243437 by: Fred Moses
        243438 by: Dotan Cohen
        243439 by: Fred Moses
        243440 by: Dotan Cohen
        243441 by: Sancar Saran
        243442 by: Ed Lazor

[OFF] A note on replying to this list
        243443 by: theIggs

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        php-general@lists.php.net


----------------------------------------------------------------------
--- Begin Message ---
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?

Wow, does that ever have nothing to do with PHP!!

To answer the inappropriate question... No. Or rather, not without the
use of a client-side technology such as ActiveX and the ability to
bypass any active content security or convince your visitors to give you
permission to spy on them.

So, as I said previously, no.

-Stut

--- End Message ---
--- Begin Message ---
Stut may not be entirely correct here. It /is/ possible if the user
sends all the pixels of their current view (and their colors), or
simply a print screen and then upload it :)

Ok, bad joke.

On 10/22/06, Stut <[EMAIL PROTECTED]> wrote:
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?

Wow, does that ever have nothing to do with PHP!!

To answer the inappropriate question... No. Or rather, not without the
use of a client-side technology such as ActiveX and the ability to
bypass any active content security or convince your visitors to give you
permission to spy on them.

So, as I said previously, no.

-Stut

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




--
Mukul Sabharwal
http://mjsabby.com

--- End Message ---
--- Begin Message ---
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?

Why not add a state capture inclusion (require) to each of your pages? Have it grab, for instance, the user's IP address, the session ID, the URL of page, and the user's login information if that's available. Dump the result into a tracking table in your database. In the admin part of your site, add a page which formats the tracking info nicely, perhaps selected by time period. There's no need to do a screen capture.

You own the information. I don't see why it shouldn't be legal to capture it and display it to yourself considering all the folks who do full click tracking.
--- End Message ---
--- Begin Message ---
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?

Why not add a state capture inclusion (require) to each of your pages? Have it grab, for instance, the user's IP address, the session ID, the URL of page, and the user's login information if that's available. Dump the result into a tracking table in your database. In the admin part of your site, add a page which formats the tracking info nicely, perhaps selected by time period. There's no need to do a screen capture.

You own the information. I don't see why it shouldn't be legal to capture it and display it to yourself considering all the folks who do full click tracking.
--- End Message ---
--- Begin Message ---
On 22/10/06, Fred Moses <[EMAIL PROTECTED]> wrote:
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?

Why not add a state capture inclusion (require) to each of your pages?
Have it grab, for instance, the user's IP address, the session ID, the
URL of page, and the user's login information if that's available.  Dump
the result into a tracking table in your database.  In the admin part of
your site, add a page which formats the tracking info nicely, perhaps
selected by time period.  There's no need to do a screen capture.

You own the information.  I don't see why it shouldn't be legal to
capture it and display it to yourself considering all the folks who do
full click tracking.


And how does that produce a screenshot?

Dotan Cohen

http://what-is-what.com/what_is/virus.html

--- End Message ---
--- Begin Message ---
Dotan Cohen wrote:
On 22/10/06, Fred Moses <[EMAIL PROTECTED]> wrote:
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?

Why not add a state capture inclusion (require) to each of your pages?
Have it grab, for instance, the user's IP address, the session ID, the
URL of page, and the user's login information if that's available.  Dump
the result into a tracking table in your database.  In the admin part of
your site, add a page which formats the tracking info nicely, perhaps
selected by time period.  There's no need to do a screen capture.

You own the information.  I don't see why it shouldn't be legal to
capture it and display it to yourself considering all the folks who do
full click tracking.


And how does that produce a screenshot?

Dotan Cohen

http://what-is-what.com/what_is/virus.html

It doesn't. Why do you need a screen shot when you can get a history page any time you want to?
--- End Message ---
--- Begin Message ---
On 22/10/06, Fred Moses <[EMAIL PROTECTED]> wrote:
It doesn't.  Why do you need a screen shot when you can get a history
page any time you want to?


It's what the OP requested. You answered a question, I'm sure, but not
the question asked :) I can only imagine for what purpose he would
want a user's screenshot...

Dotan Cohen

http://what-is-what.com/what_is/rss.html
http://technology-sleuth.com/question/why_are_internet_greeting_cards_dangerous.html

--- End Message ---
--- Begin Message ---
On Sunday 22 October 2006 15:19, 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?

Convert to pdf. 

--- End Message ---
--- Begin Message ---

On Oct 22, 2006, at 5:29 PM, Sancar Saran wrote:

On Sunday 22 October 2006 15:19, 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?

Convert to pdf.

Are you logging the stats? That would allow you to graph the usage whenever you want.
-Ed

--- End Message ---
--- Begin Message ---
Hello all!

Sorry for the offtopic.
Please, when you reply to PHP mailing lists, put the Re: element right
in front of the subject:
Re: [PHP] Screen shots
not
[PHP] Re: Screen shots
When there are two different styles used simultaneously it's merely
impossible to sort messages in chains. At least my email client (The
Bat!) can't sort messages in chains with [PHP] Re-like subject. So I
believe for most of us two different styles at a time are not
convenient.

Thanks.
Please correct me if I'm wrong.

---
Regards,
theIggs.

--- End Message ---

Reply via email to