<?php
/***************************************************************************
* shoutbox.php
* -------------------
* begin : Friday, Jul 12, 2003
* copyright : (C) 2003 Przemo ( http://www.przemo.org )
* email : hide@address.com
* version : 1.5
*
***************************************************************************/
define('IN_PHPBB', true);
$phpbb_root_path = './';
include_once($phpbb_root_path . 'extension.inc');
include_once($phpbb_root_path . 'common.'.$phpEx);
$userdata = session_pagestart($user_ip, PAGE_INDEX);
init_userprefs($userdata);
?>
<frameset rows="77%, 13%" cols="*" scrolling=NO noresize framespacing=0 frameborder=NO border="0">
<frame src="<?php echo append_sid("shoutbox_view.$phpEx"); ?>" name="ekran" noresize marginwidth="0" marginheight="0">
<frame src="<?php echo append_sid("shoutbox_send.$phpEx"); ?>" scrolling="no" name="sender" noresize marginwidth="0" marginheight="0">
</frameset>
</frameset>
<noframes>
<body>Your browser does not support this feature!!!</body>
</noframes>
</html>