MyBB Community Forums

Full Version: Grabbing page thumbnails and links with cURL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I am trying to fetch image thumbnails and links for a page I'm doing.
Does anyone know how to do this with php and cURL? I need to get them from this url http://imgur.com/gallery have clickable thumbnails on my page that will direct users to the link the thumbnails link to. I also want to be able to set a filesize limit so the old thumbnails are removed before the filesize of my downloaded thumbnails folder gets too large.
I tried a bunch of different scripts but they just fetch the whole page.
Any help would be greatly appreciated. Smile