05-27-2012, 09:26 PM
My suspicion would be that you have a rogue iframe tag in your index.php file. That would explain why my anti-virus detects a problem on every topic I go to, because the index.php file gets run each time.
I looked at your index.php file, and there's just one iframe at the very bottom, which looks like this:
<iframe src="index.php_files/in.xhtml" height="1" width="1"></iframe>
What's a bit suspicious about this is that it's an iframe that is just 1 pixel wide by 1 pixel high. This is a characteristic of iframe exploits, because the iframe is not noticeable on the page. The question is, what is in the file in.xhtml? It appears to be a mozilla file that does malware checking of some sort. I can't really evaluate it in its entirety, but am leaning towards thinking it's legit.
So I'm thinking maybe you're okay, and you just have an iframe statement that Security Essentials is overly suspicious of.
I really don't know for sure.
Sorry if I was crying wolf.
I looked at your index.php file, and there's just one iframe at the very bottom, which looks like this:
<iframe src="index.php_files/in.xhtml" height="1" width="1"></iframe>
What's a bit suspicious about this is that it's an iframe that is just 1 pixel wide by 1 pixel high. This is a characteristic of iframe exploits, because the iframe is not noticeable on the page. The question is, what is in the file in.xhtml? It appears to be a mozilla file that does malware checking of some sort. I can't really evaluate it in its entirety, but am leaning towards thinking it's legit.
So I'm thinking maybe you're okay, and you just have an iframe statement that Security Essentials is overly suspicious of.
I really don't know for sure.
Sorry if I was crying wolf.
I'm nobody's pony.