Просмотр файла forum/index.php

Размер файла: 44.92Kb
<?php
/*
Powered by NaPaZiTiVe Family
Автор кода - HOOF (ICQ: 47-888-48-35)
Организатор и автор идеи - PaZiTiF (ICQ: 3-555-11)
E-Mail: [email protected]
        [email protected] 
Официальный сайт проекта: http://napazitive.ru
Вы не имеете права продавать скрипт, присваивать себе авторство!
Разрешено вносить изменения в код скрипта, но при этом первоначальное авторство должно учитываться и сохраняться.
*/

$title='Форум WAP-Мастеров';
require'../system/config.php';
require'../system/ince.php';
require'../system/inc_vizual.php';
echo $up;

if(isset($_GET['id_forum'])){$id_forum=cifry($_GET['id_forum']);}else{$id_forum=0;}
if(isset($_GET['id_them'])){$id_them=cifry($_GET['id_them']);}else{$id_them=0;}

//Функция подсчёта тем в подфорумах
function PodTem($id_forum){
$themrazd=0;
$razds=mysql_query("select * from forum_kategory where gde='$id_forum'");
while($srazd=mysql_fetch_array($razds)){
$tpernew=mysql_fetch_row(mysql_query("select count(*) from forum_themes where id_kat='".$srazd['id_forum']."'"));
$themrazd=$themrazd+$tpernew[0];
$nrazds=mysql_query("select * from forum_kategory where gde='".$srazd['id_forum']."' limit 1");
if(mysql_num_rows($nrazds)!=0){$themrazd=$themrazd+PodTem($srazd['id_forum']);}
}
return $themrazd;
}


//Функция подсчёта сообщений в подфорумах
function PodMes($id_forum){
$soobrazd=0;
$razds=mysql_query("select * from forum_kategory where gde='$id_forum'");
while($srazd=mysql_fetch_array($razds)){
$pernew=mysql_fetch_row(mysql_query("select count(*) from forum_messages where id_kat='".$srazd['id_forum']."'"));
$soobrazd=$soobrazd+$pernew[0];
$nrazds=mysql_query("select * from forum_kategory where gde='".$srazd['id_forum']."' limit 1");
if(mysql_num_rows($nrazds)!=0){$soobrazd=$soobrazd+PodMes($srazd['id_forum']);}
}
return $soobrazd;
}

