| .. | |||||
| assets | |||||
| gallery | |||||
| page | |||||
| part | |||||
| favicon.ico | |||||
| index.php | |||||
| login.php |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.108 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dpmptsp/public_html/home/admin/ |
Upload File : |
<?php
session_start();
if (!isset($_SESSION['username']) || !isset($_SESSION['password']) || !isset($_SESSION['levelakses'])) {
}else{header('location:index.php');}
?>
<!doctype html>
<html class="fixed">
<head>
<!-- Basic -->
<title>LOGIN | Dinas Penanaman Modal dan Pelayanan Terpadu Satu Pintu Kota Pekanbaru</title>
<meta name="keywords" content="Dinas Penanaman Modal dan Pelayanan Terpadu Satu Pintu Kota Pekanbaru, dpmptsp, pekanbaru, pelayanan terpadu, penanaman modal" />
<meta name="description" content="Dinas Penanaman Modal dan Pelayanan Terpadu Satu Pintu Kota Pekanbaru">
<meta name="author" content="Dinas Penanaman Modal dan Pelayanan Terpadu Satu Pintu Kota Pekanbaru">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<!-- Vendor CSS -->
<link rel="stylesheet" href="assets/vendor/bootstrap/css/bootstrap.css" />
<link rel="stylesheet" href="assets/vendor/font-awesome/css/font-awesome.css" />
<!-- Specific Page Vendor CSS -->
<link rel="stylesheet" href="assets/vendor/pnotify/pnotify.custom.css" />
<!-- Theme CSS -->
<link rel="stylesheet" href="assets/stylesheets/theme.css" />
<!-- Skin CSS -->
<link rel="stylesheet" href="assets/stylesheets/skins/default.css" />
<!-- Theme Custom CSS -->
<link rel="stylesheet" href="assets/stylesheets/theme-custom.css">
<!-- Head Libs -->
<script src="assets/vendor/modernizr/modernizr.js"></script>
</head>
<body style="background:url('assets/images/arches.png');overflow-y:hidden;">
<!-- start: page -->
<section class="body-sign" >
<div class="center-sign">
<a href="#" id='position-4-error' class="logo pull-left" style="margin-top:-10%;">
<img src="../images/logo_dpmptsp_pku.png" height="100" />
</a>
<div class="panel panel-sign">
<div class="panel-title-sign mt-xl text-right">
<h2 class="title text-uppercase text-bold m-none"><i class="fa fa-user mr-xs"></i> L O G I N</h2>
</div>
<div class="panel-body">
<form action="index.php?act=login" method="post">
<div class="form-group mb-lg">
<div class="input-group input-group-icon">
<input name="username" type="text" class="form-control input-lg" placeholder="Username" style="font-size:16px;" required />
<span class="input-group-addon">
<span class="icon icon-lg">
<i class="fa fa-user"></i>
</span>
</span>
</div>
</div>
<div class="form-group mb-lg">
<div class="clearfix">
</div>
<div class="input-group input-group-icon">
<input name="password" type="password" class="form-control input-lg" placeholder="Password" style="font-size:16px;" required />
<span class="input-group-addon">
<span class="icon icon-lg">
<i class="fa fa-lock"></i>
</span>
</span>
</div>
</div>
<div class="row">
<div class="col-sm-8">
</div>
<div class="col-sm-4 text-right">
<button type="submit" class="btn btn-primary hidden-xs">Login</button>
<button type="submit" class="btn btn-primary btn-block btn-lg visible-xs mt-lg">Login</button>
</div>
</div>
</form>
</div>
</div>
<p class="text-center text-muted mt-md mb-md">© Copyright 2017. All Rights Reserved.</p>
</div>
</section>
<!-- end: page -->
<!-- Vendor -->
<script src="assets/vendor/jquery/jquery.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.js"></script>
<!-- Specific Page Vendor -->
<script src="assets/javascripts/bootstrap-notify.js"></script>
<script type="text/javascript">
$(document).ready(function(){
<?php
if(isset($_GET['e'])){
if($_GET['e']==1){$i='fa fa-warning';$m='Username atau Password Anda Salah!';$t='danger';}
?>
$.notify({
icon: '<?php echo $i; ?>',
message: "<?php echo $m; ?>"
},{
type: '<?php echo $t; ?>',
timer: 600,
placement: {
from: 'top',
align: 'center'
}
});
<?php
}
?>
});
</script>
</body>
</html>| .. | |||||
| assets | |||||
| gallery | |||||
| page | |||||
| part | |||||
| favicon.ico | |||||
| index.php | |||||
| login.php |