hi my friends,

Does anyone here works with OpenX?
I upgrade my script from 2.0.11 to 2.8 and I have very questions because this is very different from each other.

For example, in 2.0.11, to run a ad, I only need to insert this code:
Code: 
<script type=text/javascript src=http://www.website.com/ads/adjs.php?clientid=10&target=_blank&withText=0></script>
only needed to change the clientid in the other websites of mine.


But with this new version, I don't understood... I think that I need to create a zone right? but in the version 2.0.11 wasnt needed... is really needed in 2.8 version?
I tried to create a zone and he give me this code to insert the ad:
Code: 
<script type='text/javascript'><!--//<![CDATA[
   var m3_u = (location.protocol=='https:'?'https://www.website.com/ads/www/delivery/ajs.php':'http://www.website.com/ads/www/delivery/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=1");
   document.write ('&amp;cb=' + m3_r);
   if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
   document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
   document.write ("&amp;loc=" + escape(window.location));
   if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
   if (document.context) document.write ("&context=" + escape(document.context));
   if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
   document.write ("'><\/scr"+"ipt>");
//]]>--></script>
But the ad isn't show... any clue?

Please someone help me... need to run ads in the simplest way that exists...
If is possible to run with a similiar code that the below I will appreciate!
Code: 
<script type=text/javascript src=http://www.website.com/ads/adjs.php?clientid=10&target=_blank&withText=0></script>
sorry for my poor english... can someone help me?
waiting for your help guys. thank you guys!
Divvy Reviewed by Divvy on . How To Run My Ads In My Website with OpenX? hi my friends, Does anyone here works with OpenX? I upgrade my script from 2.0.11 to 2.8 and I have very questions because this is very different from each other. For example, in 2.0.11, to run a ad, I only need to insert this code: <script type=text/javascript src=http://www.website.com/ads/adjs.php?clientid=10&target=_blank&withText=0></script> only needed to change the clientid in the other websites of mine. Rating: 5