Thumbnail images stored? Thumbnail images stored?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Thumbnail images stored?

Started by rubbersoul, October 02, 2005, 02:55:58 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rubbersoul

I was just wondering. All the thumbnail images that are created are created on the fly? Or are they stored somewhere in the DB? I've looked and cant find 'em!

Tranz

They're created upon upload if you have GD or Imagemagick. They are stored in the same directory as the original with the prefix thumb_

rubbersoul


Tranz

No. Please post a link to your gallery so we can see what's going on.

rubbersoul

I just want to know if there removed from MYSQL....because if I do a search in the 'pictures' table there is all the main shots....but none of the thumb_ shots!

kegobeer

Quote from: TranzNDance on October 02, 2005, 03:02:48 AM
They're created upon upload if you have GD or Imagemagick. They are stored in the same directory as the original with the prefix thumb_

Just like Thu said: they're stored on your website, not in the database.  Take a look in the /albums directory.
Do not send me a private message unless I ask for one.  Make your post public so everyone can benefit.

There are no stupid questions
But there are a LOT of inquisitive idiots

Joachim Müller

@rubbersoul: the secret to find answers to such questions lies at your fingertips: just go to your site, right-click on an element you want to find out more abot (e.g. a thumbnail) and choose "properties" from the context menu. This will tell you where the element is being stored at.