This is what I use to upload and.org pictures, the configuration is hard coded in imgconvert_upload.conf and imgconvert.pl itself ... but there isn't much of it. It generates static content so you just need to be able to serve files on your web server ... however the upload is done with rsync, so if you don't have ssh access to your webserver you might need to change that to use ftpmirror etc. Also note that there are two levels of rsync, the first used in "update-index-html.pl" rsyncs files locally to a staging area and generates all the extra files (like thumbnails). Then the rsync in "upload_and.org.sh" syncs the staging area to the webserver. The reason for this is that I can then rm -rf the staging area afterwards and not have to keep the generated files around (and if I remove/rename files all the genrerated files automatically die as part of the sync to the staging area). When everything if configured you should just be able to run UPLOAD_FULL and wait.