thepocketgeek
01-11-2007, 02:49 PM
We are using phpAdsNew for our banner rotation and about once a week or so, we find that the javascript embedded in our HTML for phpAdsNew has been replaced by code for Google Adsense. Here is the code we are finding:
<script type="text/javascript"><!--
google_ad_client = "pub-3191152759796366";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel = "";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
I think that they are exploiting the code from phpAdsNew. Does any one know how this is being accomplished or how I can prevent it from happening again? We have contacted Google regarding the code being embedded but I need to figure out why this is happening.
<script type="text/javascript"><!--
google_ad_client = "pub-3191152759796366";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel = "";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
I think that they are exploiting the code from phpAdsNew. Does any one know how this is being accomplished or how I can prevent it from happening again? We have contacted Google regarding the code being embedded but I need to figure out why this is happening.