Hi, I was curious if there is anyway to create website screenshots on the fly via a php script. Thanks, Ivan
I don't even think there is a foreign PHP extension for this. I tried doing some research as I wanted to do something similar, but as far as to my knowledge, you can't do this in PHP.. I'm sure it's possible in a language, just not PHP.
This thread should give you some of the history http://forums.digitalpoint.com/showthread.php?t=76454
I think you could do this with CSS, not really sure how tho.....Sorry that doesnt really help does it.
screenshot of your website or other sites. You might want to investigate doing this on the client not on the server, since you have to render the html into pixels, maybe firefox extension
Allan, there are stacks of tools to do that from the client. I need to do it for my directory so I want it to be serverside - ie run monthly to get a fresh shot. I suspect mudanoman (with the very cool avatar) has the same requirement.
hi there! i'm searching for that kind a stuff too. found some interessting projects, that may help u: (only available in german http://www.thumbshots.de after using the update-service, it worked very well for me. all the best from austria!
I've actually written scripts in the past to do this, for testing how the same page loads in a dozen browsers/versions without having to load them all seperately, it isn't exactly easy though. I'll give you some links that'll get you started. Personally i used the Xorg/X11 framebuffer server (Xvfb) and started up FireFox/Opera to use it as the display and load the requested page. Then i dumped the screen to a file and converted to PNG/JPEG. http://www.debian-administration.org/articles/413 - there's a debian guide http://brad.livejournal.com/2015327.html - a livejournal thread on it
I've just found a website where this has been done. I have no idea how they managed it though ¬¬ I just tried using those Alexa thumbnails but they seem to be wanting money for hosting them...
I've recently developed a site thumbnailspro, you can request thumbnails from any site and i think applications too using img src="http://thumbnailspro.com/thumb/http://yoururl.com&S=250" &S=Size you can adjust size from 10pixels to 1000pixels as far as we've tested, don't know why a site would request a thumbnail larger than 1000 pixels??? It's only been up for a few months but doing really well and highly stable so far... feel free to try it out, its FREE while in BETA testing, thats thumbnailspro
thumbnailspro certainly looks good but until they release their non-beta pricing serious users won't touch them. After all by the time you've integrated them into your site you aren't going to want to rip it out again if you find the pricing is out of kilter.
Everyone knows you use MSN. IMG SRC http://msnsearch.srv.girafa.com/srv...NSEARCH&cy=en-us&r=http://www.YOURWEBSITE.com
http://msnsearch.srv.girafa.com/srv/i?i=%204ac8babd1cf73ace&s=MSNSEARCH&cy=en-us&r=http://www.YOURWEBSITE.com Code (markup): Works perfect.