The code that enters the post text for images immediately follows the code below in outputfile.asp: If ImageFileType=true then
%>
<script>
(line 187 in an unmodified version)
I just checked my version against the original and found that the value for ImageFileType was not modified in the original. Verify that you have something like the following before the lines mentioned above.
select case extension
case ".jpg", ".jpeg", ".gif", ".png", ".bmp"'##Image File extensions
ImageFileType=true
case else'##Downloadable file extensions
ImageFileType=false
end select
I forgot about making this correction before. I believe it was detailed in an archived post for this mod.