if it is that bad, change all your passwords. Both mysql and ftp.
Remove all admin privileges from everyone until they can change their passwords.
Rename your backup folder and update the path to it in acp/security/special
Ask your host to install "Mod Security" and then chmod all 777 folders to 755
If you cannot get Mod Security installed add an htaccess file to all 777 folders with this code in them.
- Code: Select all
AddHandler cgi-script .php .js .pl .py .jsp .asp .htm .shtml .sh .cgiOptions -Indexes -ExecCGI -Includes
This code will not stop them from uploading files to the folders, but it will stop them from being able to run the code in the folders.
*be sure when copying the code, you do not include the line numbers
"Success is getting what you want. Happiness is wanting what you get." - Dale Carnegie