no i've looked all through there.
what i need: need to be able to add whole directories to the POTD database at once through the admin panel. So basically I log in and click ADD Dir and it takes the pictures from that directory and GD's them down to 3 different different thumbnail sizes. Then, when I call the thumb.php?thum=size1 it will display the relevant thumbnail size. Secondly, I need a a potd.php page which I will link the thumbnail to for a big version of that image. The potd.php page is a customizable page with picture.php in it, picture.php being the large version of the page. So the basic idea is that i can include the thumbnail, in one of 3 sizes, in any page, and if someone is interested, they click it for the large version of the pic. The page they go to is customizable so that I can make it fit the site layout. It also needs to use a MYSQL db because i don't want any of the pics to be repeated.