Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
housgcjs
elaan.net
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
<?php $path="admin/orna/"; require_once('admin/orna/db.php'); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content=""> <meta name="keyword" content=""> <title>Software Backup</title> <script src="assets/js/now.js"></script> <!-- Bootstrap core CSS --> <link href="assets/css/bootstrap.css" rel="stylesheet"> <link href="assets/css/orna.css" rel="stylesheet"> <!--external css--> <link href="assets/font-awesome/css/font-awesome.css" rel="stylesheet" /> <link rel="stylesheet" type="text/css" href="assets/js/gritter/css/jquery.gritter.css" /> <!-- Custom styles for this template --> <link href="assets/css/style.css" rel="stylesheet"> <link href="assets/css/style-responsive.css" rel="stylesheet"> <!-- select2 --> <link href="assets/css/select/select2.min.css" rel="stylesheet"> <link rel="icon" type="image/x-icon" href="assets/img/favicon.ico"> <link href="assets/js/datatables/jquery.dataTables.min.css" rel="stylesheet" type="text/css" /> <link href="assets/js/datatables/buttons.bootstrap.min.css" rel="stylesheet" type="text/css" /> <link href="assets/js/datatables/fixedHeader.bootstrap.min.css" rel="stylesheet" type="text/css" /> <link href="assets/js/datatables/responsive.bootstrap.min.css" rel="stylesheet" type="text/css" /> <link href="assets/js/datatables/scroller.bootstrap.min.css" rel="stylesheet" type="text/css" /> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <style type="text/css"> .form{ margin-bottom:1em; } .success{ color:#868686; font-weight: bold; } #form-wrapper{ background-color:white; margin:1em 0em; padding-top: 1em; } .wrapper { padding:15px 0px !important; } list .nav-header { margin-right: -15px; margin-left: -15px; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); } .nav-header { display: block; padding: 3px 15px; font-size: 11px; font-weight: bold; line-height: 20px; color: #999999; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); text-transform: uppercase; } .nav-tabs .divider { *width: 100%; height: 1px; margin: 9px 1px; *margin: -5px 0 5px; overflow: hidden; background-color: #e5e5e5; border-bottom: 1px solid #e8e8e8; } .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus { color: #ffffff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2); background-color: #d9534f !important; margin-right: 0px; border-radius:0; border: none !important; } .container { margin-left: 0px; padding-left: 0px; } .breadcrumb { padding: 8px 15px; margin-bottom: 0px; list-style: none; background-color: white; border-radius: 0px; } .nav-tabs{ border-bottom: 0px; } .tab-content{ overflow: scroll; padding: 1em; background-color: #f5f5f5; border: 1px solid #e3e3e3; } .tab-pane{ min-height: 330px; } .tab-pane p{ color: #a2a2a2; font-size: 12px; margin: 0 0 3px !important; } .control-label{ padding-top: 8px; } .linked{ color:green; font-size: 1.1em; margin-left: 1em; } .not-linked{ color:red; font-size: 1.1em; margin-left: 1em; } .help{ color:dimgrey; font-size: 1.1em; margin-left: 0.5em; cursor: pointer; } .popover { text-align: left !important; } .module_box{ width: 32%; margin:0em 0em 0.5em 0.5em; padding-left: 0px; background-color: white; border: 1px solid #eaeaea; } .module_box .icon{ text-align: center; width: 25%; float: left; padding: 0.5em; color: white; font-size: 2em; background-color: #dc3939; } .module_box .text{ padding: 1em 0 0 1em; overflow: hidden; width: 75%; float: right; text-align: left; } .module_box h3{ font-size: 18px; font-weight: bold; color: #8e8e8e; margin:0em; } .module_box span{ color: #c3c3c3; font-size: 0.9em; } #datatable_wrapper .row, #datatable2_wrapper .row{ margin: 1px !important; } #datatable2_wrapper .col-sm-6 { width: 47%;} .dataTables_length select.input-sm { line-height: 12px !important; } .table{ width: 100% !important; } .well{ min-height: 600px; } #module_title{ font-weight: bold; color: #6b6b6b; } .help_text{ line-height: 22px !important; } #help_acl{ overflow: scroll; } .acl{ display: none; } .address{ line-height: 15px !important; padding-top: 8px; font-size: 0.5em; color: #ccc; } td a{ color: dimgrey; text-decoration: none; } td a:hover{ text-decoration: none; } </style> </head> <body> <section id="container" > <!--header start--> <?php require_once('inc-core/header.inc')?> <!--header end--> <!--sidebar start--> <?php require_once('inc-core/side-bar.inc');?> <!--sidebar end--> <!--main content start--> <section id="main-content"> <section class="wrapper site-min-height"> <!--content-start--> <div id="title"> <div class="row"> <div class="col-sm-12"> <h1><i class="fa fa-database"></i> Software Backup</h1> <p> You can backup your organisation's data.</p> </div> </div> </div> <div id="form-wrapper"> <div class="row"> <ul class="breadcrumb"> <li><a href="menu.php">ProFinance</a> <span class="divider"></span></li> <li><a href="#">Administrator</a> <span class="divider"></span></li> <li class="active">Backup</li> </ul> <div class="clear-fix"></div> <div class="container col-md-3"> <div class="well" style="margin-right:1em;padding:8px 0px;border-radius:0px;"> <ul class="nav nav-tabs nav-stacked myTab"> <li class="nav-header">Structure</li> <li class="active"><a href="#backup_list">Backup Logs</a></li> <li class="divider"></li> </ul> </div> </div> <div> <div class="tab-content col-md-9"> <!--Backup List--> <div role="tabpanel" class="tab-pane fade in active" id="backup_list"> <div class="col-md-12" style="margin-bottom:2em;"> <div class="col-md-7"> <h4 style="margin-top: 1px;">Backup Logs</h4> <p>Following are the available backups.</p> </div> <div class="col-md-5 myTab" style="text-align:right;"> <a href="#backup_authentication" title="Generate Backup"><button class="btn-xs btn-dark"> <i class="fa fa-plus"> </i> Backup</button> </a> </div> </div> <table id="datatable2" class="table table-striped table-bordered table-hover go"> <thead> <tr class="table_header"> <th>Sr. #</th> <th width="30%">Backup Date</th> <th width="30%">Backup Time</th> <th>Manage</th> <th>Generated by</th> <th width="10%">Action</th> </tr> </thead> <tbody> <?php $sql_backup="select * from `".$MySQL_database."`.backup_list order by date,time ASC;"; $query_backup=mysqli_query($connection,$sql_backup); $backup_rows=mysqli_num_rows($query_backup); $sr=0; if($backup_rows>0){ while($backup = mysqli_fetch_assoc($query_backup)){ $sr++; if(file_exists("admin/bbdbbk/backups/".$backup['file_name'])){ $download_link="admin/bbdbbk/backups/".$backup['file_name']; }else{ $download_link="#"; } $backup_button=" <div style=\"display:inline-block;\"> <a href=\"#\"> <button class=\"btn btn-default btn-xs\"><i class=\"fa fa-calendar\"></i> Restore Backup</button> </a> </div>"; print " <tr> <td>".$sr."</td> <td>".date('d M Y', strtotime($backup['date']))."</td> <td>".date('H:i', strtotime($backup['time']))."</td> <td class='myTab'>".$backup_button."</td> <td>".ucwords($backup['user'])."</td> <td> <button class=\"btn btn-danger btn-xs\"><i class=\"fa fa-trash-o\"></i></button> <a href='".$download_link."' download><button class=\"btn btn-primary btn-xs\" ><i class=\"fa fa-download\"></i></button></a> </td> </tr>"; }; }else{ print" <tr> <td colspan=\"6\" style=\"text-align:center;font-weight:bold;\">No Backups Available!</td></tr>"; } ?> </tbody> </table> </div> <!--Backup List--> <!--Backup Authentication Login--> <div role="tabpanel" class="tab-pane fade" id="backup_authentication"> <div class="col-md-12 myTab" style="text-align:right;"> <a href="#backup_list" title="Back"><button class="btn-xs btn-default"> <i class="fa fa-chevron-left"> </i> Back</button> </a> </div> <center> <div class="col-sm-4" ></div> <div class="form-panel col-sm-4" > <form style="padding:10px 30px" id="form_lgn" class="style-form" action="admin/ajax/php/system_authentication.php" method="POST" autocomplete="off"> <div class="row"> <h3><i class="fa fa-exclamation-triangle"></i> System Login is Required!</h3> <span>Only authorized personals are allowed to access backup module.</span> <div class="form-group" style="padding-top:15px"> <div class="col-sm-12"> <i class="fa fa-user"></i> User Name: <input type="text" name="usrnm" class="form-control" placeholder="User Name" required autocomplete="off" style="text-transform:unset;"> </div> <div class="col-sm-12" style="padding-top:10px;"> <i class="fa fa-key"></i> Password: <input type="password" name="pass" class="form-control" placeholder="Password" required autocomplete="off" style="text-transform:unset;"> </div> <div class="col-sm-12" style="padding:10px 0 0 0;"> <button type="submit" id="lgn_btn" class="btn btn-theme">Proceed</button> </div> </div> </div> </form> </div> <div class="col-sm-4" ></div> </center> </div> <!--Backup Authentication Login--> <!--Backup PinCode--> <div role="tabpanel" class="tab-pane fade" id="backup_pin"> <center> <div class="col-sm-4" ></div> <div class="form-panel col-sm-4" > <form style="padding:10px 30px;text-align:center;" id="pin_lgn" class="style-form" action="admin/ajax/php/system_authentication.php" method="POST" autocomplete="off"> <div class="row"> <h3><i class="fa fa-lock"></i> Two-Factor Authentication</h3> <span>Dynamic Pin Code Authentication via E-mail</span> <div class="form-group" style="padding-top:15px"> <div class="col-md-8 col-md-offset-2"> To authenticate, please check your registered email and entered the dynamic pin below <input type="text" name="auth_pin" class="form-control" placeholder="Enter Dynamic Pin Code" required autocomplete="off"> </div> <div class="col-sm-12" style="padding:10px 0 0 0;text-align:center;"> <button type="submit" name="auth_btn" class="btn btn-danger">Authenticate Pin</button> </div> <div class="clearfix"></div> </div> </div> </form> </div> <div class="col-sm-4" ></div> </center> </div> <!--Backup PinCode--> </div> </div> </div> </div> <!--content-end--> </section><!--/wrapper --> </section><!-- /MAIN CONTENT --> <!--main content end--> <!--footer start--> <footer class="site-footer"> <div class="text-center"> <?php echo date('Y');?> - ProFinance TM <a href="#" class="go-top"> <i class="fa fa-angle-up"></i> </a> </div> </footer> <!--footer end--> </section> <!-- js placed at the end of the document so the pages load faster --> <script src="assets/js/jquery.js"></script> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/js/jquery-ui-1.9.2.custom.min.js"></script> <script src="assets/js/jquery.ui.touch-punch.min.js"></script> <script class="include" type="text/javascript" src="assets/js/jquery.dcjqaccordion.2.7.js"></script> <script src="assets/js/jquery.scrollTo.min.js"></script> <script src="assets/js/jquery.nicescroll.js" type="text/javascript"></script> <!--script for this page--> <script type="text/javascript" src="assets/js/gritter/js/jquery.gritter.js"></script> <script src="admin/ajax/js/backup.js" type="text/javascript"></script> <!-- select2 --> <script src="assets/js/select/select2.full.js"></script> <!--common script for all pages--> <script src="assets/js/common-scripts.js"></script> <!-- Datatables--> <script src="assets/js/datatables/jquery.dataTables.min.js"></script> <script src="assets/js/datatables/dataTables.bootstrap.js"></script> <script src="assets/js/datatables/dataTables.buttons.min.js"></script> <script src="assets/js/datatables/buttons.bootstrap.min.js"></script> <script src="assets/js/datatables/jszip.min.js"></script> <script src="assets/js/datatables/pdfmake.min.js"></script> <script src="assets/js/datatables/vfs_fonts.js"></script> <script src="assets/js/datatables/buttons.html5.min.js"></script> <script src="assets/js/datatables/buttons.print.min.js"></script> <script src="assets/js/datatables/dataTables.fixedHeader.min.js"></script> <script src="assets/js/datatables/dataTables.keyTable.min.js"></script> <script src="assets/js/datatables/dataTables.responsive.min.js"></script> <script src="assets/js/datatables/responsive.bootstrap.min.js"></script> <script src="assets/js/datatables/dataTables.scroller.min.js"></script> <script type="text/javascript"> $('.myTab a').click(function (e) { e.preventDefault(); $(this).tab('show'); }) <?php if(isset($_GET['active'])){ print " $('.myTab a[href=\"#".$_GET['active']."\"]').tab('show')"; } ?> </script> <!-- select2 --> <script> $(document).ready(function () { $(".select1_single").select2({ placeholder: "CHOOSE", allowClear: true }); //Datatables $('#datatable').dataTable(); $('#datatable2').dataTable(); //Datatables }); var height = $('.container').height(); $('.tab-content').css({'min-height' : height-20 , 'max-height' : height-20}); </script> <!-- /select2 --> </body> </html>
Free Space : 77942734848 Byte