21
irmtfan
Re: google-adsense reliable or not?
  • 2006/8/28 20:52

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


1 hour ago support turn on register globals in php.ini.
so i see the test site resolve to show ads.

but still main site doesnt.

i even dont think its related to register globals.

if it doesnt take affect it is definitely a XOOPS configuration problem or permission?

22
CeBepuH
Re: google-adsense reliable or not?
  • 2006/8/28 21:10

  • CeBepuH

  • Not too shy to talk

  • Posts: 128

  • Since: 2002/6/10


Errmmm... I don't think the register globals is the problem. I have them off.

You have another alternative. You can try getting in touch with Google and if they look into it they might have an idea about it. Although this might be a bit far fetched.
Humans need fantasy to be humans. To be the place where the fallen angel meets the rising ape.

23
irmtfan
Re: google-adsense reliable or not?
  • 2006/8/28 21:16

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


i already send several emails to google adsense ( i dont waste my Time !!!)

in the last reply they told me to wait more weeks.
i also send an email now with a link of my test site

but it seems a problem in my XOOPS but i dont know how to found the problem.

what do you think about? what configuration or module can do this?

24
CeBepuH
Re: google-adsense reliable or not?
  • 2006/8/30 2:17

  • CeBepuH

  • Not too shy to talk

  • Posts: 128

  • Since: 2002/6/10


I don't seem to have any more ideas on the subject.

Is it posssible something in your theme to break it? Some of your javascript or something else in the code? If you try switching to the default theme for a few hours and see whether the ads will show up? Kind of a long shot... but then again all this is quite peculiar.
Humans need fantasy to be humans. To be the place where the fallen angel meets the rising ape.

25
JMorris
Re: google-adsense reliable or not?
  • 2006/8/30 3:00

  • JMorris

  • XOOPS is my life!

  • Posts: 2722

  • Since: 2004/4/11


A problem I've run into before is invalid line breaks that produces the same result. What I've done to "fix" this issue is to customize my AdSense code so that there are no line breaks.

Default AdSense Code:
<script type="text/javascript"><!--
google_ad_client "pub-5538796211688403";
google_ad_width 336;
google_ad_height 280;
google_ad_format "336x280_as";
google_ad_type "text_image";
google_ad_channel ="";
//--></script>
<script type="text/javascript"
  
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</
script>

AdSense Code with no line breaks:
<script type="text/javascript">google_ad_client "pub-5538796211688403";google_ad_width 336;google_ad_height 280;google_ad_format "336x280_as";google_ad_type "text_image";google_ad_channel ="";</script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>

The biggest thing to remember is to remove the comment code, highlighted in red below:
<script type="text/javascript">[b][color=CC0000]<!--[/color][/b]
google_ad_client "pub-5538796211688403";
google_ad_width 336;
google_ad_height 280;
google_ad_format "336x280_as";
google_ad_type "text_image";
google_ad_channel ="";
[
b][color=CC0000]//-->[/color][/b]</script>
<script type="text/javascript"
  
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</
script>


That took care of the "disappearing ads" for me.

Also, you shouldn't need to make any special changes to your robots.txt file. The default file has worked fine for me for over 3 years.

As far as whether AdSense is worth it or not....

Literally, books have been written on the subject, but here's my 30 second interpretation...

If you narrow your nitch down tightly enough
market your site effectively
drive enough trafic to your site (>500,000 unique visitors per mo)
Use relevant keywords in your META tags (must be relevant to the page content [not easy with XOOPS])

You can do well with AdSense. Personally, I make enough per year to cover all my hosting for myself and my clients. That's all I aim for and I'm happy with that.

Just don't delusion yourself into thinking you'll get rich with AdSense. Very few do and even fewer sustain their success. Usually, they end up getting banned.

HTH,

James
Insanity can be defined as "doing the same thing over and over and expecting different results."

Stupidity is not a crime. Therefore, you are free to go.

