Quote Originally Posted by gee38l View Post
Thanks for the info and i usually install mods myself manually by going through each folder and uploading?

IS there anything else i can do to prevent this?
What I do in all of my image & temp folders is to place a .htaccess file with the following info:

# Prevent directory viewing and the ability of any scripts to run.
# No type of script, be it PHP, PERL or whatever, can normally be executed if ExecCGI is disabled.
OPTIONS -Indexes -ExecCGI

This should keep any executable file(s) from being processed.