Demo : http://aykiriman.com/demo/
İndir: https://yadi.sk/d/EQ26moImVmeBt
ÖNEMLİ NOTLAR:
* Admin paneli şifresi için
-------------------------------
inc/baglan.php'yi açın,
#Admin Paneli#
define("adminuser","****");
define("adminpass","******");
* İçerik Eklemek İçin Embed Kısmı
----------------------------------
<!--Part Başlığı 1-->
embed
<!--Part Başlığı 2-->
embed
<!--Part Başlığı 3-->
embed
Yarım gözükme, kod hataları alan arkadaşlar aşağıdaki link ile devam edin
https://www.r10.net/1069349585-post29.html
/ADMİN/index.php 'i dosyasını değiştirin.
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="utf-8">
<title>Admin Paneli</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Charisma, a fully featured, responsive, HTML5, Bootstrap admin template.">
<meta name="author" content="Muhammad Usman">
<!-- The styles -->
<link id="bs-css" href="css/bootstrap-cerulean.css" rel="stylesheet">
<style type="text/css">
body {
padding-bottom: 40px;
}
.sidebar-nav {
padding: 9px 0;
}
</style>
<link href="css/bootstrap-responsive.css" rel="stylesheet">
<link href="css/charisma-app.css" rel="stylesheet">
<link href="css/jquery-ui-1.8.21.custom.css" rel="stylesheet">
<link href='css/fullcalendar.css' rel='stylesheet'>
<link href='css/fullcalendar.print.css' rel='stylesheet' media='print'>
<link href='css/chosen.css' rel='stylesheet'>
<link href='css/uniform.default.css' rel='stylesheet'>
<link href='css/colorbox.css' rel='stylesheet'>
<link href='css/jquery.cleditor.css' rel='stylesheet'>
<link href='css/jquery.noty.css' rel='stylesheet'>
<link href='css/noty_theme_default.css' rel='stylesheet'>
<link href='css/elfinder.min.css' rel='stylesheet'>
<link href='css/elfinder.theme.css' rel='stylesheet'>
<link href='css/jquery.iphone.toggle.css' rel='stylesheet'>
<link href='css/opa-icons.css' rel='stylesheet'>
<link href='css/uploadify.css' rel='stylesheet'>
<!-- The HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- The fav icon -->
<link rel="shortcut icon" href="img/favicon.ico">
</head>
<body>
<div class="container-fluid">
<div class="row-fluid">
<div class="row-fluid">
<div class="span12 center login-header">
<h2>Admin Paneline HoÅŸgeldin</h2>
</div><!--/span-->
</div><!--/row-->
<div class="row-fluid">
<div class="well span5 center login-box">
<div class="alert alert-info">
<?php error_reporting(0);
require_once("../inc/baglan.php");
if($_SESSION['admin']){header("location:panel.php"); echo '<meta http-equiv="refresh" content="0;URL=/admin/panel.php">';}
if(
$_POST){
if($_POST['username'] == adminuser && $_POST['password'] == adminpass){
$_SESSION['admin'] = 1;
echo '<font color="green">Giriş Başarılı Yönlendiriliyorsunuz</font>
';
header("location:panel.php");
echo '<meta http-equiv="refresh" content="2;URL=/admin/panel.php">';
}
else{echo '<font color="red">Kullanıcı adı ve şifre yanlış</font>';}
}
else{echo "Lütfen kullanıcı adı ve şifre giriniz.";} ?>
</div>
<form class="form-horizontal" action="" method="post">
<fieldset>
<div class="input-prepend" title="Username" data-rel="tooltip">
<span class="add-on"><i class="icon-user"></i></span><input autofocus class="input-large span10" name="username" id="username" type="text" />
</div>
<div class="clearfix"></div>
<div class="input-prepend" title="Password" data-rel="tooltip">
<span class="add-on"><i class="icon-lock"></i></span><input class="input-large span10" name="password" id="password" type="password" />
</div>
<div class="clearfix"></div>
<p class="center span5">
<button type="submit" class="btn btn-primary">Login</button>
</p>
</fieldset>
</form>
</div><!--/span-->
</div><!--/row-->
</div><!--/fluid-row-->
</div>
</body>
</html>