26
wizanda
Re: google-adsense reliable or not?
  • 2006/8/30 6:31

  • wizanda

  • Home away from home

  • Posts: 1585

  • Since: 2004/3/21


Google Adsense => Eye Sore!! $ == £+$ (

== {just had to add that I dislike ad's and am a promoter?}

Just if looking for something and there is ad's I have seen 50 time on previous site by google ad's? =>
)
== = -£?

27
irmtfan
Re: google-adsense reliable or not?
  • 2006/8/31 11:28

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


Thank you!
but i still think its a account problem or a problem in my move.i dont know.
it is not a theme problem.i can see ads in some few pages mostly in admin pages like edit of news:
http://www.jadoogaran.org/modules/news/submit.php?op=edit&storyid=1875

also i change codes to one row and remove all line breaks but still doesnt work.

JMorris: i dont want to be rich by google. i just want to make it work and it works in the old server.

28
irmtfan
Re: google-adsense reliable or not?
  • 2006/8/31 17:01

  • irmtfan

  • Module Developer

  • Posts: 3419

  • Since: 2003/12/7


google adsense reply me this:
Quote:
In order for us to better target Google ads to the content on your pages,
you will need to use a slightly modified version of our ad code. Please
insert the following line of JavaScript in your current AdSense ad code:

google_language = 'en';

Insert this code on a new line just above the line in your current code
that begins:

// -->


and after add this line now it works in most pages but still doesnt work in home page. now im waiting to see the result.

29
RachelVirago
Re: google-adsense reliable or not?

What Adsense likes best is content, works well ad-wise on forum based community sites.

I added my backend to google sitemaps before I had Adsense, don't really know if it helps. sitemaps is okay with the XOOPS backend.php and with the news and forum rss feeds but not for some reason with rssfit module (not had time to look into that).

Static pages still seem to need plenty of content describing the site and what it does with plenty of use of your keywords. I know most visitors dont read it but it seems Google does

An example was a member mentioning Sherlock Holmes and within a few answers and views of the thread it was loading ads for books, videos etc about the great man. Quite impressive. These sort of ads (if sales result) are the ones that make you good people to google adwords clients who will then as I understand it, bid up the value of contextual ads placed on your site.

It is a good idea to caution forum members not to click to help you along, that can get you banned for sure.

I'm well into my second year with them and they always paid up as avertised, it makes between $0.10 and $2.50 a day with an average 4000 visits per month.
Being transgender is NOT a choice.

30
Cuidiu
Re: google-adsense reliable or not?
  • 2006/9/16 1:19

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


James,
I've read in the T&C that we're not to modify the AdSense code. Has that changed recently? I should probably read up on it again but last I checked, it was highly discouraged by G.

Quote:
JMorris wrote:
A problem I've run into before is invalid line breaks that produces the same result. What I've done to "fix" this issue is to customize my AdSense code so that there are no line breaks.

Default AdSense Code:
<script type="text/javascript"><!--
google_ad_client "pub-5538796211688403";
google_ad_width 336;
google_ad_height 280;
google_ad_format "336x280_as";
google_ad_type "text_image";
google_ad_channel ="";
//--></script>
<script type="text/javascript"
  
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</
script>

AdSense Code with no line breaks:
<script type="text/javascript">google_ad_client "pub-5538796211688403";google_ad_width 336;google_ad_height 280;google_ad_format "336x280_as";google_ad_type "text_image";google_ad_channel ="";</script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>

The biggest thing to remember is to remove the comment code, highlighted in red below:
<script type="text/javascript">[b][color=CC0000]<!--[/color][/b]
google_ad_client "pub-5538796211688403";
google_ad_width 336;
google_ad_height 280;
google_ad_format "336x280_as";
google_ad_type "text_image";
google_ad_channel ="";
[
b][color=CC0000]//-->[/color][/b]</script>
<script type="text/javascript"
  
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</
script>
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]

Login

Who's Online

143 user(s) are online (91 user(s) are browsing Support Forums)


Members: 0


Guests: 143


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits