View Single Post
Old 05-27-2004, 02:22 AM   #4 (permalink)
MadHatter
Inactive
 
MadHatter's Avatar
 
Join Date: 11-19-03
Posts: 496
iTrader: 0 / 0%
Latest Blog:
None

MadHatter is on the right pathMadHatter is on the right pathMadHatter is on the right path
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]
MadHatter is offline   Reply With Quote