i suppose editing the postbit template should do what ur asking for.
from my template
Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td></if>
so before the </if> exactly you should add this
Code:
<td class="alt2"><script type="text/javascript"><!--
google_ad_client = "pub-0984414105651333";
google_ad_width = 125;
google_ad_height = 125;
google_ad_format = "125x125_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "F5F7F9";
google_color_bg = "F5F7F9";
google_color_link = "000000";
google_color_text = "000000";
google_color_url = "0049AA";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td>
ofcourse replacing with ur own google code
so the whole thing looks like :
Code:
<if condition="$show['avatar']"><td class="alt2"><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a></td><else />
<td class="alt2"><script type="text/javascript"><!--
google_ad_client = "pub-0984414105651333";
google_ad_width = 125;
google_ad_height = 125;
google_ad_format = "125x125_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "F5F7F9";
google_color_bg = "F5F7F9";
google_color_link = "000000";
google_color_text = "000000";
google_color_url = "0049AA";
//--></script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></td></if>
let me know if that worked