Can anyone tell em how to get adsense to work? tried the bocks nothing shows opn the site from google. I ahve other ads but they are not google ads. Does anyone know how to get google adsense to work. my domain is http://designpursuit.com
911 Help Guest
Posted:
Sun Jun 19, 2005 5:45 am
I got the ds to show but they do not show in a block and you cannot move them. They are showen t the bottom of the site. when I trya nd move the bkock they came out of the ads stay. Also the ads are not showen in a block
There is no download there. ANy toher info or can you point it out to me
Evaders99 Site Admin
Joined: Aug 17, 2003
Posts: 12383
Posted:
Mon Jun 20, 2005 7:01 pm
Disabling the SCRIPT checks in mainfile.php will allow you to post JavaScript code. But do so at your own risk, it may make your site more vulnerable to hackers.
I got the ds to show but they do not show in a block and you cannot move them. They are showen t the bottom of the site. when I trya nd move the bkock they came out of the ads stay. Also the ads are not showen in a block
Hi
I used this and created a new file in my cpanel, named it google.php in my block folder. You can see it here http://kvinnocity.novacity.net
All you have to change is your googleadsense id size of your banner and your page url...
Quote:
<?php
if (eregi("block-googleads.php",$PHP_SELF)) {
Header("Location: index.html");
die();
}
?>
<script language="JavaScript">
<!--
google_ad_client = 'pub-xxxxxxxx'; = change to your clientnumber
google_ad_width = 120;
google_ad_height = 600;
google_ad_format = '120x600_as';
google_ad_type = 'text_image';
google_color_border = "D39DB7";
google_color_bg = "F1EAF2";
google_color_link = "000000";
google_color_url = "000099";
google_color_text = "430505";
google_ad_channel = "http://kvinnocity.novacity.net"; = your url
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum