Google Ads

Fragen zur Bedienung von phpBB 3.0.x, Probleme bei der Benutzung und alle weiteren Fragen inkl. Update auf die neuste phpBB 3.0.14 Version
Forumsregeln
phpBB 3.0 hat das Ende seiner Lebenszeit überschritten
phpBB 3.0 wird nicht mehr aktiv unterstützt. Insbesondere werden - auch bei Sicherheitslücken - keine Patches mehr bereitgestellt. Der Einsatz von phpBB 3.0 erfolgt daher auf eigene Gefahr. Wir empfehlen einen Umstieg auf die neuste phpBB-Version, welches aktiv weiterentwickelt wird und für welches regelmäßig Updates zur Verfügung gestellt werden.
Antworten
Benutzeravatar
gspiano
Mitglied
Beiträge: 3
Registriert: 26.01.2009 02:57

Google Ads

Beitrag von gspiano »

Guten Tag Experten,

ich habe das phpBB3 neu installiert und habe auch alles wichtige gefunden, nur dass ich es auf Englisch laufen lassen muss weil mein Template sonst nicht zulässt Themen und Beiträge zu schreiben. Egal. Aber was wirklich nervt ist, dass ein Google Ad immer reingeschrieben wird, wenn ich als Admin oder Normaluser ein Topic anlege. Bei Antworten nicht. Ich habe schon alle Google-Bots gelöscht, aber es hat sich leider nichts geändert.

Wie bekomme ich das weg und wie bleibt es dann auch weg???

Vielen Dank im Voraus, gspiano
Benutzeravatar
tas2580
Ehemaliges Teammitglied
Beiträge: 3029
Registriert: 01.07.2004 05:42
Wohnort: /home/tas2580
Kontaktdaten:

Re: Google Ads

Beitrag von tas2580 »

Wenn du die englischen Buttons auch mit deutscher Sprache benutzen willst kopiere einfach /styles/***/imageset/en/ nach /styles/***/imageset/de/

Die Bots sind bestimmt nicht dafür verantwortlich das in deinem Forum Google Werbung angezeigt wird, ich denke mal der Ersteller des Styles hat seinen Adsense Code in das Style mit eingebaut, du musst den Code also aus deinen Template Dateien wieder ausbauen. Der Code sieht ungefähr so aus

Code: Alles auswählen

<script type="text/javascript"><!--
google_ad_client = "pub-9141627751022974";
/* 468x60, Erstellt 21.01.09 */
google_ad_slot = "5828667128";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Mit einem Link zu deinem Forum könnte ich dir genauer sagen wo du suchen musst.

Gruß Tobi
Heute ist ein guter Tag um dein Forum zu testen.
Ehemaliger Benutzername: [BTK] Tobi
Benutzeravatar
gspiano
Mitglied
Beiträge: 3
Registriert: 26.01.2009 02:57

Re: Google Ads

Beitrag von gspiano »

Hallo Tobi,

das ist sehr freundlich von dir! Hier erst mal der Link zu meinem Forum:

http://www.ulcus-blog.jreichel.net/forum/

Ich schaue auch schon mal, ob ich was finde.

Gruß gspiano

PS
Ich habe es gefunden in: viewtopic_body.html
Reicht es, wenn ich das script rausnehme? Da steht noch

Code: Alles auswählen

	<!-- IF not S_IS_BOT -->
								<!-- IF postrow.U_REPORT --><a href="{postrow.U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF --> 
								<!-- IF postrow.U_INFO --><a href="{postrow.U_INFO}">{INFO_IMG}</a> <!-- ENDIF --> 
								<!-- IF postrow.U_WARN --><a href="{postrow.U_WARN}">{WARN_IMG}</a> <!-- ENDIF --> 
								<!-- IF postrow.U_DELETE --><a href="{postrow.U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF -->
							<!-- ENDIF -->
							</td>
						</tr>
						</table>
					</td>
				</tr>
				</table>
<!--Please do remove this Google ads because it support Codemiles Free Templates Team by providing small income. 
  If you gust keep it , you lose nothing , but if you removed it we will lose 
  
  thanks you ,
  Contact : http://www.codemiles.com (phpbb3 Free styles)
 
  
 -->
			<!-- IF postrow.S_FIRST_ROW -->
<script type="text/javascript"><!--
google_ad_client = "pub-1974979321499009";
/* 234x60, created 11/20/08 */
google_ad_slot = "7611123177";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br/>
<!-- ENDIF --></td>
		</tr>

		<!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->

			<td class="profile"><strong><a href="#wrapheader">{L_BACK_TO_TOP}</a></strong></td>
			<td>

<div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<!-- IF postrow.U_PROFILE --><a href="{postrow.U_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_PM --><a href="{postrow.U_PM}">{PM_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_EMAIL --><a href="{postrow.U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF -->&nbsp;</div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF not S_IS_BOT --><!-- IF postrow.U_EDIT --><a href="{postrow.U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> <!-- IF postrow.U_QUOTE --><a href="{postrow.U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- ENDIF -->&nbsp;</div></td>
		</tr>

	<!-- ENDIF -->
	
	<tr>
		<td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr>
	</table>

<!-- END postrow -->
	<!-- IF not S_IS_BOT -->
drum herum. nicht, dass ich was kaputt mache. Ich lösche den sourcecode hier wieder, wenn du geantwortet hast. Ich will hier auf keinen Fall rummüllen :roll: . Vielen Dank für deine Hilfe

gspiano
Benutzeravatar
Swat
Mitglied
Beiträge: 498
Registriert: 27.04.2005 15:21
Wohnort: Mainz

Re: Google Ads

Beitrag von Swat »

Den Bereich kannste löschen:

Code: Alles auswählen

<!--Please do remove this Google ads because it support Codemiles Free Templates Team by providing small income.
  If you gust keep it , you lose nothing , but if you removed it we will lose
 
  thanks you ,
  Contact : http://www.codemiles.com (phpbb3 Free styles)

 
-->
         <!-- IF postrow.S_FIRST_ROW -->
<script type="text/javascript"><!--
google_ad_client = "pub-1974979321499009";
/* 234x60, created 11/20/08 */
google_ad_slot = "7611123177";
google_ad_width = 234;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
<br/>
<!-- ENDIF -->
Dann solltest du Werbefrei sein :P
Swat

Diabetes is more than an illness - it's a way of life.
Benutzeravatar
gspiano
Mitglied
Beiträge: 3
Registriert: 26.01.2009 02:57

Re: Google Ads

Beitrag von gspiano »

Vielen Dank euch beiden. Hat wunderbar geklappt und das Thema ist damit gelöst. :D

Lieben Gruß
gspiano
Antworten

Zurück zu „[3.0.x] Administration, Benutzung und Betrieb“