📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
esnafbul.demodesign.com.tr
/
panel
/
post
/
duzenle
📝
ozellik-modul-ayar.php
← Geri Dön
<?php ob_start(); session_start(); include "../../../includes/ayar.php"; date_default_timezone_set( 'Europe/Istanbul' ); $settings=$db->prepare("SELECT * from ayarlar where id='1'"); $settings->execute(array(0)); $ayar=$settings->fetch(PDO::FETCH_ASSOC); $siteurl = $ayar['site_url']; ?> <?php include_once '../../guvenlik.php'; if ($adminsorgusu->rowCount()===0) { header("Location: 404"); } else { if (isset($_POST['ozellikmoduldegis'])) { $ayarkaydet = $db->prepare( "UPDATE ozellik_ayar SET baslik_color=:baslik_color, spot_color=:spot_color, back_color=:back_color, padding=:padding, ozellik_limit=:ozellik_limit, width=:width, tags=:tags, meta_desc=:meta_desc, head_color=:head_color, icon_color=:icon_color, icon_border_radius=:icon_border_radius, icon_back_color=:icon_back_color, box_head_color=:box_head_color, box_spot_color=:box_spot_color, ozellik_button=:ozellik_button, button_bg=:button_bg WHERE id='1'" ); $update = $ayarkaydet->execute( array( 'baslik_color' => $_POST['baslik_color'], 'spot_color' => $_POST['spot_color'], 'back_color' => $_POST['back_color'], 'padding' => $_POST['padding'], 'ozellik_limit' => $_POST['ozellik_limit'], 'width' => $_POST['width'], 'tags' => $_POST['tags'], 'meta_desc' => $_POST['meta_desc'], 'head_color' => $_POST['head_color'], 'icon_color' => $_POST['icon_color'], 'icon_border_radius' => $_POST['icon_border_radius'], 'icon_back_color' => $_POST['icon_back_color'], 'box_head_color' => $_POST['box_head_color'], 'box_spot_color' => $_POST['box_spot_color'], 'ozellik_button' => $_POST['ozellik_button'], 'button_bg' => $_POST['button_bg'], ) ); if ($update) { Header("location: ../../pages.php?sayfa=ozellikmodul&status=success"); } else { Header("location: ../../pages.php?sayfa=ozellikmodul&status=warning"); } } } ?>
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula