Forum Moderators: open
http://example.biz/
I have disabled all plugins and added then back in one at a time and it still does it no matter how few I have and when I change up the order I reload them.
I had someone looking at it and he is giving up but the last he said was it was loading an iframe before the site. I honestly do not know why anyone would hijack a plugin setting since the only people that see it is the web owner and its just going to piss him off. I wonder if it really is even a hi-jacking?
If anyone is willing to take a look I would sure appreciate it. Let me know by PM and I will send you ftp, wp-admin etc.
Thanks so much.
[edited by: ergophobe at 6:47 pm (utc) on Jan. 20, 2009]
[edit reason] Personal URL removed, nefarious URL exemplified [/edit]
Hope some of that helps. Let us know
Honestly, I have no idea if this will work, but it will remove one source from consideration.
That said, personally what I would probably do first is look at the html source and try to find some unique code from the offending page and grep the whole WP install for it and see if that turned up anything and I would do the same with a dump of the MySQL file.
You might try loading your pages without javascript to see if the attack is JS based.
So, sorry for my disorganization. In order, I would do this:
1. disable Javascript in my browser and see what happens.
2. grep through all files for some unique text (the domain name or iframe tag or something).
3. do a DB dump and grep through that for the string.
4. move all themes outside WP install and try a known good theme.
5. Come back here for a shoulder to cry on.
Best of luck!