One Hat Cyber Team
Your IP :
3.145.165.235
Server IP :
192.185.194.254
Server :
Linux raider.websitewelcome.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64
Server Software :
Apache
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home2
/
glenar
/
www
/
web
/
Panel
/
View File Name :
index.php
<?php ob_start(); session_start(); include ("fanction.php"); $General->AjaxCheckLogin('1'); ?> <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <link rel="stylesheet" href="css/bootstrap.min.css"> <link rel="stylesheet" href="css/bootstrap-rtl.min.css"> <link rel="stylesheet" href="css/reset.css"> <link rel="stylesheet" href="css/index.css"> <link rel="stylesheet" href="css/font-awesome.css" media="screen"> <title>Hotel Motel 24</title> <script type="text/javascript"> function notify() { var option = { body: 'شما از طرف مدیر یک پیغام داریم!', icon: 'http://localhost/ircodex/javascript/notification/notification_icon2.jpg', } var notify = new Notification('پیام جدید!', option); //alert(notify.title); setTimeout(function(){notify.close()}, 500); notify.onshow = function(){ console.log('Notification showing...'); }; notify.onclose = function(){ console.log('Notification closed!'); }; notify.onerror = function(){ console.log('Notification error!'); }; notify.onclick = function(){ console.log('Notification Click!'); }; } function showNotification(){ if ( !("Notification" in window) ) { console.error('Your browser does not support Notification'); //alert('Your browser does not support Notification'); } else if ( Notification.permission === "granted" ) { notify(); } else if ( Notification.permission !== "denied" ) { Notification.requestPermission(function(permission){ if ( permission === "granted" ) { notify(); } }); } } </script> </head> <body> <?php include("header.php"); ?> <div class="container" style="width: 100%; min-height: 100%;"> <div class="row" style="border-right: 72px solid #383A3F;"> <!-- tools start --> <?php include ("menu.php"); ?> <!-- tools end --> <!-- main start --> <div class="pull-left main-content"> <div class="clear" style="padding-bottom: 20px;"></div> <div class="col-md-3 right-box"> <div class="panel panel-default" style="border-top: 3px solid #008c9e"> <div class="panel-body" style="padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px;"> <div class="user-box-bg"> <img src="img/user-box-bg.jpg" width="100%"> </div> <div class="clear"></div> <img class="user-avatar" src="img/avatar.jpg"> <div class="user-detail"> <div>هتل <?php echo $_SESSION['AdminName']; ?>، خوش آمدید</div> <div> نام کاربری : <?php echo $_SESSION['AdminUsername']; ?></div> </div> <div class="clear"></div> <hr style="margin: 10px 0px 0px 0px;"> <div class="col-md-6" style="padding: 10px 10px 0px 10px; margin-bottom: 0px;"> <a href="#" class="btn btn-default" role="button" style="float: left; font-size: 11px; width: 100%; margin-bottom: 10px;">ویرایش کلمه عبور</a> </div> <div class="col-md-6" style="padding: 10px 10px 0px 10px; margin-bottom: 0px;"> <a href="#" class="btn btn-default" role="button" style="float: right; font-size: 11px; width: 100%;margin-bottom: 10px;">حساب کاربری</a> </div> <div class="clear"></div> </div> </div> </div> <div class="col-md-3"> <div class="panel-body top-info-box"> <div class="fa fa-file-text-o"></div> <div class="desc"> <span style="font-size: 24px; font-weight: bold">2,754</span> <br> <span style="font-size: 12px; font-weight: bold">تعداد اتاق ها</span> </div> </div> </div> <div class="col-md-3"> <div class="panel-body top-info-box"> <div class="fa fa-heart-o"></div> <div class="desc"> <span style="font-size: 24px; font-weight: bold">28,291</span> <br> <span style="font-size: 12px; font-weight: bold">رزرو شده</span> </div> </div> </div> <div class="col-md-3"> <div class="panel-body top-info-box"> <div class="fa fa-life-ring"></div> <div class="desc"> <span style="font-size: 24px; font-weight: bold">37</span> <br> <span style="font-size: 12px; font-weight: bold">تیکت</span> </div> </div> </div> </div> <!-- main end --> <button onClick="showNotification()">Click To Notify!</button> </div> </div> <div class="footer"> <div class="raspina pull-right" style="min-width: 72px;"> <div class="rs-name"><span class="fa fa-copyright" style="font-size: 18px;"></span></div> <div class="rs-version">2016</div> </div> <div class="copyright"> </div> <div class="rsabout"> <a href="" target="_blank">طر احی و پیاده سازی توسط </a> </div> </div> <script src="js/jquery-2.2.3.min.js"></script> <script src="js/bootstrap.min.js"></script> <script src="js/chart.bundle.min.js"></script> <script src="js/chart_config.js"></script> <script src="js/mycode.js"></script> </body> </html>