mdk_madman
Starting Member
15 Posts |
Posted - 04 August 2003 : 16:32:13
|
fString = replace(fString, "<BLOCKQUOTE id=quote><font size=" & strFooterFontSize & " face=""" & strDefaultFontFace & """ id=quote>ÇÞÊÈÇÓ:<pre class=""quote"" id=quote>","quote: ", 1, -1, 1) fString = replace(fString, "</pre id=quote></BLOCKQUOTE id=quote></font id=quote><font face=""" & strDefaultFontFace & """ size=" & strDefaultFontSize & " id=quote>","
", 1, -1, 1) '## fString = replace(fString, "<BLOCKQUOTE id=quote><font size=" & strFooterFontSize & " face=""" & strDefaultFontFace & """ id=quote>ÇÞÊÈÇÓ:<pre class=""quote"" id=quote>","quote: ", 1, -1, 1) fString = replace(fString, "</pre id=quote></BLOCKQUOTE id=quote></font id=quote><font face=""" & strDefaultFontFace & """ size=" & strDefaultFontSize & " id=quote>","
", 1, -1, 1) if strAllowForumCode = "1" then fString = replace(fString, "<b>","", 1, -1, 1) fString = replace(fString, "</b>","", 1, -1, 1) fString = replace(fString, "<s>", "", 1, -1, 1) fString = replace(fString, "</s>", "", 1, -1, 1) fString = replace(fString, "<u>","", 1, -1, 1) fString = replace(fString, "</u>","", 1, -1, 1) fString = replace(fString, "<i>","", 1, -1, 1) fString = replace(fString, "</i>","", 1, -1, 1)
fString = replace(fString, "<EMBED WIDTH=""","[flash ", 1, -1, 1) fString = replace(fString, """ HEIGHT=""",":", 1, -1, 1) fString = replace(fString, """ SRC=""","]", 1, -1, 1) fString = replace(fString, """ HIDDEN=""false"" AUTOSTART=""true"" LOOP=""true"" volume=""100""></EMBED>","[/flash]", 1, -1, 1)
here is the code now notice the ÇÞÊÈÇÓ at the top area.I extracted this right from the flash 3.4 mod and opened the inc_func_posting.asp and this is what i found.Something is awfully wrong here did this code get like this by accident or on purpose.I cant seem to get rid of the wierd code on my reply page and the mod doesnt work.I have installed plenty of mods b4 never had these problems.any help would be great |
|
|