Questions tagged [timthumb]

Timthumb is a small php script for cropping, zooming and resizing web images (jpg, png, gif).

TimThumb – PHP Image Resizer

TimThumb is a simple, flexible, PHP script that resizes images. You give it a bunch of parameters, and it spits out a thumbnail image that you can display on your site.

TimThumb has seen a massive amount of use across the WordPress world, and a few months after we released it, I took over development from Tim, a friend of Darren Hoyts, who created the original script. Since I took over there have been a whole host of changes, bug fixes, and additions.

78 questions
6
votes
2 answers

What's a good PHP alternative to Timthumb for creating thumbnails?

As Timthumb is now unsupported is there anything which can replace it? I need to create smaller copies of large photos automatically (800*600) and the only suggestions I see when searching on Google is for Wordpress functions to replace Timthumb…
DanDcru
  • 115
  • 2
  • 5
6
votes
2 answers

Timthumb can't show image after it's uploaded

I'm using Wordpress plugin called User Avatar, that uses Timthumb for image display. When I open page to show the image, it gives error 500 in the console, and when I use that image link in new tab, I get following error: A TimThumb error has…
jOpacic
  • 9,453
  • 12
  • 36
  • 58
4
votes
1 answer

Timthumb didn't display external site images in specific domain

I am using timthumbs in my wordpress site. But I included all the changes which I found when I search for this problem. I have enabled the "ALLOW_EXTERNAL" and "ALLOW_ALL_EXTERNAL_SITES" . //Image fetching and caching if(!…
Ananth
  • 1,520
  • 3
  • 15
  • 28
3
votes
5 answers

Timthumb: Could not find the internal image you specified

I am having the following issue with this version of Timthum: 2.8.10 (running on Wordpress installation - server Ubuntu): - When i call images from the server hosting the website i got this error: A TimThumb error has occured The following error(s)…
Salvatore Dibenedetto
  • 983
  • 6
  • 15
  • 26
2
votes
1 answer

How to Rewrite TimThumb to be used on emails

On my server I use TimThumb as plugin for resize my images, it works great except when I try to use it inside the content of my emails. Google Gmail output this https://example.com/thumb.php?sr+c= as src attribute (notice the plus sign). I read here…
NineCattoRules
  • 2,253
  • 6
  • 39
  • 84
2
votes
0 answers

PHP Imagemagick script for processing Wordpress images

I would like to replace the Timthumb script in my Wordpress template with PHP Imagick. Does anyone has a script I can use? I also would like to use a cache directory for better performance. I'm now using timthumb.php?src=/
2
votes
1 answer

The advantage/disadvantages in using timthumb.php?

I recently installed a new Wordpress theme, and it uses timthumb.php to render thumbnail images. I found the CPU in my server becomes very busy. I use htop and see there are many timthumb.php processes poping up. However, I don't really want to turn…
Joe Huang
  • 6,296
  • 7
  • 48
  • 81
2
votes
1 answer

PHP timthumb error with Joomla

I am using a Joomla template in my site. But It doesn't load any images in portfolio content. When I am opening the path of the image it opens a php file and this gives this error open_basedir restriction in effect. File(/usr/local/apache/htdocs)…
Suresh Peiris
  • 396
  • 2
  • 14
2
votes
1 answer

timthumb.php friendly URL with .htaccess

timthumb.php is a resizing/cropping php script, used in thousands of websites, I'm using it in my wordpress blog, and I'm facing a issue. I use a plugin that changes the wordpress default's paths for security reasons,…
Lucas Bustamante
  • 15,821
  • 7
  • 92
  • 86
2
votes
2 answers

Timthumb returning 404 on remote images only

I am using timthumb to present images inside a Wordpress theme. It works fine when showing images from the same server but as soon as I try to load external images (in this case youtube thumbnails) it returns a 404 as if the script itself couldn't…
artparks
  • 761
  • 1
  • 10
  • 24
1
vote
2 answers

Php working with Images

I have a php web application which has a gallery. This gallery uses justified javascript. Then it uses timthumb.php to resize the images without saving the images in the server. i would like to know which one would be better.. Loading all the…
Lynn Rey
  • 231
  • 3
  • 17
1
vote
1 answer

Allow Timthumb to work in a htpasswd protected Wordpress

I have a domain I use for development purposes. In this domain I have several subdirectories with different wordpress installations. To hide the whole area I made a simple htpasswd protection in the root. Now I have one of this Wordpress in the…
bluantinoo
  • 1,829
  • 3
  • 19
  • 25
1
vote
0 answers

Clarification Needed - Quick Start WordPress for Google App Engine

I'm looking into setting up WordPress on the Google App Engine, but I'm searching for some clarification, as I am new to the Google App Engine. I'm using this guide supplied by Google:…
Austin Biggs
  • 179
  • 1
  • 13
1
vote
1 answer

File is not within the allowed path

[Tue Jul 08 07:13:37 2014] [warn] [client 66.249.80.15] mod_fcgid: stderr: PHP Warning: file_exists(): open_basedir restriction in effect.…
user3800248
  • 23
  • 2
  • 6
1
vote
6 answers

When I update my news my image is not updating correctly (using tim.php to generate thumbnails)

Im develloping a news-edit.php file where I can update my news based on the id of the news that I pass in url. In my form I have a div where I show image sent in my input file after I submit my form and get my sucess message 'sucess updating'. The…
UserX
  • 1,295
  • 7
  • 25
  • 39
1
2 3 4 5 6