Re: [PHP] Screen Shots

2006-10-23 Thread Dotan Cohen

On 23/10/06, Ed Lazor [EMAIL PROTECTED] wrote:

On Oct 22, 2006, at 5:29 PM, Sancar Saran wrote:
 Convert to pdf.

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



Has anybody read the original post? The OP wants a screenshot of his
users' desktops. He does not want stats.

Dotan Cohen

http://what-is-what.com/what_is/ubuntu.html
http://technology-sleuth.com/question/what_is_a_cellphone.html

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



Re: [PHP] Screen Shots

2006-10-23 Thread Jochem Maas
Dotan Cohen wrote:
 On 23/10/06, Ed Lazor [EMAIL PROTECTED] wrote:
 On Oct 22, 2006, at 5:29 PM, Sancar Saran wrote:
  Convert to pdf.

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

 
 Has anybody read the original post? The OP wants a screenshot of his
 users' desktops. He does not want stats.

the way I read it he's looking for something akin to a group photo.
given that his users could be anywhere on the planet that's quite a challenge.

;-)

 
 Dotan Cohen
 
 http://what-is-what.com/what_is/ubuntu.html
 http://technology-sleuth.com/question/what_is_a_cellphone.html
 

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



Re: [PHP] Screen Shots

2006-10-23 Thread Sancar Saran
On Monday 23 October 2006 13:00, Jochem Maas wrote:
 Dotan Cohen wrote:
  On 23/10/06, Ed Lazor [EMAIL PROTECTED] wrote:
  On Oct 22, 2006, at 5:29 PM, Sancar Saran wrote:
   Convert to pdf.
 
  Are you logging the stats?  That would allow you to graph the usage
  whenever you want.
  -Ed
 
  Has anybody read the original post? The OP wants a screenshot of his
  users' desktops. He does not want stats.

 the way I read it he's looking for something akin to a group photo.
 given that his users could be anywhere on the planet that's quite a
 challenge.

 ;-)

  Dotan Cohen
 
  http://what-is-what.com/what_is/ubuntu.html
  http://technology-sleuth.com/question/what_is_a_cellphone.html
Do you want take screen shot of webpage from server? Convert your web page 
into pdf.

Do you want take screen shot of your online user count. Collect user data into 
sql. generate web page from sql data and convert to pdf.

Do you want take screen shot of your online users locations. Do someting with 
ip to location databases put into sql, generate a web page from that data 
then convert to pdf.

Regards 

Sancar Saran

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



Re: [PHP] Screen Shots

2006-10-23 Thread Stut

Sancar Saran wrote:
Do you want take screen shot of webpage from server? Convert your web page 
into pdf.


Do you want take screen shot of your online user count. Collect user data into 
sql. generate web page from sql data and convert to pdf.


Do you want take screen shot of your online users locations. Do someting with 
ip to location databases put into sql, generate a web page from that data 
then convert to pdf.


Somebody needs weeding off their PDF habit. I mean, seriously, why the 
obsession?


-Stut

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



Re: [PHP] Screen Shots

2006-10-23 Thread Jochem Maas
Stut wrote:
 Sancar Saran wrote:
 Do you want take screen shot of webpage from server? Convert your web
 page into pdf.

 Do you want take screen shot of your online user count. Collect user
 data into sql. generate web page from sql data and convert to pdf.

 Do you want take screen shot of your online users locations. Do
 someting with ip to location databases put into sql, generate a web
 page from that data then convert to pdf.
 
 Somebody needs weeding off their PDF habit. I mean, seriously, why the
 obsession?

it's a Pretty Damning Format ;-)

 
 -Stut
 

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



Re: [PHP] Screen Shots

2006-10-23 Thread tedd

At 12:00 PM +0200 10/23/06, Jochem Maas wrote:

Dotan Cohen wrote:
  Has anybody read the original post? The OP wants a screenshot of his

 users' desktops. He does not want stats.


the way I read it he's looking for something akin to a group photo.
given that his users could be anywhere on the planet that's quite a challenge.

;-)


Yes, and I am surprised at the amount of posting over this. 
Considering that this would most certainly be a client-side 
operation, what does this have to do with php?


If the OP wants to see what his site looks like on other desk-tops, 
then he might try BrowserCam.


tedd
--
---
http://sperling.com  http://ancientstones.com  http://earthstones.com

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



RE: [PHP] Screen Shots

2006-10-23 Thread Jim Moseby
 
 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? 
 

This is not a PHP question, but here's an answer anyway: 

With your users conscent, yes.  There is a tiny utility that will take a
screenshot at set intervals using the VNC protocol.   This would require
that your users have VNC server loaded and configured to allow it.

If your goal is to spy on users of your website without their knowledge,
then there is (thank $diety) no practical way to do it.

JM

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



Re: [PHP] Screen Shots

2006-10-23 Thread Jochem Maas
Jim Moseby 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? 

 
 This is not a PHP question, but here's an answer anyway: 
 
 With your users conscent, yes.  There is a tiny utility that will take a
 screenshot at set intervals using the VNC protocol.   This would require
 that your users have VNC server loaded and configured to allow it.
 
 If your goal is to spy on users of your website without their knowledge,
 then there is (thank $diety) no practical way to do it.

with the exception of the proud owners of 'Windows Genuine Advantage Tool' ;-)

 
 JM
 

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



Re: [PHP] Screen Shots

2006-10-23 Thread Dotan Cohen

On 23/10/06, Jim Moseby [EMAIL PROTECTED] 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?


This is not a PHP question, but here's an answer anyway:

With your users conscent, yes.  There is a tiny utility that will take a
screenshot at set intervals using the VNC protocol.   This would require
that your users have VNC server loaded and configured to allow it.

If your goal is to spy on users of your website without their knowledge,
then there is (thank $diety) no practical way to do it.


I wish that this was true. If your users use Internet Explorer =6 (I
don't know about the new v7) then there actually is a way to get them
to authorize a VNC session without their knowledge (assuming that a
VNC server is already installed on the machine). I'll leave it as an
excersize to the reader, but I'll give this hint: it is possible to
disguise the pop up as something else.

Please don't email me asking how. I give this information to spread
awareness, not to spread malicious code, FUD, exploits, or anything
else. I myself don't possess the skills to do it, but I have
personally seen an example of it on a fully patched (at the time- a
few months ago) Windows XP machine. I don't know if it was Home or
Professional.

Dotan Cohen

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



Re: [PHP] Screen Shots

2006-10-23 Thread Dotan Cohen

On 23/10/06, Jochem Maas [EMAIL PROTECTED] wrote:

it's a Pretty Damning Format ;-)



I'd always thought of it as the Potty-Diaper Format. I stand corrected.

Dotan Cohen

http://faq-google.com
http://what-is-what.com/what_is/spam.html

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



Re: [PHP] Screen Shots

2006-10-23 Thread Google Kreme

On 23 Oct 2006, at 08:32 , Dotan Cohen wrote:
I give this information to spread awareness, not to spread  
malicious code, FUD, exploits, or anything else.


On he other hand, IE related malicious code and exploits should be  
distributed as widely as possible as it is the only way MSFT will fix  
anything.


I love how the new improved windows vista already has viruses and  
exploits.  Tee Hee.



--
Real stupidity beats artificial intelligence every time.

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



Re: [PHP] Screen Shots

2006-10-23 Thread Stut

Please don't reply directly to me - always include the list.

Mark wrote:
It is just my friends kids on this site so do you know how i could do 
the active x thing please help thanks


I don't care if it's on your Intranet! Spying on visitors to a website 
is not good on several levels. If you really want to do it put in the 
research - everything you need can be found with your favourite search 
engine, you just need to put the effort in to pull it all together.


-Stut


- Original Message - From: Stut [EMAIL PROTECTED]
To: Mark McWhirter [EMAIL PROTECTED]
Cc: php-general@lists.php.net
Sent: Sunday, October 22, 2006 3:29 PM
Subject: Re: [PHP] Screen Shots



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



Re: [PHP] Screen Shots

2006-10-23 Thread Richard Lynch
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



Re: [PHP] Screen Shots

2006-10-23 Thread Dotan Cohen

On 23/10/06, Stut [EMAIL PROTECTED] wrote:

Mark wrote:
 It is just my friends kids on this site so do you know how i could do
 the active x thing please help thanks

I don't care if it's on your Intranet! Spying on visitors to a website
is not good on several levels. If you really want to do it put in the
research - everything you need can be found with your favourite search
engine, you just need to put the effort in to pull it all together.



Come on, show him how to access the user's webcam and actually see his
friends' kids!

Dotan Cohen

http://essentialinux.com/basics.php
http://what-is-what.com/what_is/ubuntu.html

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



Re: [PHP] Screen Shots

2006-10-22 Thread Stut
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



Re: [PHP] Screen Shots

2006-10-22 Thread Mukul Sabharwal

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

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



Re: [PHP] Screen Shots

2006-10-22 Thread Sancar Saran
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. 

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



Re: [PHP] Screen Shots

2006-10-22 Thread Ed Lazor


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

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