Originally Posted by
sanook
If you have BulletProof Security installed remember to comment out the the .htaccess code that allows thumbnailer scripts to function normally. You can uncomment the .htaccess code after you have patched or replaced your thumbnail script. To comment out the code add a # sign in front of the .htaccess code shown below.
# TimThumb and all other Thumbnailer Images not displaying - Red X instead of Images
# If your theme uses an image thumbnailer script file this fix will work to display images correctly
# as long as thumb is part of the file name like timthumb.php, thumb.php, thumbs.php or phpthumb.php
# RewriteCond %{REQUEST_FILENAME} ^(.*)thumb(.*)$ [NC]
# RewriteRule ^(.*)$ - [S=30]