busca en Sups.php
'/\[img\](.+?)\[\/img\]/i',
'/\[img width=([0-9]+) height=([0-9]+)\s*\](.+?)\[\/img\]/i',
'/\[img height=([0-9]+) width=([0-9]+)\s*\](.+?)\[\/img\]/i'
y borrelo! y tambien borra
"<img src=\"\\1\" alt=\"\" border=\"0\">",
"<img src=\"\\3\" alt=\"\" border=\"0\" width=\"\\1\" height=\"\\2\">",
"<img src=\"\\3\" alt=\"\" border=\"0\" width=\"\\2\" height=\"\\1\">",
hay que borrar!
si quieres deaktivar el boton

busca en Post.php:
<a href="javascript:image()"><img src="$imagesdir/img.gif" align=bottom width=23 height=22 alt="$txt[435]" border="0"></a>
y cambia esto en:
<img src="$imagesdir/img.gif" align=bottom width=23 height=22 alt="$txt[435]" ]" border="0">
si lo quitas todo el boton deaparece!