Mika, Sorry I doubled posted but I never received any reply on the Page Link Manager posts. Thanks for replying and letting me know someone is out there. I still have the damage done by the hacking. This is even after I went to my hosting company, removed my old files, uninstalled my WordPress installation and reinstalled it. Now, I still get redirected to https://abe.muhay.eu/s.php when I click the Installed Plugins on my WordPress dashboard. In other words, when I should be going to https://caminosecrets.com/wp-admin/plugins.php I end up at https://abe.muhay.eu/s.php. I checked through all my files and didn’t see anything suspicious. I searched for a solution on WordPress which suggested I check my .htaccess file for hacks, but contents looked ok to me:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Any suggestions would be appreciated.