switch($mod){


//Форум (разделы)
default:
echo'<div class="a1"><span class="sa1"><img src="../design/default/v.gif" alt="-"> Форум</span><br></div>';
require'../system/auth.php';
if($vhod==1){
echo'<div class="line"></div><div class="cont">
<img src="../design/default/5.gif" alt="-"> Мои <a href="./?mod=7&amp;'.$s.'">темы</a> / <a href="./?mod=8&amp;'.$s.'">сообщения</a><br></div>';
}
echo'<div class="line"></div><div class="cont">
<img src="../design/default/5.gif" alt="-"> Сегодняшние <a href="./?mod=15&amp;'.$s.'">темы</a> / <a href="./?mod=16&amp;'.$s.'">сообщения</a><br></div>';
$forums=mysql_query("select * from forum_kategory where gde='0' order by rasp asc");
if(mysql_num_rows($forums)==0){
echo'<div class="cont">
Пока нет разделов...<br>
</div>';
}else{
while($forum=mysql_fetch_array($forums)){
$themes=mysql_fetch_row(mysql_query("select count(*) from forum_themes where id_kat='".$forum['id_forum']."'"));
$messages=mysql_fetch_row(mysql_query("select count(*) from forum_messages where id_kat='".$forum['id_forum']."'"));
echo'<div class="zag"><span class="zag1"><a href="./?mod=1&amp;id_forum='.$forum['id_forum'].'&amp;'.$s.'">'.$forum['fname'].'</a> ['.(PodTem($forum['id_forum'])+$themes[0]).'/'.(PodMes($forum['id_forum'])+$messages[0]).']</span><br></div><div class="cont">
'.vizual($forum['fopis']).'<br>
</div>';
}
}
echo'<div class="cont"><div class="line"></div>
<img src="../design/default/5.gif" alt="-"> <a href="./?mod=12&amp;'.$s.'">ТОП 100 Форумчан</a><br>
</div>';
break;


//Вывод тем раздела
case'1':
$razdel=mysql_query("select * from forum_kategory where id_forum='$id_forum' limit 1");
if(mysql_num_rows($razdel)==0){
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Форум
</span><br></div>';
require'../system/auth.php';
echo'<div class="line"></div><div class="cont">
Ошибка! Такого раздела форума не существует!<br></div>';
}else{
$nrazdel=mysql_fetch_array($razdel);
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> '.$nrazdel['fname'].'</span><br></div>';
require'../system/auth.php';
if($vhod==1){
echo'<div class="line"></div><div class="cont"><img src="../design/default/5.gif" alt="-"> <a href="./?mod=2&amp;id_forum='.$id_forum.'&amp;'.$s.'">Добавить тему</a><br></div>';
}
#Подфорумы
$pforums=mysql_query("select * from forum_kategory where gde='$id_forum' order by rasp asc");
if(mysql_num_rows($pforums)!=0){
while($pforum=mysql_fetch_array($pforums)){
$pthemes=mysql_fetch_row(mysql_query("select count(*) from forum_themes where id_kat='".$pforum['id_forum']."'"));
$pmessages=mysql_fetch_row(mysql_query("select count(*) from forum_messages where id_kat='".$pforum['id_forum']."'"));
echo'<div class="zag"><span class="zag1"><a href="./?mod=1&amp;id_forum='.$pforum['id_forum'].'&amp;'.$s.'">'.$pforum['fname'].'</a> ['.(PodTem($pforum['id_forum'])+$pthemes[0]).'/'.(PodMes($pforum['id_forum'])+$pmessages[0]).']</span><br></div>
<div class="cont">
<small>'.vizual($pforum['fopis']).'</small><br>
</div>';
}
}
echo'<div class="line"></div>';

if(isset($_POST['str'])){$str=cifry($_POST['str']);}else{$str=0;}
if(!empty($str)){$st=$str*10-10;} $num=10;

$kol=mysql_fetch_row(mysql_query("select count(*) from forum_themes where id_kat='$id_forum'"));
$vforum=mysql_query("select forum_themes.id_them, forum_themes.id_user, forum_themes.ftname, forum_themes.ftdater, forum_themes.zakr, forum_themes.otkr, users.login, users.online from forum_themes, users where id_kat='$id_forum' and forum_themes.id_user=users.id_user order by zakr='1' desc, updater desc limit $st,$num");

if($kol[0]==0){
echo'<div class="cont">Пока нет тем...<br></div>';
}else{
if($st>=$kol[0]){
echo'<div class="cont">
Ошибка! Страница указана неверно!<br>
</div>';
}else{

while($forum=mysql_fetch_array($vforum)){
$messages=mysql_fetch_row(mysql_query("select count(*) from forum_messages where id_them='".$forum['id_them']."'"));
if($forum['online']>=(time()-120)){$onoroff='<font color="#00a809">On</font>';}else{$onoroff='<font color="#A0186D">Off</font>';}
echo'<div class="cont">';
if($forum['zakr']==1){echo'[!] ';}
if($forum['otkr']==1){echo'[#] ';}
echo'<a href="./?mod=4&amp;id_them='.$forum['id_them'].'&amp;id_forum='.$id_forum.'&amp;'.$s.'"><b>'.$forum['ftname'].'</b></a> ['.$messages[0].'] ';
if($messages[0]>10){
$stbud=round($messages[0],-1);
$skcf=strlen($messages[0]);
$poslc=substr($messages[0],($skcf-1),$skcf);
if($poslc>=5 or $poslc=='0'){
$stbud=$stbud-10;
}
echo'[<a href="./?mod=4&amp;id_them='.$forum['id_them'].'&amp;id_forum='.$id_forum.'&amp;st='.$stbud.'&amp;'.$s.'">К</a>]<br>';
}else{
echo'<br>';
}
echo'<a href="../pages/about.php?uzlog='.$forum['login'].'&amp;'.$s.'">'.$forum['login'].'</a> ['.$onoroff.'] <small>['.$forum['ftdater'].']</small><br>';

echo'</div><div class="line"></div>';
if($adm_pr>1){
echo'<div class="cont">
[<a href="../cpanel/control.php?mod=43&amp;id_them='.$forum['id_them'].'&amp;'.$s.'">УДЛ</a>] 
[<a href="./?mod=13&amp;id_them='.$forum['id_them'].'&amp;'.$s.'">ПЕР</a>]
<br></div><div class="line"></div>';
}
}
if($st!=0){
echo'<div class="cont"><img src="../design/default/5.gif" alt="-"> <a href="./?st='.($st-$num).'&amp;mod=1&amp;id_forum='.$id_forum.'&amp;'.$s.'">Назад</a><br></div>';
}
if($kol[0]>$st+$num){
echo'<div class="cont"><img src="../design/default/5.gif" alt="-"> <a href="./?st='.($st+$num).'&amp;mod=1&amp;id_forum='.$id_forum.'&amp;'.$s.'">Далее</a><br></div>';
}
}
if($kol[0]>10){
echo'<div class="line"></div><div class="cont"><form action="./?id_forum='.$id_forum.'&amp;mod=1&amp;'.$s.'" method="post">
На страницу (1-'.ceil(($kol[0]/10)).'):<br>
<input type="text" name="str" maxlength="6" class="form" size="6" value="'.ceil(($kol[0]/10)).'"><input type="submit" value="ОК" class="but"><br>
</form>
</div><div class="line"></div>';
}
}
}
echo'<div class="cont"><img src="../design/default/7.gif" alt="-"> <a href="./?'.$s.'">В форум</a><br></div>';
break;


//Форма добавления темы
case'2':
$razdel=mysql_query("select * from forum_kategory where id_forum='$id_forum' limit 1");
if(mysql_num_rows($razdel)==0){
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Форум
</span><br></div>';
require'../system/auth.php';
echo'<div class="cont">Ошибка! Упущены обязательные данные!<br></div>';
}else{
if($vhod==1){
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Новая тема
</span><br></div>';
require'../system/auth.php';
echo'<div class="line"></div><div class="cont"><form action="./?mod=3&amp;id_forum='.$id_forum.'&amp;'.$s.'" method="post">
Тема:<br>
<input type="text" name="nathem" maxlength="150" class="form"><br>
Сообщение:<br>
<textarea cols="30" rows="5" name="soob" class="form"></textarea><br>';
if($adm_pr>1){
echo'<input type="checkbox" value="1" name="zakrep" class="form"> Закрепить<br>';
}
echo'<input type="submit" value="Добавить"  class="but"><br></form></div>';
}else{
echo'<div class="i">Форум<br></div>
<div class="cont">Ошибка! Добавлять темы могут только авторизованные пользователи!<br></div>';
}
}
echo'<div class="line"></div><div class="cont"><img src="../design/default/7.gif" alt="-"> <a href="./?id_forum='.$id_forum.'&amp;mod=1&amp;'.$s.'">В раздел</a><br>
<img src="../design/default/7.gif" alt="-"> <a href="./?'.$s.'">В форум</a><br></div>';
break;


//Добавление темы
case'3':
$razdel=mysql_query("select * from forum_kategory where id_forum='$id_forum' limit 1");
if(mysql_num_rows($razdel)==0){
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Форум
</span><br></div>';
require'../system/auth.php';
echo'<div class="cont">Ошибка! Упущены обязательные данные!<br></div>';
}else{
if($vhod==1){
if(isset($_POST['soob'])){$soob=prov($_POST['soob'],1000);}else{$soob='';}
if(isset($_POST['nathem'])){$nathem=prov($_POST['nathem'],150);}else{$nathem='';}
if(isset($_POST['zakrep'])){$zakrep=cifry($_POST['zakrep']);}else{$zakrep=0;}
if($zakrep==1 and $adm_pr>1){$zakrep=1;}else{$zakrep=0;}
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Новая тема
</span><br></div>';
require'../system/auth.php';
echo'<div class="line"></div>';
if(empty($soob) or mb_strlen($soob,'UTF-8')<3 or empty($nathem) or mb_strlen($nathem,'UTF-8')<5){
echo'<div class="cont">Ошибка! Cообщение или тема слишком короткие!<br></div>';
}else{
$flud=mysql_num_rows(mysql_query("select * from forum_themes where id_user='$id_user' and timer>'".time()."' limit 1"));
$povtor=mysql_num_rows(mysql_query("select * from forum_themes where id_user='$id_user' and ftname='$nathem' limit 1"));
if($flud==0 and $povtor==0){
$ttimer=time()+60;
mysql_query("insert into forum_themes set id_kat='$id_forum', ftname='$nathem', fttext='$soob', ftdater='".date('d.m.Y - H:i:s')."', pervoe='".date('d.m.Y - H:i:s')."', timer='$ttimer', id_user='$id_user', updater='".time()."', zakr='$zakrep'");
mysql_query("update users set balls=balls+1, tforkol=tforkol+1 where id_user='$id_user' limit 1");
echo'<div class="cont">Тема успешно добавлена!<br></div>';
}else{
echo'<div class="cont">Ошибка! Вы слишком часто пытаетесь добавить тему либо такая тема уже есть в базе!<br></div>';
}
}
}else{
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Форум
</span><br></div>
<div class="cont">Ошибка! Добавлять темы могут только авторизованные пользователи!<br></div>';
}
}
echo'<div class="line"></div><div class="cont"><img src="../design/default/7.gif" alt="-"> <a href="./?id_forum='.$id_forum.'&amp;mod=1&amp;'.$s.'">В раздел</a><br>
<img src="../design/default/7.gif" alt="-"> <a href="./?'.$s.'">В форум</a><br></div>';
break;


//Вывод сообщений темы
case'4':
$razdel=mysql_query("select * from forum_kategory where id_forum='$id_forum' limit 1");
$tema=mysql_query("select forum_themes.*, users.login, users.online from forum_themes, users where forum_themes.id_user=users.id_user and forum_themes.id_them='$id_them' limit 1");
if(mysql_num_rows($tema)==0 or mysql_num_rows($razdel)==0){
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Форум
</span><br></div>';
require'../system/auth.php';
echo'<div class="cont">Ошибка! Такой темы нет!<br></div>';
}else{
$nthem=mysql_fetch_array($tema);
echo'<div class="a1"><span class="sa1"><img src="../design/default/v.gif" alt="-"> Сообщения</span><br></div>';
require'../system/auth.php';
echo'<div class="line"></div><div class="cont"><b>'.vizual($nthem['ftname']).'</b><br></div><div class="line"></div>';
if($vhod==1){
$uved=mysql_query("select * from syspost where id_user='$id_user' and typer='uved' and id_them='$id_them' limit 1");
if(mysql_num_rows($uved)==0){
echo'<div class="cont"><img src="../design/default/7.gif" alt="-"> <a href="./?mod=14&amp;id_them='.$id_them.'&amp;'.$s.'">Подписаться на уведомления</a><br></div><div class="line"></div>';
}else{
echo'<div class="cont"><img src="../design/default/7.gif" alt="-"> <a href="./?mod=14&amp;id_them='.$id_them.'&amp;'.$s.'">Отключить уведомления</a><br></div><div class="line"></div>';
}
}
if($nthem['otkr']==0 and $adm_pr>1){
echo'<div class="cont"><img src="../design/default/7.gif" alt="-"> <a href="../cpanel/control.php?mod=29&amp;id_them='.$id_them.'&amp;'.$s.'">Закрыть</a><br></div><div class="line"></div>';
}
if($nthem['otkr']==1){
echo'<div class="cont">Тема закрыта!<br></div><div class="line"></div>';
if($adm_pr>1){
echo'<div class="cont"><img src="../design/default/7.gif" alt="-"> <a href="../cpanel/control.php?mod=30&amp;id_them='.$id_them.'&amp;'.$s.'">Открыть</a><br></div><div class="line"></div>';
}
}

if($nthem['zakr']==0 and $adm_pr>1){
echo'<div class="cont"><img src="../design/default/7.gif" alt="-"> <a href="../cpanel/control.php?mod=31&amp;id_them='.$id_them.'&amp;'.$s.'">Закрепить</a><br></div><div class="line"></div>';
}
if($nthem['zakr']==1){
echo'<div class="cont">Тема закреплена!<br></div><div class="line"></div>';
if($adm_pr>1){
echo'<div class="cont"><img src="../design/default/7.gif" alt="-"> <a href="../cpanel/control.php?mod=32&amp;id_them='.$id_them.'&amp;'.$s.'">Открепить</a><br></div><div class="line"></div>';
}
}

if(isset($_POST['str'])){$str=cifry($_POST['str']);}else{$str=0;}
if(!empty($str)){$st=$str*10-10;}
$num=10;

$kol=mysql_fetch_row(mysql_query("select count(*) from forum_messages where id_them='$id_them'"));
$vforum=mysql_query("select forum_messages.*, users.login, users.online from forum_messages, users where forum_messages.id_user=users.id_user and forum_messages.id_them='$id_them' order by forum_messages.id_mes asc limit $st,$num");
if(empty($st)){
if($nthem['online']>=(time()-120)){$onoroff='<font color="#00a809">On</font>';}else{$onoroff='<font color="#c20000">Off</font>';}
echo'<div class="cont"><small>1</small> <b><a href="../pages/about.php?uzlog='.$nthem['login'].'&amp;'.$s.'">'.$nthem['login'].'</a></b> ['.$onoroff.'] '; if($vhod==1 and $nthem['login']!=$login){echo'[<a href="./?mod=4&amp;uzlog='.$nthem['login'].'&amp;st='.$st.'&amp;id_them='.$id_them.'&amp;id_forum='.$id_forum.'&amp;'.$s.'">Н</a>] ';} 
if($vhod==1 and $nthem['otkr']==0 and ($nthem['id_user']==$id_user or $adm_pr==2 or $adm_pr==3 or $adm_pr==4)){
echo'[<a href="./?mod=10&amp;id_them='.$id_them.'&amp;id_forum='.$id_forum.'&amp;'.$s.'">Р</a>] ';
}
echo'<small>['.$nthem['pervoe'].']</small><br>'.vizual($nthem['fttext']).'<br>';
if($nthem['kolred']!=0 and !empty($nthem['datered'])){
echo'<small>---<br>Последнее редактирование '.$nthem['namered'].', '.$nthem['datered'].', всего '.$nthem['kolred'].' раз(а)<br></small>';
}
echo'</div><div class="line"></div>';
}
if($st>=$kol[0] and $st!=0){
echo'<div class="cont">
Ошибка! Страница указана неверно!<br>
</div>';
}else{
$nomer=$st+1;
while($forum=mysql_fetch_array($vforum)){
$nomer++;
if($forum['online']>=(time()-120)){$onoroff='<font color="#00a809">On</font>';}else{$onoroff='<font color="#c20000">Off</font>';}
echo'<div class="cont"><small>'.$nomer.'</small> <b><a href="../pages/about.php?'.$s.'&amp;uzlog='.$forum['login'].'">'.$forum['login'].'</a></b> ['.$onoroff.'] '; if($vhod==1 and $forum['login']!=$login){echo'[<a href="./?mod=4&amp;uzlog='.$forum['login'].'&amp;st='.$st.'&amp;id_them='.$id_them.'&amp;id_forum='.$id_forum.'&amp;'.$s.'">Н</a>] ';} 
if($vhod==1 and $nthem['otkr']==0 and ($forum['id_user']==$id_user or $adm_pr>1)){
echo'[<a href="./?mod=9&amp;id_mes='.$forum['id_mes'].'&amp;id_them='.$id_them.'&amp;id_forum='.$id_forum.'&amp;'.$s.'">Р</a>] ';
}
if($vhod==1 and $nthem['otkr']==0){
echo'[<a href="./?mod=4&amp;cit='.$forum['id_mes'].'&amp;st='.$st.'&amp;id_them='.$id_them.'&amp;id_forum='.$id_forum.'&amp;'.$s.'">Ц</a>] ';
}
echo'<small>['.$forum['fmdater'].']</small><br>
'.vizual($forum['fmtext']).'<br>';
if($forum['kolred']!=0 and !empty($forum['datered'])){
echo'<small>---<br>Последнее редактирование '.$forum['namered'].', '.$forum['datered'].', всего '.$forum['kolred'].' раз(а)<br></small>';
}
echo'</div><div class="line"></div>';
if($adm_pr>1){
echo'<div class="cont">[<a href="../cpanel/control.php?mod=42&amp;id_soob='.$forum['id_mes'].'&amp;'.$s.'">УДЛ</a>]<br></div><div class="line"></div>';
}
}
if($st!=0){
echo'<div class="cont"><img src="../design/default/5.gif" alt="-"> <a href="./?st='.($st-$num).'&amp;mod=4&amp;id_them='.$id_them.'&amp;id_forum='.$id_forum.'&amp;'.$s.'">Назад</a><br></div><div class="line"></div>';
}
if($kol[0]>$st+$num){
echo'<div class="cont">
<img src="../design/default/5.gif" alt="-"> <a href="./?st='.($st+$num).'&amp;mod=4&amp;id_them='.$id_them.'&amp;id_forum='.$id_forum.'&amp;'.$s.'">Далее</a><br>
</div><div class="line"></div>';
}
}
if($kol[0]>10){
echo'<div class="cont"><form action="./?id_forum='.$id_forum.'&amp;id_them='.$id_them.'&amp;mod=4&amp;'.$s.'" method="post">
На страницу (1-'.ceil(($kol[0]/10)).'):<br>
<input type="text" name="str" maxlength="6" class="form" size="6" value="'.ceil(($kol[0]/10)).'"><input type="submit" value="ОК" class="but"><br>
</form>
</div><div class="line"></div>';
}
if($vhod==1 and $nthem['otkr']==0){
if(isset($_GET['uzlog'])){$uzlog='[b]'.prov($_GET['uzlog']).'[/b], ';}else{$uzlog='';}
if(isset($_GET['cit'])){
$cit=cifry($_GET['cit']);
$citm=mysql_query("select login, fmtext, fmdater from users, forum_messages where forum_messages.id_user=users.id_user and forum_messages.id_mes='$cit' limit 1");
if(mysql_num_rows($citm)!=0){
$citmes=mysql_fetch_array($citm);
$uzlog='Цитирую:
[cit][b]'.$citmes['login'].'[/b] ['.$citmes['fmdater'].']
'.$citmes['fmtext'].'[/cit]
';
}
}
echo'<div class="cont">
<form action="./?mod=6&amp;id_forum='.$id_forum.'&amp;id_them='.$id_them.'&amp;'.$s.'" method="post">
Ответить на тему:<br>
<textarea cols="30" rows="5" name="soob" class="form">'.$uzlog.'</textarea><br>
<input type="submit" class="but" value="Ответить"><br>
</form>
</div><div class="line"></div>';
}
}
echo'<div class="cont"><img src="../design/default/7.gif" alt="-"> <a href="./?id_forum='.$id_forum.'&amp;mod=1&amp;'.$s.'">В раздел</a><br>
<img src="../design/default/7.gif" alt="-"> <a href="./?'.$s.'">В форум</a><br></div>';
break;


//Добавление сообщения
case'6':
if(isset($_GET['id_forum'])){$id_forum=cifry($_GET['id_forum']);}else{$id_forum=0;}
$razdel=mysql_query("select * from forum_kategory where id_forum='$id_forum' limit 1");
$tema=mysql_query("select * from forum_themes where id_them='$id_them' limit 1");
if(mysql_num_rows($tema)==0 or mysql_num_rows($razdel)==0){
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Форум
</span><br></div>';
require'../system/auth.php';
echo'<div class="line"></div>';
echo'<div class="cont">Ошибка! Упущены обязательные данные!<br></div>';
}else{
if(isset($_POST['soob'])){$soob=prov($_POST['soob'],1000);}else{$soob='';}
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Сообщение
</span><br></div>';
require'../system/auth.php';
echo'<div class="line"></div>';
if(empty($soob) or mb_strlen($soob,'UTF-8')<3){
echo'<div class="cont">Ошибка! Ваше сообщение слишком короткое!<br></div>';
}else{
$nthem=mysql_fetch_array($tema);
$flud=mysql_num_rows(mysql_query("select * from forum_messages where id_user='$id_user' and timer>'".time()."' limit 1"));
$povtor=mysql_num_rows(mysql_query("select * from forum_messages where id_user='$id_user' and fmtext='$soob' limit 1"));
if($flud==0 and $povtor==0){
if($vhod==1){
if($nthem['otkr']==1){
echo'<div class="cont">Ошибка! Тема закрыта!<br></div>';
}else{
$ftimer=time()+20;
mysql_query("insert into forum_messages set fmtext='$soob', id_kat='$id_forum', id_them='$id_them', fmdater='".date('d.m.Y - H:i:s')."', timer='$ftimer', id_user='$id_user'");
mysql_query("update users set balls=balls+1, forkol=forkol+1 where id_user='$id_user' limit 1");
mysql_query("update forum_themes set ftdater='".date('d.m.Y - H:i:s')."', updater='".time()."' where id_them='$id_them' limit 1");
mysql_query("update syspost set newmes=newmes+1, 
text='В теме \"<a href=\"../forum/?mod=4&amp;id_them=".$id_them."&amp;id_forum=".$nthem['id_kat']."\">".$nthem['ftname']."</a>\" ', pstatus='new' where id_them='$id_them' and typer='uved'");
echo'<div class="cont">Сообщение успешно добавлено!<br></div>';
$chtob=mysql_fetch_row(mysql_query("select count(*) from forum_messages where id_them='$id_them'"));
if($chtob[0]>10){
$stbud=round($chtob[0],-1);
$skcf=strlen($chtob[0]);
$poslc=substr($chtob[0],($skcf-1),$skcf);
if($poslc>=5 or $poslc=='0'){
$stbud=$stbud-10;
}
echo'<div class="cont"><img src="../design/default/7.gif" alt="-"> <a href="./?mod=4&amp;id_them='.$id_them.'&amp;id_forum='.$id_forum.'&amp;st='.$stbud.'&amp;'.$s.'">В конец темы</a><br></div>';
}
}
}else{
echo'<div class="cont">Ошибка! Добавлять сообщения могут только авторизованные пользователи!<br></div>';
}
}else{
echo'<div class="cont">Ошибка! Вы слишком часто пытаетесь добавить сообщение либо такое сообщение уже есть в базе!<br></div>';
}
}
}
echo'<div class="line"></div><div class="cont"><img src="../design/default/7.gif" alt="-"> <a href="./?id_forum='.$id_forum.'&amp;mod=4&amp;id_them='.$id_them.'&amp;'.$s.'">В тему</a><br>
<img src="../design/default/7.gif" alt="-"> <a href="./?id_forum='.$id_forum.'&amp;mod=1&amp;'.$s.'">В раздел</a><br>
<img src="../design/default/7.gif" alt="-"> <a href="./?'.$s.'">В форум</a><br></div>';
break;

//Мои темы
case'7':
if($vhod==1){
echo'<div class="a1"><span class="sa1"><img src="../design/default/v.gif" alt="-"> Мои темы</span><br></div>';
require'../system/auth.php';
echo'<div class="line"></div><div class="cont">';
$num=10; #Количество на 1 страницу
$ath=mysql_fetch_row(mysql_query("select count(*) from forum_themes where id_user='$id_user'"));
$sth=mysql_query("select * from forum_themes where id_user='$id_user' order by id_them desc limit $st,$num");
if($ath[0]==0){
echo'Пока нет Ваших тем...<br>';
}else{
while($them=mysql_fetch_array($sth)){
$kolmes=mysql_fetch_row(mysql_query("select count(*) from forum_messages where id_them='".$them['id_them']."'"));
echo'<a href="../forum/?mod=4&amp;id_them='.$them['id_them'].'&amp;id_forum='.$them['id_kat'].'&amp;'.$s.'"><b>'.$them['ftname'].'</b></a> ['.$kolmes[0].']<br>
<small>['.$them['ftdater'].']</small><br><div class="line"></div>';
}
echo'Количество тем: '.$ath[0].'<br>';
if($st!=0){
echo'<div class="line"></div><img src="../design/default/7.gif" alt="-"> <a href="./?st='.($st-$num).'&amp;mod=7&amp;'.$s.'">Назад</a><br>';
}
if($ath[0]>$st+$num){
echo'<div class="line"></div><img src="../design/default/7.gif" alt="-"> <a href="./?st='.($st+$num).'&amp;mod=7&amp;'.$s.'">Далее</a><br>';
}
}
echo'</div>';
}else{
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Форум
</span><br></div>
<div class="cont">Ошибка! Вы не авторизованы!<br></div>';
}
echo'<div class="line"></div><div class="cont">
<img src="../design/default/7.gif" alt="-"> <a href="./?'.$s.'">В форум</a><br></div>';
break;

//Мои сообщения
case'8':
if($vhod==1){
if(isset($_GET['st'])){$st=cifry($_GET['st']);}else{$st=0;}
echo'<div class="a1"><span class="sa1"><img src="../design/default/v.gif" alt="-"> Мои сообщения</span><br></div>';
require'../system/auth.php';
echo'<div class="line"></div><div class="cont">';
$num=10; #Количество на 1 страницу
$ath=mysql_fetch_row(mysql_query("select count(*) from forum_messages where id_user='$id_user'"));
$sth=mysql_query("select * from forum_messages, forum_themes where forum_messages.id_them=forum_themes.id_them and forum_messages.id_user='$id_user' order by id_mes desc limit $st,$num");
if($ath[0]==0){
echo'Пока нет Ваших сообщений...<br>';
}else{
while($soob=mysql_fetch_array($sth)){
echo vizual($soob['fmtext']).'<br>
Тема: <a href="../forum/?mod=4&amp;id_them='.$soob['id_them'].'&amp;id_forum='.$soob['id_kat'].'&amp;'.$s.'">'.$soob['ftname'].'</a><br>
<small>['.$soob['fmdater'].']</small><br><div class="line"></div>';
}
echo'Количество сообщений: '.$ath[0].'<br>';
if($st!=0){
echo'<div class="line"></div><img src="../design/default/7.gif" alt="-"> <a href="./?st='.($st-$num).'&amp;mod=8&amp;'.$s.'">Назад</a><br>';
}
if($ath[0]>$st+$num){
echo'<div class="line"></div><img src="../design/default/7.gif" alt="-"> <a href="./?st='.($st+$num).'&amp;mod=8&amp;'.$s.'">Далее</a><br>';
}
}
echo'</div>';
}else{
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Форум
</span><br></div>
<div class="cont">Ошибка! Вы не авторизованы!<br></div>';
}
echo'<div class="line"></div><div class="cont">
<img src="../design/default/7.gif" alt="-"> <a href="./?'.$s.'">В форум</a><br></div>';
break;

//Редактирование сообщения
case'9':
if(isset($_GET['id_mes'])){$id_mes=cifry($_GET['id_mes']);}else{$id_mes=0;}
if(isset($_POST['soob'])){$soob=prov($_POST['soob'],1000);}else{$soob='';}
$razdel=mysql_query("select * from forum_kategory where id_forum='$id_forum' limit 1");
$themes=mysql_query("select * from forum_themes where id_them='$id_them' limit 1");
if(mysql_num_rows($razdel)==0 or mysql_num_rows($themes)==0){
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Форум
</span><br></div>';
require'../system/auth.php';
echo'<div class="cont">Ошибка! Упущены обязательные данные!<br></div>';
}else{
if($vhod==1){
$ithem=mysql_fetch_array($themes);
$message=mysql_query("select * from forum_messages where id_them='$id_them' and id_mes='$id_mes' limit 1");
if(mysql_num_rows($message)==0 or $ithem['otkr']==1){
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Изменить сообщение
</span><br></div>';
require'../system/auth.php';
echo'Вы не можете изменить это сообщение!<br></div>';
}else{
$imes=mysql_fetch_array($message);
if($imes['id_user']==$id_user or $adm_pr>1){
if(empty($soob)){
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Изменить сообщение
</span><br></div>';
require'../system/auth.php';
echo'<div class="line"></div><div class="cont"><form action="./?mod=9&amp;id_forum='.$id_forum.'&amp;id_them='.$id_them.'&amp;id_mes='.$id_mes.'&amp;'.$s.'" method="post">
Сообщение:<br>
<textarea cols="30" rows="5" name="soob" class="form">'.$imes['fmtext'].'</textarea><br>
<input type="submit" value="Изменить" class="but"><br></form></div>';
}else{
mysql_query("update forum_messages set fmtext='$soob', kolred=kolred+1, datered='".date('d.m.Y - H:i')."', namered='$login' where id_mes='$id_mes' limit 1");
echo'<div class="a1"><span class="sa1"><img src="../design/default/v.gif" alt="-"> Изменить сообщение</span><br></div>';
require'../system/auth.php';
echo'<div class="line"></div><div class="cont">
Сообщение успешно изменено!<br></div>';
}
}
}
}else{
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Изменить сообщение
</span><br></div>
<div class="cont"><div class="line"></div>Ошибка! Изменять сообщения могут только авторизованные пользователи!<br></div>';
}
}
echo'<div class="line"></div><div class="cont">
<img src="../design/default/7.gif" alt="-"> <a href="./?id_forum='.$id_forum.'&amp;mod=4&amp;id_them='.$id_them.'&amp;'.$s.'">В тему</a><br>
<img src="../design/default/7.gif" alt="-"> <a href="./?id_forum='.$id_forum.'&amp;mod=1&amp;'.$s.'">В раздел</a><br>
<img src="../design/default/7.gif" alt="-"> <a href="./?'.$s.'">В форум</a><br></div>';
break;

//Редактирование темы
case'10':
if(isset($_POST['soob'])){$soob=prov($_POST['soob'],1000);}else{$soob='';}
if(isset($_POST['them'])){$them=prov($_POST['them'],150);}else{$them='';}
$razdel=mysql_query("select * from forum_kategory where id_forum='$id_forum' limit 1");
$themes=mysql_query("select * from forum_themes where id_them='$id_them' limit 1");
if(mysql_num_rows($razdel)==0 or mysql_num_rows($themes)==0){
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Форум
</span><br></div>';
require'../system/auth.php';
echo'<div class="cont">Ошибка! Упущены обязательные данные!<br></div>';
}else{
if($vhod==1){
$imes=mysql_fetch_array($themes);
if($imes['otkr']==1){
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Форум
</span><br></div>';
require'../system/auth.php';
echo'<div class="cont">Ошибка! Тема закрыта!<br></div>';
}else{
if($imes['id_user']==$id_user or $adm_pr>1){
if(empty($soob) or empty($them)){
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Изменить тему
</span><br></div>';
require'../system/auth.php';
echo'<div class="line"></div><div class="cont"><form action="./?mod=10&amp;id_forum='.$id_forum.'&amp;id_them='.$id_them.'&amp;'.$s.'" method="post">
Тема:<br>
<input type="text" name="them" maxlength="150" class="form" value="'.$imes['ftname'].'"><br>
Сообщение:<br>
<textarea cols="30" rows="5" name="soob" class="form">'.$imes['fttext'].'</textarea><br>
<input type="submit" value="Изменить" class="but"><br></form></div>';
}else{
mysql_query("update forum_themes set fttext='$soob', kolred=kolred+1, datered='".date('d.m.Y - H:i')."', ftname='$them', namered='$login' where id_them='$id_them' limit 1");
echo'<div class="a1"><span class="sa1"><img src="../design/default/v.gif" alt="-"> Изменить сообщение</span><br></div>';
require'../system/auth.php';
echo'<div class="line"></div><div class="cont">
Тема успешно изменена!<br></div>';
}
}
}
}else{
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Изменить тему
</span><br></div>
<div class="cont"><div class="line"></div>Ошибка! Изменять сообщения могут только авторизованные пользователи!<br></div>';
}
}
echo'<div class="line"></div><div class="cont">
<img src="../design/default/7.gif" alt="-"> <a href="./?id_forum='.$id_forum.'&amp;mod=4&amp;id_them='.$id_them.'&amp;'.$s.'">В тему</a><br>
<img src="../design/default/7.gif" alt="-"> <a href="./?id_forum='.$id_forum.'&amp;mod=1&amp;'.$s.'">В раздел</a><br>
<img src="../design/default/7.gif" alt="-"> <a href="./?'.$s.'">В форум</a><br></div>';
break;

//Поиск
case'11':
if(isset($_POST['zapros'])){$zapros=prov($_POST['zapros']);}else{$zapros='';}
if(isset($_POST['gdeis'])){$gdeis=cifry($_POST['gdeis']);}else{$gdeis='';}
if(empty($zapros)){
if(isset($_GET['zapros'])){$zapros=prov($_GET['zapros']);}else{$zapros='';}
}
if(empty($gdeis)){
if(isset($_GET['gdeis'])){$gdeis=cifry($_GET['gdeis']);}else{$gdeis='';}
}
$zapros=str_replace('%','',$zapros);
echo'<div class="a1"><span class="sa1">
<img src="../design/default/v.gif" alt="-"> Поиск
</span><br></div>';
require'../system/auth.php';
if(empty($zapros)){
echo'<div class="line"></div><div class="cont"><form action="./?mod=11&amp;'.$s.'" method="post">
Запрос:<br>
<input type="text" name="zapros" maxlength="100" class="form"><br>
Где ищем:<br>
<select name="gdeis" class="form">
<option value="1">В темах</option>
<option value="2">В сообщениях</option>
</select><br>
<input type="submit" value="Поиск"  class="but"><br></form></div>';
}else{
if(mb_strlen($zapros,'UTF-8')<=3){
echo'<div class="line"></div><div class="cont">
Запрос должен быть длиннее 3-х символов!<br>
</div>';
}else{
if($gdeis==1){ #В темах
$num=10; #Количество на страницу
$kol=mysql_fetch_row(mysql_query("select count(*) from forum_themes where (ftname like '%$zapros%') or (fttext like '%$zapros%')"));
$spoisk=mysql_query("select * from forum_themes where ftname like '%$zapros%' or fttext like '%$zapros%' order by id_them desc limit $st,$num");
if($kol[0]==0){
echo'<div class="cont">
Ничего не найдено...<br>
</div>';
}else{
echo'</div><div class="line"><div class="cont">
В темах по запросу "'.$zapros.'" найдено '.$kol[0].'<br>
</div>';
while($poisk=mysql_fetch_array($spoisk)){
echo'</div><div class="line"><div class="cont">
<a href="./?id_forum='.$poisk['id_kat'].'&amp;mod=4&amp;id_them='.$poisk['id_them'].'&amp;'.$s.'"><b>'.$poisk['ftname'].'</b></a><br>
'.vizual($poisk['fttext']).'<br>
</div>';
}
if($st!=0){
echo'<div class="line"></div><div class="cont"><img src="../design/default/5.gif" alt="-"> <a href="./?mod=11&amp;st='.($st-$num).'&amp;gdeis='.$gdeis.'&amp;zapros='.$zapros.'&amp;'.$s.'">Назад</a><br></div>';
}
if($kol[0]>$st+$num){
echo'<div class="line"></div><div class="cont"><img src="../design/default/5.gif" alt="-"> <a href="./?mod=11&amp;st='.($st+$num).'&amp;gdeis='.$gdeis.'&amp;zapros='.$zapros.'&amp;'.$s.'">Далее</a><br></div>';
}
}



}
elseif($gdeis==2){ #В сообщениях
$num=10; #Количество на страницу
$kol=mysql_fetch_row(mysql_query("select count(*) from forum_messages where fmtext like '%$zapros%'"));
$spoisk=mysql_query("select * from forum_messages where fmtext like '%$zapros%' order by id_mes desc limit $st,$num");
if($kol[0]==0){
echo'<div class="cont">
Ничего не найдено...<br>
</div>';
}else{
echo'</div><div class="line"><div class="cont">
В сообщениях по запросу "'.$zapros.'" найдено '.$kol[0].'<br>
</div>';
while($poisk=mysql_fetch_array($spoisk)){
echo'</div><div class="line"><div class="cont">
'.vizual($poisk['fmtext']).'<br>
<a href="./?id_forum='.$poisk['id_kat'].'&amp;mod=4&amp;id_them='.$poisk['id_them'].'&amp;'.$s.'">В тему</a><br>
</div>';
}
if($st!=0){
echo'<div class="line"></div><div class="cont"><img src="../design/default/5.gif" alt="-"> <a href="./?mod=11&amp;st='.($st-$num).'&amp;gdeis='.$gdeis.'&amp;zapros='.$zapros.'&amp;'.$s.'">Назад</a><br></div>';
}
if($kol[0]>$st+$num){
echo'<div class="line"></div><div class="cont"><img src="../design/default/5.gif" alt="-"> <a href="./?mod=11&amp;st='.($st+$num).'&amp;gdeis='.$gdeis.'&amp;zapros='.$zapros.'&amp;'.$s.'">Далее</a><br></div>';
}
}
}
}
}
echo'<div class="line"></div><div class="cont">
<img src="../design/default/7.gif" alt="-"> <a href="./?'.$s.'">В форум</a><br></div>';
break;

//Топ форумчан
case'12':
if(isset($_GET['cford'])){$cford=cifry($_GET['cford']);}else{$cford=0;}
$nomer=$st;
echo'<div class="a1"><span class="sa1"><img src="../design/default/v.gif" alt="-"> ТОП 100 Форумчан</span><br></div>';
require'../system/auth.php';
echo'<div class="line"></div><div class="cont">';
if($cford==1){
$ford='forkol';
echo'<img src="../design/default/7.gif" alt="-"> По сообщениям / <a href="./?mod=12&amp;cford=0&amp;'.$s.'">По темам</a><br><div class="line"></div>';
}else{
$ford='tforkol';
echo'<img src="../design/default/7.gif" alt="-"> <a href="./?mod=12&amp;cford=1&amp;'.$s.'">По сообщениям</a> / По темам<br><div class="line"></div>';
}
$num=10; #Количество на 1 страницу
$ath=mysql_fetch_row(mysql_query("select count(*) from users limit 100"));
$sth=mysql_query("select forkol, tforkol, login from users order by $ford desc limit $st,$num");
if($ath[0]==0){
echo'Пока нет пользователей...<br>';
}else{
while($uzok=mysql_fetch_array($sth)){
$nomer++;
echo $nomer.') <a href="../pages/about.php?uzlog='.$uzok['login'].'&amp;'.$s.'">'.$uzok['login'].'</a> ['.$uzok[$ford].']<br><div class="line"></div>';
}

if($st!=0){
echo'<img src="../design/default/7.gif" alt="-"> <a href="./?st='.($st-$num).'&amp;mod=12&amp;cford='.$cford.'&amp;'.$s.'">Назад</a><br><div class="line"></div>';
}
if($ath[0]>100){$ath[0]=100;}
if($ath[0]>$st+$num){
echo'<img src="../design/default/7.gif" alt="-"> <a href="./?st='.($st+$num).'&amp;mod=12&amp;cford='.$cford.'&amp;'.$s.'">Далее</a><br><div class="line"></div>';
}
}
echo'</div><div class="cont">
<img src="../design/default/7.gif" alt="-"> <a href="./?'.$s.'">В форум</a><br></div>';
break;

//Перемещение темы
case'13':
if($vhod==1 and $adm_pr>1){
if(isset($_POST['perfo'])){$perfo=cifry($_POST['perfo']);}else{$perfo='';}
echo'<div class="a1"><span class="sa1"><img src="../design/default/v.gif" alt="-"> Перемещение темы</span><br></div>';
require'../system/auth.php';
echo'<div class="line"></div><div class="cont">';
if(empty($perfo)){
echo'<form action="./?mod=13&amp;id_them='.$id_them.'&amp;'.$s.'" method="post">
Автор темы будет уведомлён о перемещении.<br>';
$forums=mysql_query("select * from forum_kategory order by id_forum desc");
echo'Переместить в:<br>
<select name="perfo" class="form">';
while($forum=mysql_fetch_array($forums)){
echo'<option value="'.$forum['id_forum'].'">'.$forum['fname'].'</option><br>';
}
echo'</select><br>
<input type="submit" value="Переместить"  class="but"><br></form>';
}else{
$them=mysql_fetch_array(mysql_query("select * from forum_themes where id_them='$id_them' limit 1"));
$razd=mysql_fetch_array(mysql_query("select * from forum_kategory where id_forum='$perfo' limit 1"));

mysql_query("insert into syspost set id_user='".$them['id_user']."', id_them='$id_them', pstatus='new', timer='".time()."', 
text='Ваша тема \"<a href=\"../forum/?mod=4&amp;id_them=".$id_them."&amp;id_forum=".$perfo."\">".$them['ftname']."</a>\" перемещена в раздел \"<a href=\"../forum/?mod=1&amp;id_forum=".$perfo."\">".$razd['fname']."</a>\"'");
mysql_query("update forum_themes set id_kat='$perfo' where id_them='$id_them' limit 1");
mysql_query("update forum_messages set id_kat='$perfo' where id_them='$id_them'");
echo'Тема успешно перемещена!<br>';
}
echo'</div>
<div class="line"></div>
<div class="cont">
<img src="../design/default/7.gif" alt="-"> <a href="./?'.$s.'">В форум</a><br></div>';
}
break;

//Подписаться на тему
case'14':
echo'<div class="a1"><span class="sa1"><img src="../design/default/v.gif" alt="-"> Уведомления</span><br></div>';
require'../system/auth.php';
echo'<div class="line"></div><div class="cont">';
$uved=mysql_query("select * from syspost where id_them='$id_them' and id_user='$id_user' and typer='uved' limit 1");
if(mysql_num_rows($uved)==0){
mysql_query("insert into syspost set id_user='$id_user', id_them='$id_them', pstatus='ok', timer='".time()."', text='', typer='uved'");
echo'Вы успешно подписались на уведомления!<br>';
}else{
mysql_query("delete from syspost where id_user='$id_user' and id_them='$id_them' and typer='uved' limit 1");
echo'Уведомления успешно отключены!<br>';
}
echo'</div>
<div class="line"></div>
<div class="cont">
<img src="../design/default/7.gif" alt="-"> <a href="./?'.$s.'">В форум</a><br></div>';
break;

//Сегодняшние темы
case'15':
echo'<div class="a1"><span class="sa1"><img src="../design/default/v.gif" alt="-"> Сегодняшние темы</span><br></div>';
require'../system/auth.php';
echo'<div class="line"></div><div class="cont">';
$num=10; #Количество на 1 страницу
$ath=mysql_fetch_row(mysql_query("select count(*) from forum_themes where pervoe like '".date('d.m.Y')."%'"));
$sth=mysql_query("select * from forum_themes where pervoe like '".date('d.m.Y')."%' order by updater desc limit $st,$num");
if($ath[0]==0){
echo'Сегодня пока не создавали тем...<br>';
}else{
while($them=mysql_fetch_array($sth)){
$kolmes=mysql_fetch_row(mysql_query("select count(*) from forum_messages where id_them='".$them['id_them']."'"));
echo'<a href="../forum/?mod=4&amp;id_them='.$them['id_them'].'&amp;id_forum='.$them['id_kat'].'&amp;'.$s.'"><b>'.$them['ftname'].'</b></a> ['.$kolmes[0].']<br>
<small>['.$them['ftdater'].']</small><br><div class="line"></div>';
}
echo'Количество тем: '.$ath[0].'<br>';
if($st!=0){
echo'<div class="line"></div><img src="../design/default/7.gif" alt="-"> <a href="./?st='.($st-$num).'&amp;mod=15&amp;'.$s.'">Назад</a><br>';
}
if($ath[0]>$st+$num){
echo'<div class="line"></div><img src="../design/default/7.gif" alt="-"> <a href="./?st='.($st+$num).'&amp;mod=15&amp;'.$s.'">Далее</a><br>';
}
}
echo'</div>
<div class="line"></div><div class="cont">
<img src="../design/default/7.gif" alt="-"> <a href="./?'.$s.'">В форум</a><br></div>';
break;

//Сегодняшние сообщения
case'16':
echo'<div class="a1"><span class="sa1"><img src="../design/default/v.gif" alt="-"> Сегодняшние сообщения</span><br></div>';
require'../system/auth.php';
echo'<div class="line"></div><div class="cont">';
$num=10; #Количество на 1 страницу
$ath=mysql_fetch_row(mysql_query("select count(*) from forum_messages where fmdater like '".date('d.m.Y')."%'"));
$sth=mysql_query("select * from forum_messages, forum_themes where forum_messages.id_them=forum_themes.id_them and forum_messages.fmdater like '".date('d.m.Y')."%' order by id_mes desc limit $st,$num");
if($ath[0]==0){
echo'Сегодня пока никто не писал в темах...<br>';
}else{
while($soob=mysql_fetch_array($sth)){
echo vizual($soob['fmtext']).'<br>
Тема: <a href="../forum/?mod=4&amp;id_them='.$soob['id_them'].'&amp;id_forum='.$soob['id_kat'].'&amp;'.$s.'">'.$soob['ftname'].'</a><br>
<small>['.$soob['fmdater'].']</small><br><div class="line"></div>';
}
echo'Количество сообщений: '.$ath[0].'<br>';
if($st!=0){
echo'<div class="line"></div><img src="../design/default/7.gif" alt="-"> <a href="./?st='.($st-$num).'&amp;mod=16&amp;'.$s.'">Назад</a><br>';
}
if($ath[0]>$st+$num){
echo'<div class="line"></div><img src="../design/default/7.gif" alt="-"> <a href="./?st='.($st+$num).'&amp;mod=16&amp;'.$s.'">Далее</a><br>';
}
}
echo'</div>
<div class="line"></div><div class="cont">
<img src="../design/default/7.gif" alt="-"> <a href="./?'.$s.'">В форум</a><br></div>';
break;

}

echo'<div class="line"></div><div class="cont">
<img src="../design/default/7.gif" alt="-"> <a href="./?mod=11&amp;'.$s.'">Поиск</a><br>
<img src="../design/default/5.gif" alt="-"> <a href="../pages/help.php?'.$s.'">Помощь</a><br>
<img src="../design/default/5.gif" alt="-"> <a href="../?'.$s.'">На главную</a><br></div>';

echo $down;
?>