Вход Регистрация
Файл: sett_new_year.php
Строк: 118
<?
include_once 'sys/inc/start.php';
include_once 
'sys/inc/compress.php';
include_once 
'sys/inc/sess.php';
include_once 
'sys/inc/home.php';
include_once 
'sys/inc/settings.php';
include_once 
'sys/inc/db_connect.php';
include_once 
'sys/inc/ipua.php';
include_once 
'sys/inc/fnc.php';
include_once 
'sys/inc/user.php';
include_once 
'sys/inc/icons.php';
only_reg();
$set['title']='Новогодние настройки';
include_once 
'sys/inc/thead.php';
title();
error_reporting(0);

if (
mysql_result(mysql_query('SELECT COUNT(*) FROM `sett_new_year` WHERE `id_user` = '.$user['id'].''), 0) == 0
mysql_query("INSERT INTO `sett_new_year` (`id_user`,`girl_left`,`girl_top`,`tree_right`,`tree_left`,`tree_left2`,`snow`,`tree_bottom`,`do_year`,`felicitation`) values ('$user[id]','0','0','0','0','0','0','0','0','0') ");

$year=mysql_fetch_assoc(mysql_query("SELECT * FROM `sett_new_year` WHERE `id_user`='$user[id]' "));

$a=htmlspecialchars($_GET['a']);
switch(
$a){
    
default:
?>
<form method="post" action="?a=save">
Гирлянда слева сайта:<br />
<select name="girl_left">
<option value="1">Включить</option>
<option <? if($year['girl_left']==0) echo'selected';?> value="0">Выключить</option>
</select><br />


Гирлянда вверху сайта<br />
<select name="girl_top">
<option value="1">Включить</option>
<option <? if($year['girl_top']==0) echo'selected';?> value="0">Выключить</option>
</select><br />




Ёлочка справа сайта:<br />
<select name="tree_right">
<option value="1">Включить</option>
<option <? if($year['tree_right']==0) echo'selected';?> value="0">Выключить</option>
</select><br />


Ёлочка слева сайта:<br />
<select name="tree_left">
<option value="1">Включить</option>
<option <? if($year['tree_left']==0) echo'selected';?> value="0">Выключить</option>
</select><br />



Живая ёлочка слева сайта:<br />
<select name="tree_left2">
<option value="1">Включить</option>
<option <? if($year['tree_left2']==0) echo'selected';?> value="0">Выключить</option>
</select><br />

Снег на сайта:<br />
<select name="snow">
<option value="1">Включить</option>
<option <? if($year['snow']==0) echo'selected';?> value="0">Выключить</option>
</select><br />


Ёлочка внизу справа:<br />
<select name="tree_bottom">
<option value="1">Включить</option>
<option <? if($year['tree_bottom']==0) echo'selected';?> value="0">Выключить</option>
</select><br />


Счётчик "До Нового Года осталось":<br />
<select name="do_year">
<option value="1">Включить</option>
<option <? if($year['do_year']==0) echo'selected';?> value="0">Выключить</option>
</select><br />

Блок поздравления от Администрации:<br />
<select name="felicitation">
<option value="1">Включить</option>
<option <? if($year['felicitation']==0) echo'selected';?> value="0">Выключить</option>
</select><br />


<input type="submit" value="Сохранить">

</form>
<?
break;    
case
'save':

$girl_left=intval($_POST['girl_left']);
$girl_top=intval($_POST['girl_top']);
$tree_right=intval($_POST['tree_right']);
$tree_left=intval($_POST['tree_left']);
$tree_left2=intval($_POST['tree_left2']);
$snow=intval($_POST['snow']);
$tree_bottom=intval($_POST['tree_bottom']);
$do_year=intval($_POST['do_year']);
$felicitation=intval($_POST['felicitation']);


 
mysql_query("UPDATE `sett_new_year` SET `girl_left`='$girl_left',`girl_top`='$girl_top',`tree_right`='$tree_right',`tree_left`='$tree_left',`tree_left2`='$tree_left2',`snow`='$snow',`tree_bottom`='$tree_bottom',`do_year`='$do_year',`felicitation`='$felicitation' WHERE `id_user`='$user[id]' ");
 
msg("Настройки успешно изменены!");
?><div class="foot"><a href="?">Назад</a></div><?

break;    
}



include_once 
'sys/inc/tfoot.php';
?>
Онлайн: 1
Реклама