📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
makalesatisscripti.demodesign.com.tr
/
adminp
📝
index.php
← Geri Dön
<?php include ('config.php'); $query = mysqli_query($connect, "SELECT * FROM site_data WHERE id = 1"); $fetch = mysqli_fetch_array($query); $site_name = $fetch['site_name']; $site_aciklama = $fetch['site_aciklama']; ?> <!DOCTYPE html> <html class="loading" lang="en" data-textdirection="ltr"> <!-- BEGIN: Head--> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0"> <meta name="description" content="Frest admin is super flexible, powerful, clean & modern responsive bootstrap 4 admin template with unlimited possibilities."> <meta name="keywords" content="admin template, Frest admin template, dashboard template, flat admin template, responsive admin template, web app"> <meta name="author" content="PIXINVENT"> <title><?=$site_name;?> - <?=$site_aciklama;?></title> <link rel="apple-touch-icon" href="themes/images/ico/apple-icon-120.png"> <link rel="shortcut icon" type="image/x-icon" href="themes/images/ico/favicon.ico"> <link href="https://fonts.googleapis.com/css?family=Rubik:300,400,500,600%7CIBM+Plex+Sans:300,400,500,600,700" rel="stylesheet"> <!-- BEGIN: Vendor CSS--> <link rel="stylesheet" type="text/css" href="themes/vendors/css/vendors.min.css"> <!-- END: Vendor CSS--> <!-- BEGIN: Theme CSS--> <link rel="stylesheet" type="text/css" href="themes/css/bootstrap.css"> <link rel="stylesheet" type="text/css" href="themes/css/bootstrap-extended.css"> <link rel="stylesheet" type="text/css" href="themes/css/colors.css"> <link rel="stylesheet" type="text/css" href="themes/css/components.css"> <link rel="stylesheet" type="text/css" href="themes/css/themes/dark-layout.css"> <link rel="stylesheet" type="text/css" href="themes/css/themes/semi-dark-layout.css"> <!-- END: Theme CSS--> <!-- BEGIN: Page CSS--> <link rel="stylesheet" type="text/css" href="themes/css/core/menu/menu-types/vertical-menu.css"> <link rel="stylesheet" type="text/css" href="themes/css/pages/authentication.css"> <!-- END: Page CSS--> <!-- BEGIN: Custom CSS--> <!-- END: Custom CSS--> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.css" /> </head> <!-- END: Head--> <!-- BEGIN: Body--> <body class="vertical-layout vertical-menu-modern boxicon-layout no-card-shadow 1-column navbar-sticky footer-static bg-full-screen-image blank-page" data-open="click" data-menu="vertical-menu-modern" data-col="1-column"> <!-- BEGIN: Content--> <div class="app-content content"> <div class="content-overlay"></div> <div class="content-wrapper"> <div class="content-header row"> </div> <div class="content-body"> <!-- login page start --> <section id="auth-login" class="row flexbox-container"> <div class="col-xl-8 col-11"> <div class="card bg-authentication mb-0"> <div class="row m-0"> <!-- left section-login --> <div class="col-md-6 col-12 px-0"> <div class="card disable-rounded-right mb-0 p-2 h-100 d-flex justify-content-center"> <div class="card-header pb-1"> <div class="card-title"> <h4 class="text-center mb-2">Admin Panel</h4> </div> </div> <div class="card-body"> <div class="form-group mb-50"> <label class="text-bold-600" for="exampleInputEmail1">Kullanıcı Adı</label> <input type="email" class="form-control" id="username" placeholder="Kullanıcı Adı"></div> <div class="form-group"> <label class="text-bold-600" for="exampleInputPassword1">Şifre </label> <input type="password" class="form-control" id="password" placeholder="Şifre"> </div> <button id="btn-login" type="submit" class="btn btn-primary glow w-100 position-relative">GİRİŞ YAP<i id="icon-arrow" class="bx bx-right-arrow-alt"></i></button> <hr> </div> </div> </div> <!-- right section image --> <div class="col-md-6 d-md-block d-none text-center align-self-center p-3"> <img class="img-fluid" src="themes/images/pages/login.png" alt="branding logo"> </div> </div> </div> </div> </section> <!-- login page ends --> </div> </div> </div> <!-- END: Content--> <!-- BEGIN: Vendor JS--> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js" integrity="sha512-STof4xm1wgkfm7heWqFJVn58Hm3EtS31XFaagaa8VMReCXAkQnJZ+jEy8PCC/iT18dFy95WcExNHFTqLyp72eQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> <script src="themes/vendors/js/vendors.min.js"></script> <script src="themes/fonts/LivIconsEvo/js/LivIconsEvo.tools.js"></script> <script src="themes/fonts/LivIconsEvo/js/LivIconsEvo.defaults.js"></script> <script src="themes/fonts/LivIconsEvo/js/LivIconsEvo.min.js"></script> <!-- BEGIN Vendor JS--> <!-- BEGIN: Page Vendor JS--> <!-- END: Page Vendor JS--> <!-- BEGIN: Theme JS--> <script src="themes/js/core/app-menu.js"></script> <script src="themes/js/core/app.js"></script> <script src="themes/js/scripts/components.js"></script> <script src="themes/js/scripts/footer.js"></script> <!-- END: Theme JS--> <!-- BEGIN: Page JS--> <!-- END: Page JS--> <script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/1.1.3/sweetalert.min.js"></script> <script src="system/js/cstm.min.js"></script> </body> <!-- END: Body--> </html>
💾 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