Konu içine 2 tane kare şeklinde reklamı tavsiye ederim. (Solda text, sağda gif)
postbit_legacy'de aşağıda ki yeri bul;
<!-- message -->
<div id="post_message_$post[postid]">
$ad_location[ad_showthread_firstpost_start]
$post[message]
</div>
<!-- / message -->Komple aşağıda ki şekilde değiştir; (reklam1 ve reklam2 kısımlarına adtech kodlarını koyarsın.) Ayrıca beyaz sayfa hatası vermez. Kendim kullanıyorum.
<!-- message -->
<div id="post_message_$post[postid]"><if condition="(THIS_SCRIPT == showthread) AND ($post[postcount] == '1')">
<center><table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="50%">reklam1</td>
<td valign="top" width="50%">reklam2</td>
</tr>
</table></center><br />
</if>$post[message]</div>$ad_location[ad_showthread_firstpost_start]
<!-- / message -->