Warning: fopen(graphic_design/files/thread-1477-1.txt) [function.fopen]: failed to open stream: Permission denied in /graphic_design/global.php on line 421
file NOT opened thumbnailGenerator v2.25 -
PDA

View Full Version : thumbnailGenerator v2.25


Adiago
08-01-2004, 12:49 PM
I was wondering where you can download/buy this script? I googled a little bit but only found older versions.

Scotty
08-01-2004, 12:56 PM
Try this....Overnet (http://www.overnet.com/downloads.php)
Down load the free program and search !!....I am sure you will find what you are looking for here

shecky
08-01-2004, 12:59 PM
http://save-the-gummybears.org/thumbnailGenerator/

Adiago
08-01-2004, 01:02 PM
thanks a lot m8s

freakyclean
08-01-2004, 01:16 PM
Try this....Overnet (http://www.overnet.com/downloads.php)
Down load the free program and search !!....I am sure you will find what you are looking for here


Mischer would have a good laugh at that. :)

The thumbnail generator is a free program/script.

:Long Live the Gummy Bears:

Scotty
08-01-2004, 02:01 PM
Mischer would have a good laugh at that. :)

The thumbnail generator is a free program/sript.

:Long Live the Gummy Bears:
Silly Me eh!
:rofl:

Adiago
08-01-2004, 03:08 PM
how do you divide your galleries with the thumbnailGenerator freakyclean? Saw you did that on your gallery. it's not a big issue right now for me since I only have a little over 50photos but in a few weeks that could be good to do.

Ed Hall
08-01-2004, 03:35 PM
well the way this Thumbnail generator works is that you have to have a different directory with the images in it and then place the thumbnail generator files in that directory. Then just merely link to them... Freaky got crafty and used php to link them but it's still the same principle... it's up to you whether you want to use PHP or not.

edit:
Sorry if you didn't know what I meant by Php to link them then I'll explain. If you want to have a template driven site you can set up a template like so... template.php then have a nifty little line of code that tells you where to place the content when called. So if you want to link to gallery1 using template.php it would be something like template.php?galleryid=gallery1 then template.php would load with the conent from gallery1. You can learn more about this at http://www.php.net

freakyclean
08-01-2004, 04:07 PM
Yeah what Ed said.

I have all the photos seperated by category into different folders on the server

I used to have it so that I had one page with links on it which when clicked passed a variable to the index.php to set the directory folder. Now I have just changed it so that it is all included in the Index.php. I still need to tweek it a bit so the scrolling doesn't move the header.


:)

Adiago
08-01-2004, 04:33 PM
ED, yeah I know how to use the php include/website, I do that often. Saves time and is very useful. Just did that with my gallery and it worked just fine :)

ah, I also use the index.php, works fine that way.

thanks guys, glad to have a fastworking thumbnailgenerator.

Sample: Adiago Gallery (http://www.adiago.org/photos/new), just some of my photos to celebrate the gallery ;)

meashman
11-07-2004, 12:58 AM
I'm trying to set up this script, but I'm having some difficulties.

I have it set up properly so that I'm getting thumbnails on the index.php in my photos directory. I'm having troubles setting up the links to different albums though...it just takes me back to the defualt index.php even when I specify another page.

See here: http://www.sldems.com/photos/

Also, I'd like to include the gallery script on my photos.php instead of referencing it from the index.php file in the photos directory. Is this possible? (I keep getting a SAFE MODE restriction error when I try it.)

Also, how do I make the thumbnails a scaled down version of the orginal, rather then just a box taken from it?

decadence
11-07-2004, 12:40 PM
www.webattack.com has DOZENS of freeware apps that do this sorta thing, many of them are better designed than shareware that does less....

freakyclean
11-07-2004, 09:18 PM
Meashman: The way I have it setup right now is so that I have a text link that passes the variable "picfolder" directly to the index.php instead of getting it from the setup file (removed the variable from the setup file). You have to edit a couple of areas in the index.php near the bottom where it calls the picfolder variable because your new variable will have the whole path name instead of just the folder.

I used to have the index.php open in an Iframe but now I have built the page into the index.php.

Hope that helps a bit.

You can always e-mail mischer @ save the gummy bears if you have questions, he is a pretty good guy. I think he is also coming out with a new version which will have more features like what I did above.

pilau styles
11-15-2004, 03:06 PM
i cant even figure out how to work this.... im php stupid.

pilau styles
11-18-2004, 04:56 AM
how do i display my images?.. i put all the files in the same folder as my pics... some are jpg and a few are gif...

eeeek? help?

basher
12-10-2004, 10:10 AM
I got the script installed and my thumbnails do not show up, but when I click the box where the thumb should be, it opens the image correctly. Anyone got an idea why the thumbs are appearing. I do not see any errors or anything.?? Help!

btw, I've tried putting the images in the same dir as the index.php and still no go, with $picFolder = './';