Hi all, I need help to find where this come from.
My server was recently brute forced, and now it looks like some code is being prepended just before the doctype on every pages of my site.
The url is http://www.youtalk.org.uk and the output code looks like this:
<div style="position:absolute; left:-100%; top:-100%;cursor:default;" id="tracker"></div>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
Obviously, this breaks the page styling in IE. I tried disabling all plugin to no avail. I've searched the line on google, no success...
I've searched with dreamweaver on the entire downlaoded site to find something similar to the prepended code but it doesn't find anything. Could the problem come from outside wordpress, ie hacked Apache prepending the code before outputting?
Any help is greatly appreciated.
Thanks guys!