Jump to content

PHP web Screenshot generator


Kleidi

Recommended Posts

Hello there!

I'm looking for a script that generates website screenshots. I want to use a script on my server bcz, i think, it will work faster than use services like webshotspro.com or any other, and have no restriction on size.

I need a script that can cache the screenshot and refresh it every 2 weeks for example.

Hope that you can help me on this.

Thank you in advance!

Link to comment
Share on other sites

  • 10 months later...
  • 1 year later...

I just came across the topic and thought I would share a GrabzIt PHP API that I have recently found that would probably be ideal for you.

 

To use it you do something like the following:

 

include("GrabzItClient.class.php");

$filepath = "images/test.jpg";
$grabzIt = new GrabzItClient("APPLICATION KEY", "APPLICATION SECRET");
$grabzIt->SavePicture("http://www.google.com", $filepath);

 

Note that this is the simplest technique and is synchronous they to also provide a much better asynchronous technique.

 

You will need to register for a free application key and application secret before you can use this however.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.