Размер файла: 4.62Kb
<?php
// mod by Golem http://veplog.ru
require_once"../template/start.php";
require_once"../template/regglobals.php";
require_once"../template/config.php";
require_once"../template/functions.php";
require_once"../template/antidos.php";
require_once"../template/cookies.php";
require_once"../template/gzip.php";
require_once"../template/header.php";
require_once"../template/referer.php";
include_once"../themes/$config_themes/index.php";
include_once"../template/isset.php";
echo'<div class="tp">Мои настройки</div>';
if ($provlog==$_SESSION['log'] && $provpar==md5($_SESSION['par']) && $_SESSION['log']!="" && md5($_SESSION['par'])!=""){
if($config_themes!="wml"){
echo'<div class=body><form method="post" action="insetting.php?'.SID.'">';
#----------------------------------------#
echo 'Тема по умолчанию:<br>';
echo '<select name="skins">';
echo '<option value="'.$config_themes.'">'.$config_themes.'</option>';
$dir = opendir (BASEDIR."themes");
while ($wapthemes = readdir ($dir)) {
if (is_dir(BASEDIR."themes/$wapthemes")) {
if($wapthemes=="." || $wapthemes==".." || $wapthemes==$config_themes) continue;
echo'<option value="'.$wapthemes.'">'.$wapthemes.'</option>';
}}
echo'</select><br>';
closedir ($dir);
#----------------------------------------#
echo'Новостей на стр.:<br><input name="news" value="'.$udata[22].'" /><br>';
echo'Сообщений в гостевой:<br><input name="bookpostus" value="'.$udata[21].'" /><br>';
echo'Сообщений в форуме:<br><input name="forumpost" value="'.$udata[23].'" /><br>';
echo'Тем в форуме:<br><input name="forumtem" value="'.$udata[24].'" /><br>';
echo'Cообщений в чате :<br><input name="chatpost" value="'.$udata[26].'" /><br>';
echo'Юзерлист чел. на стр.:<br><input name="userlist" value="'.$udata[25].'" /><br>';
echo'Автообновление чата в сек (max.300):<br><input name="rewnew" value="'.$udata[27].'" /><br>';
echo'Писем в привате на стр.:<br><input name="prrivs" value="'.$udata[32].'" /><br>';
echo'Временной сдвиг (+1 -1):<br><input name="sdvig" value="'.$udata[30].'" /><br>';
echo'IP+браузер в форуме:<br>';
echo'Да';
if($udata[31]=="1"){
echo'<input name="times" type="radio" value="1" checked>';
} else {
echo'<input name="times" type="radio" value="1" />';}
echo' ';
if($udata[31]=="0"){
echo'<input name="times" type="radio" value="0" checked>';
} else {
echo'<input name="times" type="radio" value="0" />';}
echo'Нет<br>';
echo'Включить аватары:<br>';
echo'Да';
if($udata[45]=="1"){
echo'<input name="editavator" type="radio" value="1" checked>';
} else {
echo'<input name="editavator" type="radio" value="1" />';}
echo' ';
if($udata[45]=="0"){
echo'<input name="editavator" type="radio" value="0" checked>';
} else {
echo'<input name="editavator" type="radio" value="0" />';}
echo'Нет<br>';
echo'Включить персонажа игры:<br>';
echo'Да';
if($udata[55]=="1"){
echo'<input name="editperson" type="radio" value="1" checked>';
} else {
echo'<input name="editperson" type="radio" value="1" />';}
echo' ';
if($udata[55]=="0"){
echo'<input name="editperson" type="radio" value="0" checked>';
} else {
echo'<input name="editperson" type="radio" value="0" />';}
echo'Нет<br>';
echo'Привязка к IP+браузер:<br>';
echo'Да';
if($udata[66]=="1"){
echo'<input name="ipcontrol" type="radio" value="1" checked>';
} else {
echo'<input name="ipcontrol" type="radio" value="1" />';}
echo' ';
if($udata[66]=="0"){
echo'<input name="ipcontrol" type="radio" value="0" checked>';
} else {
echo'<input name="ipcontrol" type="radio" value="0" />';}
echo'Нет<br>';
echo'Скрывать местонахождение:<br>';
echo'Да';
if($udata[74]=="1"){
echo'<input name="udata74" type="radio" value="1" checked>';
} else {
echo'<input name="udata74" type="radio" value="1" />';}
echo' ';
if($udata[74]=="0"){
echo'<input name="udata74" type="radio" value="0" checked>';
} else {
echo'<input name="udata74" type="radio" value="0" />';}
echo'Нет<br>';
echo'<input value="Изменить" type="submit" /></form></div>';
}
echo'<div class=panel>* Значение всех полей (max.50)</div>';
} else {
sleep(1);
header("Location:../pages/vhod.php");
exit();
}
echo'<div class=btm>[<a href="../index.php?'.SID.'">На главную</a>]</div>';
include_once"../themes/$config_themes/foot.php";
?>