canwesimplifythis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: need help cleaning infected siteAnother guy told me to search for “eval” and “base64” and I found those but I’m waiting on a reply on how to snip all the jargon out and not break the site in the process…
In the meantime if anyone here can help this is my index.php and the terms eval and base64 are both located inside it: http://pastebin.com/xeiuFip2
Forum: Fixing WordPress
In reply to: need help cleaning infected siteI just tried to download all the files and can’t, my options are Browse Change Drop Primary Unique Index Fulltext and this is within some funky MySQL web editing software associated with godaddy.
Here is a screenshot if it helps… is there some obvious download link im missing? http://imgur.com/NbT6T
Forum: Fixing WordPress
In reply to: need help cleaning infected sitetrouble is the online FTp MANAGER MySQL search function doesn’t look within files. Any suggestions that don’t involve me downloading each file in the entire database and searching from my hard drive manually?
Forum: Fixing WordPress
In reply to: need help cleaning infected sitethanks for the useful link, it does confirm what I thought. The code in my OP is indeed a JS exploit. The trouble is (and why I posted to WP here) I can’t simply edit the index.php as suggested by that site.
This is because the index.php doesn’t actually reference this code at all, I did a search and nothing IFRAME at all is in there. Apparently this is due to an overcomplication (WP) and instead I must find it in the MySQL files or something. Sound about right?