There are many shapes of Adsense ADS
Some Forums are using similar code to what u gave me .. but it has a feature that changes the shape of the ADvertisement .. it once show u the AD unit as a Square shaped AD on the first post of the thread ... and some times or if u refresh it might show u the AD in Rectangualar shape
In BRIEF :::
I want to use the code
Code:
<if condition="(($post[postcount] % $vboptions[maxposts] == 1))">
<if condition="($thread['forumid'] != '56') AND ($thread['forumid'] != '27') AND ($thread['forumid'] != '11')">
<div class="postbit_adcode">
<span style="float: right; width: 340px; height: 285px;">
Your Code Goes Here
</span>
</div>
</if>
</if>
+ I want to add a code that makes me put 2 ADS shapes .. example: 1- 468*60 and 2- 300*300 , and only one of those two shows and when refreshing the other shape shows ..etc
thank you