Hahah, yeah, I lost track of the goal.

Ok, here's another way to do it... In album.pl, find a line like this:
$::upload="upload";Change the 2nd "upload" to something new that only you know (like a password that you'll share with all admins). Then in album_header.tml, delete the following line:
<a href="####ALBUMPROG####;function=upload"class="optionslink"><img class="button" src="####CONFIG=upload_button####" alt="" /></a>
That'll take the "upload" button off your album, and admins with have to upload by using the special URL:
http://hostname.com/cgi-bin/album.pl?function=newuploadfunctionWhere "newuploadfunction" is what you've changed the "upload" to in album.pl.
Hope that makes sense... It's kind of like password protecting uploads, allowing you to just give that "password" out to your admins as an upload URL.
Hope that makes sense, and it'll bypass all the rest of the weirdness we've been seeing...
