Guys update your timthumbs, alot of sites with TT themes are now getting hacked.

http://timthumb.googlecode.com/svn/trunk/timthumb.php

The latest one works with internal and external sources.
masterb56 Reviewed by masterb56 on . How to integrate Timthumb with wordpress Firts step - Adding the "get image" function to the functions.php file: ---------------------------------------------------------------------- This code basically gives us the ability to fetch the first image on the post. function catch_that_image() { global $post, $posts; $first_img = ''; ob_start(); ob_end_clean(); Rating: 5