Tn Jones Shell Bypass
:
3.15.144.162
:
160.187.54.56 / upgov.net
:
Linux 160-187-54-56.cprapid.com 4.18.0-553.22.1.lve.1.el7h.x86_64 #1 SMP Tue Oct 8 14:36:03 UTC 2024 x86_64
:
/
home
/
upgov
/
www
/
rmpyrll
/
Upload File:
files >> /home/upgov/www/rmpyrll/kitchen_product_issue.php
<?php date_default_timezone_set("Asia/Kolkata"); ?> <?php include("connection.php"); ?> <?php $msg=""; if(isset($_REQUEST['submit'])) { $Product_issue_by = $_REQUEST['Product_issue_by']; $Quantity = $_REQUEST['Quantity']; $Issue_quantity = $_REQUEST['Issue_quantity']; $created_date = date("y-m-d"); $Remark=$_REQUEST['Remark']; $sql=mysql_query("INSERT INTO kitchen_store_issue_product(Product_issue_by,Quantity,Issue_quantity,created_date,Remark) VALUES ('$Product_issue_by','$Quantity','$Issue_quantity','$created_date','$Remark');")or die(mysql_error()); if($sql==true) { echo "<script>"; echo "location.href='tables_product_issue.php'"; echo "</script>"; $msg="<font color='navy'>Record saved</font>"; } else { die("Details already Exist in our Record<br>"); } } ?> <!DOCTYPE html> <html> <head> <title>DDU-GKY-Rama</title> <link href="css/bootstrap.css" rel='stylesheet' type='text/css'/> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="js/jquery.min.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="keywords" content="Payroll Responsive web template, Bootstrap Web Templates, Flat Web Templates, Andriod Compatible web template, Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyErricsson, Motorola web design" /> <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> <link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen" /> <link href="css/style_room.css" rel="stylesheet" type="text/css" media="all" /> <!---- start-smoth-scrolling----> <script type="text/javascript" src="js/move-top.js"></script> <script type="text/javascript" src="js/easing.js"></script> <script src="js/jquery.easydropdown.js"></script> <script src="js/cbpViewModeSwitch.js" type="text/javascript"></script> </head> <body> <div class="header"> <div class="container"> <div class="logo"> <a href="../index.html"><img src="images/logo.png" alt=""/></a> </div> <div class="top-menu"> <span class="menu"> </span> </div> <div id="sb-search" class="sb-search"> <h4 align="right"><a href="logout.php"><img src="images/logout.jpg"></a></h4> </div> <!-- search-scripts --> <script src="js/classie.js"></script> <script src="js/uisearch.js"></script> <!-- //search-scripts --> <div class="clearfix"></div> </div> <div class="clearfix"></div> </div> <!-- header-section-ends --> <div class="content"> <br> <div class="good-design"> <h1><b>DDU-GKY KITCHEN PRODUCT ISSUED BY</b></h1> <br><br> <form method="POST" enctype="multipart/form-data"> <table style="border:1px solid black;width:50%;" class="form" cellpadding="2px" align="center" > <tr> <td colspan="2" style="height:35px;border:1px solid black;background-color:#2A5CAA;color:white;size:35px;" align="center"> <b>Product Issued By</b></td></tr> <tr><td colspan="2"><br></td></tr> <tr> <td align="right"><strong><font color="navy">Product Name </font></strong></td> <td> <select class="ddlNormal" id="Product_issue_by" name="Product_issue_by" required="required" style="width:350px;height:35px;text-transform:uppercase;color:black;" > <?php $sql=mysql_query("select distinct Product_purchase_by from kitchen_store_inv_pur order by Product_purchase_by")or die(""); while($r = mysql_fetch_array($sql)) { ?> <option value="<?php echo $r['Product_purchase_by'];?>"><?php echo $r['Product_purchase_by'];?></option> <?php } ?> </select> </td> </tr> <tr><td colspan="2"><br></td></tr> <tr> <td align="right"><strong><font color="navy">Quantity: </font></strong></td> <td><input type="text" name="Quantity" id="Quantity" autocomplete="OFF" required="required" style="width:350px;height:35px;text-transform:uppercase;color:black;" > </td> </tr> <tr><td colspan="2"><br></td></tr> <tr> <td align="right"><strong><font color="navy">Remarks: </font></strong></td> <td><textarea name="Remark" autocomplete="OFF" maxlength='500' style="width:350px;height:100px;text-transform:uppercase;color:black;" ></textarea> </td> </tr> <tr><td colspan="2"><br></td></tr> <tr> <td colspan='2' align='right'> <input type="submit" name='submit' value="submit" style="font-weight:bold;width:80px;height:30px;background-color:#2A5CAA;color:white;"> <a href="dashboard.php"><input type="button" name="" value="Home" style="font-weight:bold;width:80px;height:30px;background-color:#2A5CAA;color:white;"></a> </td> </tr> <tr><td colspan="2"><br></td></tr> </table> </form> <br><br> <?php echo $msg;?> </div> </div> <div class="footer"> <div class="container"> <div class="clearfix"></div> <div class="footer-bottom"> <p>© 2018 DDU-GKY (Rama Infotech Pvt Ltd). All rights reserved | Design by <a href="http://ramaipl.com">Rama Infotech Pvt Ltd</a></p> </div> <script type="text/javascript"> $(document).ready(function() { /* var defaults = { containerID: 'toTop', // fading element id containerHoverID: 'toTopHover', // fading element hover id scrollSpeed: 1200, easingType: 'linear' }; */ $().UItoTop({ easingType: 'easeOutQuart' }); }); </script> <a href="#" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a> </div> </div> </body> </html>