[x] Navigation

[x] Wer ist wo

[x] Languages

[x] Design
Each user can view the site with a different theme.
Themes marked with a * also change the forum look.

[x] Downloads (Top)

google adsense einbauen?
Post new topic   Reply to topic   Printer Friendly Page    Forum Index > > Templates und Design

Author Message
_webdesign_
Investigator


Joined: Dec 17, 2011
Posts: 2

PostPost subject: google adsense einbauen?
Posted: 17.12.2011 13:58
Reply with quote

Hi,
ich habe eine Seite von Freund übernommen..
Nun mein Frage, wie baue ich am besten google adsense ein??
ich habe versucht in Templates datei direkt aber ohne Erfolgt..
lg


[Moderatoren]: _webdesign_ trage unter Profil >> Sonstiges deine Serverdaten ein! Crying or Very sad
Back to top
View user's profile
Ertan
Webmaster


Joined: Mar 19, 2004
Posts: 1244
Location: Germany

PostPost subject: Re: google adsense einbauen?
Posted: 19.12.2011 15:00
Reply with quote

demo link ?

sollte eingentlich über templates gehen

_________________
.: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr

Ertan's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Send e-mail Visit poster's website Photo Gallery
_webdesign_
Investigator


Joined: Dec 17, 2011
Posts: 2

PostPost subject: Re: google adsense einbauen?
Posted: 28.12.2011 19:45
Reply with quote

hm.. ich habe die codes eingefügt in templates aber ging nicht..



Array:
^<!-- IF S_ADMIN_CSSMENU or S_MAIN_MENU-->
<div id="menu">{S_MAIN_MENU}</div>
<!-- ELSE -->
<div id="menu"><ul>
  <li><a href="{U_MAININDEX}">{S_HOME}</a></li>
  <!-- IF S_DOWNLOADS --><li><a href="{U_DOWNLOADS}">{S_DOWNLOADS}</a></li><!-- ENDIF -->
  <li><a href="{U_FORUMS}">{S_FORUMS}</a></li>
  <li><a href="{U_MY_ACCOUNT}">{S_MY_ACCOUNT}</a></li>
  <!-- IF S_IS_ADMIN --><li><a href="{U_ADMININDEX}">{S_ADMINISTR}</a></li><!-- ENDIF -->
</ul>



<!-- ENDIF -->
 

</div>
</body>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-...";
/* Startseite Footer ganz unten */
google_ad_slot = "...";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

</html>
habs im footer eingefügt aber geht nicht aber wen ich test schreibe wirds angezeigt


[Moderatoren]: _webdesign_ trage unter Profil >> Sonstiges deine Serverdaten ein! Crying or Very sad
Back to top
View user's profile
Ertan
Webmaster


Joined: Mar 19, 2004
Posts: 1244
Location: Germany

PostPost subject: Re: google adsense einbauen?
Posted: 29.12.2011 17:51
Reply with quote

du hast es unter </body> gesetzt

setzt es über </body>


Array:
<script type="text/javascript"><!--
google_ad_client = "ca-pub-...";
/* Startseite Footer ganz unten */
google_ad_slot = "...";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>



</body>
</html>


_________________
.: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr

Ertan's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Send e-mail Visit poster's website Photo Gallery
onkelzfreak1988
Investigator


Joined: Nov 07, 2011
Posts: 14

PostPost subject: Re: google adsense einbauen?
Posted: 03.02.2012 10:51
Reply with quote

habe das selbe Probleme.

Array:
</td><td class="mainside" id="pe601" {B_R_VISIBLE}>
<!-- BEGIN rightblock -->
  <table border="0" cellpadding="0" cellspacing="0" class="blockheadbg_right"><tr><td class="blockhead_right">&nbsp;&nbsp;{rightblock.S_TITLE}</td></tr></table>
  <div class="blockcontent_right" id="pe{rightblock.S_BID}" {rightblock.S_VISIBLE}>
      {rightblock.S_CONTENT}
  </div>
  <br/>
<!-- END rightblock -->
<!-- ENDIF -->
</td></tr></table>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-7679078352063413";
/* test1 */
google_ad_slot = "5009638306";
google_ad_width = 728;
google_ad_height = 90;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<div style="text-align:center; color:#999; background-image:url({THEME_PATH}/images/bilder/bgmain.png)">{S_FOOTER}Originally for xtremenightcupz by <a href="mailto:admins@xtremenightcupz.eu">onkelzfreak & lynxs</a> :: <a href="http://www.xtremenightcupz.eu">xtremenightcupz</a> by onkelzfreak</div>
<!-- IF S_DEBUG_SQL --><div class="table1">{S_DEBUG_SQL}</div><!-- ENDIF -->
<!-- IF S_DEBUG_PHP --><div class="table1">{S_DEBUG_PHP}</div><!-- ENDIF -->
</body></html>

