if you want this as a module in your phpnuke site, the gallery must be in the modules/ directory.
you may need to change the permissions on the setup folder, too:
Code: › chmod 777 albums (this is the album dir created in step 2)
chmod 666 .htaccess
chmod 666 config.php
chmod 755 setup/ (setup/ is a directory)
don't forget to:
Code: › chmod 644 .htaccess
chmod 644 config.php
chmod 400 setup
when you're done...