up vote 1 down vote favorite
share [g+] share [fb]

I have done a website whose URL is http://www.netbramha.com

Unfortunately after the end of each page, i have the following piece getting added

<iframe src="" width=186 height=182 style="visibility: hidden"></iframe>

The src is from b9g.ru.

I have gone through all the required files and none of them have these and there in no entry of this in the database as well.

has someone faced the same problem? Or is there any solution for this?

Please help!! Kinda urgent!!

Thanks in Advance

Akash

link|improve this question
2  
Your site has been hacked. It will help to post information about the implementation technology (PHP ?) and the hosting method (shared hosting, private server). – kgiannakakis Jul 8 '09 at 7:36
its on php and its shared hosting – Akash Jul 8 '09 at 7:45
feedback

2 Answers

It's a virus, perhaps from a wordpress plugin you installed. Check your computer for a virus.

Update:

Try to ask your hosting provider for help. It might be their problem. Otherwise, try to grep for b9g in sources, something like "grep -r -i b9g ./", although it's probably encripted.

link|improve this answer
i have used twiiter-for-wordpress and wp-syntax Could this virus be removed or does the site have to be remade from the beginning? – Akash Jul 8 '09 at 7:47
feedback

If its wordpress, try having a look in the comments, and try disabling all of your plugins, and check the content they add one by one to see what its doing. Other things you can check after that is to try switching the template to one freshly downloaded from the WP site.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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