Вход Регистрация
Файл: reply.php
Строк: 69
<?php
##################################
#           reply.php            #
##################################
#   Р¤РѕСЂСѓРј РЅР° MySQL               #
#Афтар : Morgan                  #
#ICQ : 530-648                   #
#Email : bcc11@mail.ru           #
##################################
require_once 'includes/start.php';
require_once 
'includes/functions.php';
require_once 
'includes/db.php';
require_once 
'includes/avt.php';
require_once 
'includes/other.php';
require_once 
'includes/head.php';
if(
$status 'logined' and !empty($user_inf))
{



echo 
'</div><div class="main">';

if(
$_GET['mode'] ==  'post')
{
if( 
ereg('theme.php',$_SERVER['HTTP_REFERER']))
{
echo 
'Добавление СЃРѕРѕР±С‰РµРЅРёСЏ
</div><div class="fon">'
;
if(!empty(
$_POST['text']))
{
$text nl2br(htmlspecialchars(trim(substr($_POST['text'],0,1500))));
$id abs(intval($_GET['id_theme']));
if(
preg_match('/[a-z0-9Р°-СЏ)=]/i',$text))
{
$themes mysql_query("SELECT id,status FROM `themes` WHERE `id` = '$id'") or  my_error();
$theme mysql_fetch_array($themes);
if(
mysql_num_rows($themes)!=0)
{
if(
$theme['status']!='0')
{
if((
time() - $_SESSION['banan'])>10)
{
$id_forum mysql_result(mysql_query("SELECT id_forum FROM `themes` WHERE `id`='$id' LIMIT 1 "),0);
if(
mysql_query("INSERT INTO `posts` SET `id_theme` = '$id',`id_forum`= '$id_forum',`author_id` = '$user_inf[id]',`text` = '$text',time = NOW(),`ip`='$ip',`ua`='$ua_format[0]' ")==true)
{

echo 
'Ваше СЃРѕРѕР±С‰РµРЅРёРµ СѓСЃРїРµС€РЅРѕ РґРѕР±Р°РІР»РµРЅРѕ<br />
<a href="theme.php?id='
.$id.'';
if(!empty(
$_SESSION['page_in_theme'])) echo '&page='.$_SESSION['page_in_theme'];
echo 
'">Перейти</a> РІ С‚ему<br />';
$_SESSION['banan']=time();
mysql_query("UPDATE `users` SET `posts`=posts+1 WHERE `id` = '$user_inf[id]'");
mysql_query("UPDATE `themes` SET `time` = NOW(),`author_id`='$user_inf[id]' WHERE `id` = '$id'");
}
else{echo 
'Ошибка РґРѕР±Р°РІР»РµРЅРёСЏ!<br />
Попоробуйте РїРѕР·Р¶Рµ!<br />
'
;}
}else{echo 
'РќРµ С„луди!<br />
'
;}
}else{echo 
'Эта С‚ема Р·Р°РєСЂС‹С‚Р°!';}
}
else{echo 
'Такой С‚емы РЅРµ СЃСѓС‰РµСЃС‚вует!<br />
'
;}

}
else{echo 
'Р�спользуйте С‚олько СЃРёРјРІРѕР»С‹ РєРёСЂРёР»РёС†С‹ , Р»Р°С‚иницы Рё С†РёС„СЂС‹!';}

}
else{echo 
'Введите С‚екст!';}
}
}
elseif(
$_GET['mode']=='theme')
{
echo 
'Создание С‚емы
</div><div class="fon">'
;
if(isset(
$_GET['id_forum']) and !empty($_GET['id_forum']) and preg_match('/[0-9]/i',$_GET['id_forum']))
{
$id htmlspecialchars(trim(substr($_GET['id_forum'],0,5)));
if(
mysql_num_rows(mysql_query("SELECT id FROM `forums` WHERE `id` = '$id'"))!=0)
{
if(!isset(
$_POST['text']) or  !isset($_POST['name']))
{

echo 
'<form action="reply.php?mode=theme&id_forum='.$id.'" method="POST">
Тема:<br />
<input name="name" type="text" size="30" /><br />
Сообщение:<br />
<textarea name="text" rows="4" cols="25"></textarea><br />
<input type="submit" name="" value="Создать" /><br />
</form>
&bull; <a href="smiles.php">Смайлы</a><br />
&bull; <a href="bb_code.php">BB РєРѕРґС‹</a><br />
'
;

}
else
{
$name htmlspecialchars(trim(substr($_POST['name'],0,1500)));
$text nl2br(htmlspecialchars(trim(substr($_POST['text'],0,1500))));
if(!empty(
$text) and !empty($name) )
{
if(
preg_match('/[a-z0-9Р°-СЏ]/i',$name) and preg_match('/[a-z0-9Р°-СЏ]/i',$text))
{
if(
mysql_num_rows(mysql_query("SELECT name FROM `themes` WHERE `name` = '$name'"))==0)
{
if((
time() - $_SESSION['themes']) > 60)
{
if(
mysql_query("INSERT INTO `themes` SET `id_forum` = '$id',`name` = '$name',`author_id` = '$user_inf[id]',`time`= NOW(),`status`='1'")==true)
{
$new mysql_insert_id();
$_SESSION['banan']=time();
$_SESSION['themes']=time();
echo 
'Тема СѓСЃРїРµС€РЅРѕ СЃРѕР·РґР°РЅР°!<br />
<a href="theme.php?id='
.$new.'">Перейти</a> РІ С‚ему<br />
'
;

mysql_query("INSERT INTO `posts` SET `id_theme` = '$new',`id_forum`='$id',`author_id` = '$user_inf[id]',`text` = '$text',`time` = NOW(),`ip`='$ip',`ua`='$ua_format[0]'");
mysql_query("UPDATE `users` SET `posts`=posts+1 WHERE `id` = '$user_inf[id]'");
}
}else{echo 
'Р—Р° РґРµСЃСЏС‚СЊ РјРёРЅСѓС‚ РјРѕР¶РЅРѕ СЃРѕР·РґР°С‚СЊ РЅРµ Р±РѕР»РµРµ РѕРґРЅРѕР№ С‚емы!<br />';}
}else{echo 
'Тема СЃ С‚аким РЅР°Р·РІР°РЅРёРµ СѓР¶Рµ РµСЃС‚СЊ!<br />
'
;}
}
else{echo 
'Р�спользуйсте РўРћР›Р¬РљРћ СЃРёРјРІРѕР»С‹ РєРёСЂРёР»РёС†С‹,латиницы Рё С†РёС„СЂС‹!<br />
'
;}

}
else{echo 
'Заполните РІСЃРµ РїРѕР»СЏ!<br />
'
;}

}
}else{echo 
'Такого РїРѕРґС„РѕСЂСѓРјР° РќР• СЃСѓС‰РµСЃС‚вует!<br />
'
;}

}
}else{

echo 
'&bull; <a href="./">Р’ С„РѕСЂСѓРј</a><br />
'
;
}
echo 
'</div><br />
'
;
}
else{echo 
'Эта СЃС‚раница С‚олько РґР»СЏ Р°РІС‚оризированых!<br />
'
;}
require_once 
'includes/foot.php';
##################################
#      Р’© Р’СЃРµ РїСЂР°РІР° Р·Р°С‰РёС‰РµРЅС‹      #
##################################
?>
Онлайн: 0
Реклама