postbit veya postbit_legacy temasında Bulun:
Kod:

<!-- message -->
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->Değiştirin:

Kod:

<!-- message -->
<if condition="(($post[postcount] % $vboptions[maxposts] == 1)) and ($show['guest'])">
<span style="margin: 2px; float: right; width: 301px; height: 251px;">
ADSENSE KODUNUZ
</span>
</if>
<div id="post_message_$post[postid]">$post[message]</div>
<!-- / message -->* ADSENSE KODUNUZ yazan yere reklam kodunuzu yerleştiriniz.


* Reklamınız 300 * 250 pixel boyutlarında olmalı.
* Bu kodla reklamları sadece ziyaretçiler görür. "and ($show['guest'])" kodunu kaldırırsanız herkes görür.
* Reklam Sadece İlk ve Son Mesajda Görüntülenir.



Burdaki anlatımda "($show['guest'])" kodunun olması acaba hileye girermi?

Emin olamadım sormak istedim.

(Kod yerleştirme anlatımı, alıntıdır.)