mfaerber
06-06-2007, 08:58 PM
I happened to check the sourcecode of one of my webpages last week, I hadn't in months. I never thought to check up on it because it always looked fine. However, it was filled with spam, hidden inside of div tags... I deleted it all and now there is some spam again. Here is a sample:
<div id="lyrbms" style="position:absolute; width:147px; height:70px; z-index:1; left: -534px; top: -487px;">Learn how to setup your own <a href="http://www.ballisticmerchantservices.com">merchant account</a> that will enable you to <a href="http://www.ballisticmerchantservices.com">accept credit cards</a>. If your business is classified as high risk, you should setup a <a href="http://www.ballisticmerchantservices.com/high_risk_merchant_account.asp">high risk merchant account</a>. Here are some <a href="http://www.visamastercardlogos.com">credit card logos</a> to use on your website and shopping cart.</div>
How the heck is it getting there and how can I prevent it? The page is a simple html page, no forms or functionality beyond links.
Thank you in advance!
<div id="lyrbms" style="position:absolute; width:147px; height:70px; z-index:1; left: -534px; top: -487px;">Learn how to setup your own <a href="http://www.ballisticmerchantservices.com">merchant account</a> that will enable you to <a href="http://www.ballisticmerchantservices.com">accept credit cards</a>. If your business is classified as high risk, you should setup a <a href="http://www.ballisticmerchantservices.com/high_risk_merchant_account.asp">high risk merchant account</a>. Here are some <a href="http://www.visamastercardlogos.com">credit card logos</a> to use on your website and shopping cart.</div>
How the heck is it getting there and how can I prevent it? The page is a simple html page, no forms or functionality beyond links.
Thank you in advance!