Seite 1 von 2

InText-Ads

Verfasst: 01.12.2009 19:27
von moritz115
Hallo,

ich habe mir vor kurzem das phpBB3 Forum installiert! Ich möchte jetzt InText-Ads einfügen.
Also man fügt diesen Code im Body-Bereich ein:

Code: Alles auswählen

<!--/* AdInside Javascript Tag v2.4.0 InText, 3106 */-->
<script type='text/javascript'><!--//<![CDATA[
   var m3_u = (location.protocol=='https:'?'https://intext.contextmatters.de/ajs.php':'http://intext.contextmatters.de/ajs.php');
   var m3_r = Math.floor(Math.random()*99999999999);
   if (!document.MAX_used) document.MAX_used = ',';
   document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
   document.write ("?zoneid=3106&adformat=11");
   document.write ('&cb=' + m3_r);
   if (document.MAX_used != ',') document.write ("&exclude=" + document.MAX_used);
   document.write ("&loc=" + escape(window.location));
   if (document.referrer) document.write ("&referer=" + escape(document.referrer));
   if (document.context) document.write ("&context=" + escape(document.context));
   document.write ("'><\/scr"+"ipt>");
//]]>--></script>



Es wird dann auf den Seiten nach "Schlagwörtern" gesucht. Diese werden unterstrichen. Wenn jemand drauf klickt, bekomme ich Geld ;)


Ich möchte das jetzt auch in meinem Forum machen! Aber nur in den Beiträgen. (Ich vermute man muss etwas in "viewtopic_body" oder so verändern)


Wäre froh über schnelle Hilfe!
mfg

Re: InText-Ads

Verfasst: 03.12.2009 10:43
von moritz115
Hallo,

hat etwa niemand eine Antwort/Lösung für mich? :(

mfg

Re: InText-Ads

Verfasst: 03.12.2009 23:10
von redbull254
Hallo erstmal,

ehrlich gesagt verstehe ich nicht, auf was Du wartest. :oops:

Du hast denn Code (ob der funktioniert, weiß ich nicht), Du weißt, wo er rein muss und soll, warum testest Du es nicht mal aus?

Re: InText-Ads

Verfasst: 04.12.2009 09:23
von moritz115
Hallo,

ich hab schon alles mögliche getestet! Ich weiß noch nicht einmal, wo der Code reinmuss. Also in welche Datei, damit diese Intext-Werbung nur in Beiträgen angezeigt wird. Kann mir da nicht mal jemand helfen?

Wäre super!
mfg

Re: InText-Ads

Verfasst: 05.12.2009 11:07
von moritz115
Hallo,

weiß immer noch keiner eine Antwort? :( :x

Re: InText-Ads

Verfasst: 05.12.2009 11:18
von Schattentraum
Hey ,

also die seite für die Beitragsansicht wäre die viewtopic_body.html

Versuchen kann mans ja ^^

grueße ;)

Re: InText-Ads

Verfasst: 05.12.2009 12:38
von moritz115
Hi,

habschon alles mögliche ausprobiert. An welche stelle muss der Code denn?

mfg

Re: InText-Ads

Verfasst: 06.12.2009 06:23
von Schattentraum
Moin ,

öffne /styles/dein Style/templetes/viewtopic_body.html

suche nach:

Code: Alles auswählen

<!-- INCLUDE overall_header.html -->
füge darunter ein:

Code: Alles auswählen

<!--/* AdInside Javascript Tag v2.4.0 InText, 3106 */-->
<script type='text/javascript'><!--//<![CDATA[
   var m3_u = (location.protocol=='https:'?'https://intext.contextmatters.de/ajs.php':'http://intext.contextmatters.de/ajs.php');
   var m3_r = Math.floor(Math.random()*99999999999);
   if (!document.MAX_used) document.MAX_used = ',';
   document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
   document.write ("?zoneid=3106&adformat=11");
   document.write ('&cb=' + m3_r);
   if (document.MAX_used != ',') document.write ("&exclude=" + document.MAX_used);
   document.write ("&loc=" + escape(window.location));
   if (document.referrer) document.write ("&referer=" + escape(document.referrer));
   if (document.context) document.write ("&context=" + escape(document.context));
   document.write ("'><\/scr"+"ipt>");
//]]>--></script>
Bearbeitete Datei hochladen , im ACP Templates Aktualisieren , Cache leeren ... Topic aufrufen.

Und siehe da es geht >> http://test.laberbox.org/viewtopic.php?f=2&t=3
Erster Beitrag das Wort Post. Falls bei dir nicht blau unterstrichen angezeigt einfach mal F5 drücken.

Diese Art der Werbung ist zwar unaufällig aber scheint mir als ob da nur diverse Wörter genutzt werden.
zb. Internet , Tv , Schmuck , Post , Pilot ...

Aber es funktioniert zumindest mal ;)

Grueße!

Re: InText-Ads

Verfasst: 06.12.2009 11:31
von moritz115
Hallo,

vielen Dank! Ich werde es gleich probieren!
Hast du meinen Code genommen? Falls ja, bitte weg damit :D

Vielen, Vielen Dank!
mfg

Re: InText-Ads

Verfasst: 06.12.2009 11:32
von Schattentraum
moritz115 hat geschrieben:Hast du meinen Code genommen? Falls ja, bitte weg damit :D
Hey ,

hab nur auf Rückmeldung von dir gewartet ^^

kein problem , gern wenn ich helfen kann :)

Grueße!