Hi Developers,
For the past few months or days you would be plucking your hair and eating your nails for removing some of the malwares from your site. I too suffered a lot with these and now i learnt the lesson from them how to safeguard our website from these Hackers.
The iframe virus are redirecting to chinese domain which was severely affected by malwares which will lead to theft of secured datas from your system. If you didnot care for these virus then the virus will day by day eat your whole site.
We are here to guide you how you can handle such type of problems :-
How to Remove Iframe virus?
Iframe tags will be written just below the body tag. Follow the steps to remove virus.
1. Login to your FTP & edit the file which you've got iframe tag.
2. Look for the iframe tag just below the Body or Head tag.
3. Remove the coding & overwrite the file.
4. Now right click the file and click properties/File attributes and make it to "444". So that no hackers have privilege to write the file with iframe code.
5. Once you've cleaned this, the other type of virus will slowly raise, that is it will search the files that are included on the index.php file (ie dbconnect.php, general.php, configure.php, common.php, functions.php, classes.php etc) and it will write a php coding at the top of the page where it will dynamically write the javascript code at the time of execution of the file in the web - browser. The script will redirect the page to gumblar.cn/rss?id=2
6. To remove these type of error carefully look into the above mentioned filename, you can easily find out the php coding at the top of the page. Just remove the coding and make sure it is write protected, so that the php coding wont be written.
7. Still you cant find the solution, just comment to this section. I will reply ASAP.