Dukuй
Щас сменю себе статус
- Регистрация
- 24 Фев 2009
- Сообщения
- 308
- Реакции
- 190
2 Genoside
в корне чата создаешь фаил topic.php c таким содержанием
и в папке с дизом создаешь фаил topic.php с таким содержанием
в voc.php который в папке с дизом
после:
добавить:
и ниже
заменить на
2 all <офф топ> Вы бы делом занялись а не разводили флуд, на 300 страниц его хватает </офф топ>
в корне чата создаешь фаил topic.php c таким содержанием
Код:
<?php
require_once("inc_common.php");
include($engine_path."users_get_list.php");
if (!$exists) {
$error_text = "$w_no_user";
include($file_path."designes/".$design."/error_page.php");
exit;
}
if ($is_regist) {
include("inc_user_class.php");
include($ld_engine_path."users_get_object.php");
#fake for navi bar.
if ($current_user->user_class>0) $current_user->user_class = "admin";
else $current_user->user_class = "user";
}
include($file_path."designes/".$design."/topic.php");
?>
и в папке с дизом создаешь фаил topic.php с таким содержанием
Код:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<meta http-equiv="Content-Language" content="ru">
</head>
<body bgcolor="white" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" >
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr><td>
<center><font color="black">Топик: <b><font color="black"><?php echo $rooms[$room_id]["topic"];?></font></b></center>
</td></tr></table>
</body>
</html>
в voc.php который в папке с дизом
после:
Код:
window.frames['menu'].document.location.href='<?php echo $chat_path;?>navibar.php?session=<?php echo $session;?>';
добавить:
Код:
window.frames['topic'].document.location.href='<?php echo $chat_url."topic.php?session=$session";?>';
и ниже
Код:
<frameset rows="24,*" bordercolor="#3D4976" >
<frame name="menu_public" src="<?php echo $current_design; ?>blank.html" scrolling=no frameborder="0">
Код:
<frameset rows="24,24,*" bordercolor="#3D4976" >
<frame name="menu_public" src="<?php echo $current_design; ?>blank.html" scrolling=no frameborder="0">
<frame name="topic" src="<?php echo $current_design;?>blank.html" noresize scrolling="no" frameborder="0">
2 all <офф топ> Вы бы делом занялись а не разводили флуд, на 300 страниц его хватает </офф топ>