Rene, no problem ??
I was going to say the same thing about the permissions security risks…
edpirone, here’s what I recomend:
1) Go here https://gist.github.com/Adirael/3383404 and click the “Download ZIP” button.
2) Unzip the file, open the sh file with notepad (if you’re on windows) or textmate if you’re on mac).
3) Change WP_ROOT=$1 to WP_ROOT=/var/www/vhosts/sharphat.com/httpdocs/
4) Save the file
I’m going to assume you’re on a Linux/Ubuntu server. If not, let me nknow.
5) FTP to your server with root and place the sh file in /usr/local/etc/
Now you need to login to your server with SSH… If you have root access then you should have SSH access as well.
Once you’re logged in with SSH type the following command:
sudo /bin/bash /usr/local/etc/fix-wordpress-permissions.sh
It will take at least 1-2 minutes to run and you’ll have ALL files and folders of your wordpress installation with correct permissions based on recommendations
from https://codex.www.ads-software.com/Hardening_WordPress#File_permissions
Do this as soon as possible because you’re site is currently at risk. Never give full 777 permissions to an entire site.
Hope this helps