Yeah, we know about this issue. Uploads still have to go through FCKeditor's filter, so you can't upload scripts and such. So it's more of a nuisance than a security issue. Still something we need to address, of course.
In the meantime, here are a few options you have:
- if you don't use FCKeditor, simply remove the entire "fckeditor" directory
- disable the upload within FCKeditor by opening public_html/fckeditor/editor/filemanager/connectors/php/config.php and setting
Text Formatted Code
$Config['Enabled'] = false;
- if you can do that on your server, set a quota on the upload directory
What you've been referring to is to password-protect the upload directory. Instructions can be found on the web - search for htaccess, htpasswd and such. Please note that such a password-protection would be independent of Geeklog's accounts, so you would need to enter an additional username / password when you upload something.
bye, Dirk