Openads

kalmarr képe

Sziasztok!

A fenti modult szeretném használni a web oldalon, mert jól lehet használni reklámok üzemeltetésére az Openads servert, de sajnos nem tudom összehozni a Drupalal.

Van valami magyar leírás rólla. Főleg a beszurandó paraméterekről?

Odáig már eljutottam, hogy megjelennek a hirdetések, de a serverről össze vissza kicsi (nagy)m más megrndelő. szóval teljes a kaosz :).

http://drupal.org/project/openads

Üdv.

KALMI

kalmarr képe

Senki nem találkozott még vele? :(

0
0
kalmarr képe

Pontosítom a problémámat :)

1. Sikeresen fel telepítem az openads modult (http://ftp.drupal.org/files/projects/openads-5.x-1.0.tar.gz), értelem szerüen az openads server is hibátlanul működik. ez OK

2. Paraméterezés:
The openads delivery url: ez ok!
The openads https delivery url: ez nekem nincs, de Ok!
The openads JavaScript delivery filename: adjs.php - nekem ez, OK.

The Publisher ID for this page: 1 a server szerint, ok
The number of zones defined: 4 nekem ennyi kellene pl.

És ami a gondo okozza szerintem:

Zones
Configure your zones here.

* Both zone id and code are generated by your adserver, so copy it from there.
* The name can be freely chosen, and you are able to invoke ads using this name later one.
* For each user role, you can either show (checked) or hide (unchecked) ad of the according zone

Once you have convigured your zones, you can invoke them within your templates using either the index number (0-4, for example, this is the first column) or by the names you gave your zones. The according code is

 print openads_invoke(0);> or <?php print openads_invoke("my zone name");>
 
Zone ID	: - Ez mi lesz?
Kód: - Ez mi lesz?
Név: - Ez mi lesz?
 
Mellékelem a generált scrip kodot:
 
Javascript code
 
[geshifilter-code]&#10;&lt;script language=&#039;JavaScript&#039; type=&#039;text/javascript&#039; src=&#039;http://rexamo.com/phpads/adx.js&#039;&gt;&lt;/script&gt;&#10;&lt;script language=&#039;JavaScript&#039; type=&#039;text/javascript&#039;&gt;&#10;&lt;!--&#10;   if (!document.phpAds_used) document.phpAds_used = &#039;,&#039;;&#10;   phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);&#10;   &#10;   document.write (&quot;&lt;&quot; + &quot;script language=&#039;JavaScript&#039; type=&#039;text/javascript&#039; src=&#039;&quot;);&#10;   document.write (&quot;http://rexamo.com/phpads/adjs.php?n=&quot; + phpAds_random);&#10;   document.write (&quot;&amp;amp;what=zone:24&quot;);&#10;   document.write (&quot;&amp;amp;exclude=&quot; + document.phpAds_used);&#10;   if (document.referrer)&#10;      document.write (&quot;&amp;amp;referer=&quot; + escape(document.referrer));&#10;   document.write (&quot;&#039;&gt;&lt;&quot; + &quot;/script&gt;&quot;);&#10;//--&gt;&#10;&lt;/script&gt;&lt;noscript&gt;&lt;a href=&#039;http://rexamo.com/phpads/adclick.php?n=add81a65&#039; target=&#039;_blank&#039;&gt;&lt;img src=&#039;http://rexamo.com/phpads/adview.php?what=zone:24&amp;amp;n=add81a65&#039; border=&#039;0&#039; alt=&#039;&#039;&gt;&lt;/a&gt;&lt;/noscript&gt;&#10;&#10;&#10;[/geshifilter-code]

Helyi mód:
 
[geshifilter-code]&#10;&#10;&lt;?php&#10;    if (@include(getenv(&#039;DOCUMENT_ROOT&#039;).&#039;/phpads/phpadsnew.inc.php&#039;)) {&#10;        if (!isset($phpAds_context)) $phpAds_context = array();&#10;        $phpAds_raw = view_raw (&#039;zone:23&#039;, 0, &#039;&#039;, &#039;&#039;, &#039;0&#039;, $phpAds_context);&#10;        echo $phpAds_raw[&#039;html&#039;];&#10;    }&#10;?&gt;&#10;&#10;[/geshifilter-code]

Eddig nekem sikerült megjelenítenem az összes reklámot, de sajnos véletlen szerűen, azaz az összes zona, összes rekláma megjelenik. Nekem meg csak az adott zona, adott rekláma kellene. :(
 
Nagyon várom a választ!!!
 
Üdv.
 
KALMI
0
0
kalmarr képe

hm :(

0
0