|
Found the problem, and changed the code, this works for me:
[code:1:b4eccf74d1]<?php
if (eregi("block-Adsense.php", $_SERVER['PHP_SELF'])) {
Header("Location: index.php");
die();
}
$content = "<script type="text/javascript"><!--
google_ad_client = "pub-*****************"
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = "120x600_as";
google_ad_channel =""
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>";
?>[/code:1:b4eccf74d1]
|