You can "Allow from xxx.xxx.xxx.xxx" (where xxx.xxx.xxx.xxx = some IP) to the below code in .htaccess thereby permitting access for the owner and others as needed.
<Files ~ "\.(inc|class)$"> Deny from all </Files>
becomes:
<Files ~ "\.(inc|class)$"> Deny from all Allow from xxx.xxx.xxx.xxx </Files>
You can add multiple IPs separated by "," e.g.
Allow from xxx.xxx.xxx.xxx, xxx.xxx.xxx.xxx
Something that was not clear to me, I had to add the folder locations of the ImageMagick, NetPBM and ffmpeg binaries. example: openbase_dir = /web/gallery/folder/:/web/g2data:/usr/bin
I see you have even wiped the version off Special:Version.
I wouldn't bother, it is available even in the HTML source of that very page! Jidanni 04:12, 11 March 2009 (UTC)