Seite 1 von 1
Google Ads
Verfasst: 26.01.2009 03:07
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
Re: Google Ads
Verfasst: 26.01.2009 03:54
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
Re: Google Ads
Verfasst: 26.01.2009 09:06
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};"> <!-- 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 --> </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 --> </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

. Vielen Dank für deine Hilfe
gspiano
Re: Google Ads
Verfasst: 27.01.2009 17:55
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

Re: Google Ads
Verfasst: 27.01.2009 21:52
von gspiano
Vielen Dank euch beiden. Hat wunderbar geklappt und das Thema ist damit gelöst.
Lieben Gruß
gspiano