weiß jemand wordan es liegt?

Danke


onkelzfreak1988's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/5.2.6-1+lenny10/5.0.51a-24+lenny5/9.2.1
Back to top
View user's profile
Ertan
Webmaster


Joined: Mar 19, 2004
Posts: 1244
Location: Germany

PostPost subject: Re: google adsense einbauen?
Posted: 06.02.2012 23:33
Reply with quote

habe dein adsense code lokal getestet

und es funktioniert - google block sichtbar !!!

mal dein cache ordner leeren...

_________________
.: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr

Ertan's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Send e-mail Visit poster's website Photo Gallery
onkelzfreak1988
Investigator


Joined: Nov 07, 2011
Posts: 14

PostPost subject: Re: google adsense einbauen?
Posted: 09.02.2012 17:46
Reply with quote

Funktioniert immernoch nicht.
Das komische ist mal sehe ich die Werbung mal nicht.


onkelzfreak1988's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/5.2.6-1+lenny10/5.0.51a-24+lenny5/9.2.1
Back to top
View user's profile
Ertan
Webmaster


Joined: Mar 19, 2004
Posts: 1244
Location: Germany

PostPost subject: Re: google adsense einbauen?
Posted: 11.02.2012 14:46
Reply with quote

demolink?
_________________
.: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr

Ertan's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Send e-mail Visit poster's website Photo Gallery
onkelzfreak1988
Investigator


Joined: Nov 07, 2011
Posts: 14

PostPost subject: Re: google adsense einbauen?
Posted: 11.02.2012 15:24
Reply with quote

www.xtremenightcupz.eu

So ich habe einen weiteren code in einen block eingefügt aber es ist das selbe



aber ab und zu sehe ich die anzeige



ch weiß echt nicht woran das liegen kann.


onkelzfreak1988's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/5.2.6-1+lenny10/5.0.51a-24+lenny5/9.2.1
Back to top
View user's profile
Ertan
Webmaster


Joined: Mar 19, 2004
Posts: 1244
Location: Germany

PostPost subject: Re: google adsense einbauen?
Posted: 13.02.2012 12:44
Reply with quote

bei www.xtremenightcupz.eu

ich sehe die 2 google blöcke .-)

_________________
.: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr

Ertan's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Send e-mail Visit poster's website Photo Gallery
onkelzfreak1988
Investigator


Joined: Nov 07, 2011
Posts: 14

PostPost subject: Re: google adsense einbauen?
Posted: 20.02.2012 00:10
Reply with quote

also
Es hat 2 Wochen gedauert bis alles funktioniert hat und zusätlich musste ich dem google-crawler einen Login geben.


onkelzfreak1988's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/5.2.6-1+lenny10/5.0.51a-24+lenny5/9.2.1
Back to top
View user's profile
Ertan
Webmaster


Joined: Mar 19, 2004
Posts: 1244
Location: Germany

PostPost subject: Re: google adsense einbauen?
Posted: 20.02.2012 13:22
Reply with quote

Array:
google-crawler einen Login geben.

wieso das denn?

_________________
.: USE THE FORCE :.
Helft mit ! Keine Unbeantworteten Beiträge mehr

Ertan's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Back to top
View user's profile Send e-mail Visit poster's website Photo Gallery
onkelzfreak1988
Investigator


Joined: Nov 07, 2011
Posts: 14

PostPost subject: Re: google adsense einbauen?
Posted: 21.02.2012 15:17
Reply with quote

kA

aber das nach hat alles funktioniert. War ein Tipp bei Google-Adsense da dachte ich es kann nicht schaden. also habe ich ihm einfach einen Useraccount angelegt.


onkelzfreak1988's Serverdaten - verwendete Vers. (Server OS / Apache / MySQL / PHP / DragonflyCMS)
Linux/5.2.6-1+lenny10/5.0.51a-24+lenny5/9.2.1
Back to top
View user's profile
Display posts from previous:   
Post new topic   Reply to topic   Printer Friendly Page    Forum Index > > Templates und Design
Page 1 of 1
All times are GMT + 1 Hour



Jump to:  


You cannot post new topics in this forum
You cannot 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
You cannot attach files in this forum
You cannot download files in this forum




Interactive software released under GNU GPL, Code Credits, Privacy Policy