Show your Desktop Live


Recommended Posts

god damm you guys are like spys im gunna open some porn or crack site and you will all be "HES DOING ILLIGAL **** !!!"

I saw you typing that :D

What program are you using to take the screens and upload? Just want to know if there are anyones better then others...

Link to comment
Share on other sites

you could use something like this...

save this as script.pl

#!/usr/bin/perl
$res = "1280:1024"; # screen resolution
$file = "/tmp/ss.png"; #where you want the screenshot to be saved.

exec("import -window root -geometry $res -display servername:0 $file");

__END__

and then add this to /etc/crontab to run it every 2 minutes

*/2 * * * * ? ?root ? ?/path/to/script/script.pl

This was posted earlier in the thread...but no upload feat:)e :)

Link to comment
Share on other sites

i tried that but it dosent work ?

I'll go look for a working one, I assume there is one.

BTW: How did you get your desktop icons to look like that with the icon on the left and the text on the right?

Link to comment
Share on other sites

you could use something like this...

save this as script.pl

#!/usr/bin/perl
$res = "1280:1024"; # screen resolution
$file = "/tmp/ss.png"; #where you want the screenshot to be saved.

exec("import -window root -geometry $res -display servername:0 $file");

__END__

and then add this to /etc/crontab to run it every 2 minutes

*/2 * * * * ? ?root ? ?/path/to/script/script.pl

This was posted earlier in the thread...but no upload feat:)e :)

are you sure this doesn't work?

and yes, it was posted before with ftp upload...but I took it out since I don't need it. do you have perl installed on your system?

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.