The wp-login.php script was locked on this server globally due to many bruteforces against it. If you need to login to your wordpress now use this workaround:
Rename wp-login.php to something like wp-login_new.php However simple renaming will redirect you to wp-login.php still, thus some additional step should be done. You would need to replace all
8 S& s3 I. t, y9 @instances of 「wp-login.php」 in wp-login_new.php file to 「wp-login_new.php」. The easiest way to apply this fix would be to run via ssh the following:
cd /path/to/wordpress/3 O/ ^, z0 j! h: w
sed -i.backup -e "s/wp-login.php/wp-login_new.php/" ./wp-login.php' i% r% J- \- B
cp -Rp ./wp-login.php ./wp-login_new.php
" b) R2 e- H; o' g0 T( b, g$ cecho "" > ./wp-login.php