Adsense not showing up

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
basdog22
Forum Contributor
Posts: 158
Joined: Sun Nov 30, 2003 3:03 pm
Location: Greece

Adsense not showing up

Post by basdog22 »

Sorry didn't know where to post it.

I recently signed up for google adsense and pasted the code in my site:
http://zeus.greekstudio.com

The ads won't display though :roll:

Do you have any idea why this is happening???

This is what i get when i view source of my page:

Code: Select all

<script type="text/javascript">
google_ad_client ="pub-1765226726176520";
google_ad_width = 120;
google_ad_height = 240;
google_ad_format = "120x240_as";
google_ad_channel ="9911247544";
google_ad_type = "text_image";
google_color_border = "B0E0E6";
google_color_bg = "FFFFFF";
google_color_link = "000000";
google_color_url ="336699";
google_color_text = "333333";
</script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

</script>
I tried language="Javascript" instead of type and i also ripped the comment tag but nothing :cry:
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

looks like its there, just half way offscreen.. maybe the iframe needs tweaking if it's using that..
d3ad1ysp0rk
Forum Donator
Posts: 1661
Joined: Mon Oct 20, 2003 8:31 pm
Location: Maine, USA

Post by d3ad1ysp0rk »

<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

</script>

try

Code: Select all

<script language="javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
basdog22
Forum Contributor
Posts: 158
Joined: Sun Nov 30, 2003 3:03 pm
Location: Greece

Post by basdog22 »

i keep on seeing nothing 8O

is it my pc???

i must know this. Please check it and if it shows up (the ad not the block) please tell me
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I still see it.. still half offscreen though.
User avatar
Weirdan
Moderator
Posts: 5978
Joined: Mon Nov 03, 2003 6:13 pm
Location: Odessa, Ukraine

Post by Weirdan »

Me too
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

maybe, you have javascript off.. or, your browser doesn't support whatever their javascript writes.. :?
User avatar
tim
DevNet Resident
Posts: 1165
Joined: Thu Feb 12, 2004 7:19 pm
Location: ohio

Post by tim »

Same with feyd here, its halfway in the frame.
basdog22
Forum Contributor
Posts: 158
Joined: Sun Nov 30, 2003 3:03 pm
Location: Greece

Post by basdog22 »

Maybe it's my pc then... I tested it with :

Firebird
Firefox
Mozilla
Opera
NN
IE

...

NOTHING.

BTW there are no frames at the page :roll:
Grim...
DevNet Resident
Posts: 1445
Joined: Tue May 18, 2004 5:32 am
Location: London, UK

Post by Grim... »

When viewing your site with a non-CSS browser, the adverts appear perfectly.
Check your CSS.
basdog22
Forum Contributor
Posts: 158
Joined: Sun Nov 30, 2003 3:03 pm
Location: Greece

Post by basdog22 »

shame on me... Please do not start kicking me for this:

I had google ads blocked on firebird and in my hosts file :oops: :oops: :oops: :oops:
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

hehehe oops.
Grim...
DevNet Resident
Posts: 1445
Joined: Tue May 18, 2004 5:32 am
Location: London, UK

Post by Grim... »

:lol:
Post Reply