i had the answer along
in
shoutbox_iframe
find
PHP Code:
<frame name="shoutview" id="chat" src="shoutbox.php?$session[sessionurl]do=main" scrolling="auto" marginwidth="5" marginheight="5" noresize="noresize" frameborder="0">
and
replace with
PHP Code:
<frame name="shoutview" id="chat" src="shoutbox.php?$session[sessionurl]do=main" scrolling="yes" marginwidth="5" marginheight="5" noresize="noresize" frameborder="0">
worked for me
now the only thing i see needing fixed is the
Unknown Location thing