Hi,
The file is Display.template.php. Find the next code :
// Show the member's signature?
if (!empty($message['member']['signature']) && empty($options['show_no_signatures']))
echo '
<hr width="100%" size="1" class="hrcolor" />
<div class="signature">', $message['member']['signature'], '</div>';
echo '
</td>
</tr>
</table>
</td></tr>
</table>
</td></tr>';
and add after
if ($message['id'] == $context['first_message']){
echo '
<tr><td style="padding: 0px 1px 0 1px;" >
<table width="100%" cellpadding="5" cellspacing="0" style="table-layout: fixed;" class="windowbg">
<tr>
<td valign="top" width="85%" height="100%">
<br />
<div style="overflow: auto; width: 100%;" align="center">
ADSENSE AD
</div>
<br />
</td></tr>
</table>
</td></tr>';
}
I hope it helps

Regards