File size: 3.9Kb
<?php
// автор скрипта - Arab
// icq - 9988817 сайт: http://bola.net.ru
include_once "../includ/functions.php";
include_once "../includ/login.php";
include_once "../includ/setting.php";
include_once "../includ/online.php";
if (!$_SESSION[login]=="" && !md5($_SESSION[password])=="" && md5($_SESSION[password])==$npassword && $_SESSION[login]==$nlogin){
if($m_level=="1" || $m_level=="2"){
include_once "../../css/red/index.php";
echo'<div class=agr><center><b>Доступность сайта</b></center></div><div class=bgr><div class=url>';
if(isset($save)){
$save=full_check($save);
$site=check($site);
$regis=check($regis);
$forumx=check($forumx);
$forum_upl=check($forum_upl);
$text = @file("$maindir/forum/data/mainconf.dat");
if ($text!=""){
$udata = explode("|",$text[0]);}
$text=$site.'|'.$regis.'|'.$forumx.'|'.$udata[3].'|'.$udata[4].'|'.$udata[5].'|'.$udata[6].'|'.$forum_upl.'|'.$udata[8].'|'.$udata[9].'|'.$udata[10].'|'.$udata[11].'|'.$udata[12].'|'.$udata[13].'|'.$udata[14].'|'.$udata[15].'|'.$udata[16].'|'.$udata[17].'|';
$text=str_replace("\r\n", "", $text);
$fp=fopen("$maindir/forum/data/mainconf.dat","r+");
flock($fp,LOCK_EX);
ftruncate($fp,0);
fputs($fp,"$text");
fflush($fp);
flock($fp,LOCK_UN);
fclose($fp);
echo'Настройки сохранены!</div></div>';
include_once "../../css/red/foot.php"; exit; }
// @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
$text = @file("$maindir/forum/data/mainconf.dat");
if ($text!=""){ $id = explode("|",$text[0]);}
echo'<b>Авторизация:</b>
<form method="post" action="onoff.php?save">';
echo'Открыта<br>';
if($id[0]=="0"){
echo'<input name="site" type="radio" value="0" checked>';}else{echo'<input name="site" type="radio" value="0">';}
echo'<br>Закрыта<br>';
if($id[0]=="2"){
echo'<input name="site" type="radio" value="2" checked>';}else{echo'<input name="site" type="radio" value="2">';}
///////////
echo'<br><br><div class="litegr"><b>Регистрация:</b></div>';
echo'Открыта<br>';
if($id[1]=="1"){
echo'<input name="regis" type="radio" value="1" checked>';}else{echo'<input name="regis" type="radio" value="1">';}
echo'<br>Закрыта<br>';
if($id[1]=="2"){
echo'<input name="regis" type="radio" value="2" checked>';}else{echo'<input name="regis" type="radio" value="2">';}
///////////
echo'<br><br><div class="litegr"><b>Форум:</b></div>';
echo'Открыт только для администрации<br>';
if($id[2]=="0"){
echo'<input name="forumx" type="radio" value="0" checked>';}else{echo'<input name="forumx" type="radio" value="0">';}
echo'<br>Открыт регистрированным<br>';
if($id[2]=="1"){
echo'<input name="forumx" type="radio" value="1" checked>';}else{echo'<input name="forumx" type="radio" value="1">';}
echo'<br>Открыт всем<br>';
if($id[2]=="2"){
echo'<input name="forumx" type="radio" value="2" checked>';}else{echo'<input name="forumx" type="radio" value="2">';}
///////////
echo'<br><br><div class="litegr"><b>Выгрузка файлов на форум:</b></div>';
echo'Закрыта для всех<br>';
if($id[7]=="0"){
echo'<input name="forum_upl" type="radio" value="0" checked>';}else{echo'<input name="forum_upl" type="radio" value="0">';}
echo'<br>Только админам<br>';
if($id[7]=="1"){
echo'<input name="forum_upl" type="radio" value="1" checked>';}else{echo'<input name="forum_upl" type="radio" value="1">';}
echo'<br>Всем пользователям<br>';
if($id[7]=="2"){
echo'<input name="forum_upl" type="radio" value="2" checked>';}else{echo'<input name="forum_upl" type="radio" value="2">';}
echo'<br><input value="Cохранить" type="submit"></form><br></div></div>';
include_once "../../css/red/foot.php";
} else { header ("Location: ../index.php"); }
} else { header ("Location: ../index.php"); }
?>