Forum Moderators: coopster
<SCRIPT LANGUAGE="JavaScript">
<!--
function Decode(){
< snipped code that made up iframe and url >";
document.write(out);
}
//-->
</SCRIPT><SCRIPT LANGUAGE="JavaScript">
<!--
Decode();
//-->
</SCRIPT>
Now I dont know if that has something to do my my server or it has something to do my scripts. Please help
[edited by: coopster at 5:28 pm (utc) on Feb. 18, 2006]
Strange, but thought I would mention it.
:)
first thing I would do is contact your host
I would also start looking through logs to see if you can identify when/where it happened
what 3rd party scripts or software packages do you have installed? look for common exploits and patches for them all.
I would also search through and find where the code is injected and remove it
<iframe name="poz" src="http://example.com/" width=5 height=5 style="display:none"></iframe>
it was in my index.php but the question is how the person can access my FTP script..? Didnt quiet understand ...
[edited by: coopster at 10:24 pm (utc) on Feb. 18, 2006]
[edit reason] generalized url [/edit]