running the thumbgen file i get these errors, are there anymore files i need to have? Warning: imagesx(): supplied argument is not a valid Image resource in /home/johnyont/public_html/pix/thumbgen.php on line 42 Warning: imagesy(): supplied argument is not a valid Image resource in…
Very cool that you're sharing this. I'm sure a lot of people can make use of it. My brother helped me code a similar thing for my girlfriend's site ( www.ldaustinart.com ), it basically checks the link for an image/text file title and loads any images with that name, and appends the text at the bottom. Really nice for…
Yo guys. So yeah. Made this tonight. http://www.pedroamorim.com/stuff/images/ Its basicaly a php file that lists JPG GIF and PNG files that you might have on a folder. Just throw the php file in there and he will do the rest. If someone wants the file here he is.:D http://www.pedroamorim.com/stuff/files/index.rar Hope its…
Looks good. I may replace what I was using with this As for the thumbgen, did you check out the file I posted? It will autogen the thumbs for you if there are new images.
Here's what mine looks like (with thumbnails) http://www.tacmod.com/screenshots/index.php But as you can see, it becomes crap once you get too many images. There's also nothing to the presentation other than a bunch of clickable thumbnails. Edit: I can share the code if you want it later
NIce... things like this exist that also create a thumbnail, but I like the way you organized it by file type. One thing that all the automated image scripts always miss out on is multiple pages if there are a lot of files. Again, nice work... I feel like I'm bashing it, but honestly I like it
So yeah.. i updated the code.. http://www.pedroamorim.com/stuff/files/ImageLister.zip http://www.pedroamorim.com/stuff/images its easier to read and smaller.:D If you want to list other imagetype just add the line listImages(type) example listImages(png) Also. it strips down the extension.. since every filename belongs to…
http://www.pedroamorim.com/stuff/files/thumbnail_lister.rar there's 2 files. index.php and thumbgen.php first you need to change the folder properties on the folder that you have the images you want to list. i made mine 757. then copy the 2 php files to the folder. open firefox and run thumbgen.php - this file will create…