Can a PHP Script create a Thumbshots?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
cent
Forum Newbie
Posts: 16
Joined: Wed Nov 16, 2005 2:23 pm

Can a PHP Script create a Thumbshots?

Post by cent »

Hi All,

Just looking to see if anyone knows of a PHP script or Perl (cringe) script that can create Thumbshots of a web page? I've looked at the http://www.thumbshots.org/ and it seems interesting but I was looking to see if there was something available in PHP.

Thanks,
Cent
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

there's nothing native. Most site snapshotting systems use screen capture tools they call via command line.
Post Reply