I have an EVO 1.0.6 site and an AD is being inserted just before the closing body tag. Below is the end of my footer chunk that is the last thing pulled into my template. The AD is being inserted between the closing paragraph tag and the closing body tag.
<p><map name="Map">
<area shape="rect" coords="75,1,109,24" href="[~4~]" alt="Contact Us">
<area shape="rect" coords="37,1,71,24" href="[~7~]" alt="Site Map">
<area shape="rect" coords="-1,1,33,24" href="[(base_url)]" alt="Home Page">
</map></p>
<script type="text/javascript">
DIS.config.attachments_max_per_post = 5;
</script>
</body>
</html>
The ads div has absolute positioning that pushes it off the top-left of the page. I downloaded a fresh copy of 1.0.6 from the MODX site and took a dump of the database. I uploaded these along with my template files to a different shared hosting account but the ad still appears.
I am really at a loss as to how to track this down and remove it. Any suggestions would be greatly appreciated!