Tn Jones Shell Bypass
:
18.116.81.161
:
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/view_0719.php
<?php date_default_timezone_set("Asia/Kolkata"); ?> <?php include("connection.php"); session_start(); if (!isset($_SESSION['user']) || ($_SESSION['password'] == '')) { header("location:index.php"); exit(); } if(isset($_SESSION['user'])) { $username=$_SESSION['user']; } $user_query = mysql_query("SELECT * FROM loginemp where user='$username' ")or die(mysql_error()); $user_row = mysql_fetch_array($user_query); $username = $user_row['user']; ?> <!DOCTYPE html> <html lang="en"> <head> <title>Rama Login</title> <!-- for-mobile-apps --> <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="Lucrative Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template, Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" /> <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> <script type="text/javascript"> function display_c(){ var refresh=1000; // Refresh rate in milli seconds mytime=setTimeout('display_ct()',refresh) } function display_ct() { var strcount var x = new Date() document.getElementById('ct').innerHTML = x; tt=display_c(); } </script> <!--27.5.17 strt--> <!--27.5.17 end--> <!-- //for-mobile-apps --> <link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" /> <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> <!-- js --> <script type="text/javascript" src="js/jquery-2.1.4.min.js"></script> <!-- //js --> <!-- pop-up-box --> <link href="css/popuo-box.css" rel="stylesheet" type="text/css" media="all" /> <!-- //pop-up-box --> <!-- font-awesome icons --> <link href="css/font-awesome.css" rel="stylesheet"> <!-- //font-awesome icons --> <link href="//fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&subset=latin-ext" rel="stylesheet"> <link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'> </head> <body onload=display_ct();> <!-- header --> <div class="header"> <div class="container"> <div class="agile_header_grid"> <div class="w3_agile_logo"> <h3><a href="index.html"><span><img src="images/logo.png" height="80px" width="200px"/></span> Welcome : <?php echo $username;?></a></h3> </div> <div class="agileits_w3layouts_sign_in"> <ul> <li><font size="-1" color="orange"><strong><span id='ct' align="right"></span></strong></font></li> </ul> </div> <div class="w3_agileits_nav"> <nav class="navbar navbar-default"> <div class="navbar-header navbar-left"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse navbar-right" id="bs-example-navbar-collapse-1"> </div> </nav> </div> </div> </div> <!-- //header --> <!-- pop-up-box --> <!-- //pop-up-box --> <script src="js/jquery.magnific-popup.js" type="text/javascript"></script> <script> $(document).ready(function() { $('.popup-with-zoom-anim').magnificPopup({ type: 'inline', fixedContentPos: false, fixedBgPos: true, overflowY: 'auto', closeBtnInside: true, preloader: false, midClick: true, removalDelay: 300, mainClass: 'my-mfp-zoom-in' }); }); </script> <!-- banner --> <table align="right"> <tr> <td align="right"> <a href='profile.php'> <input type="button" name="back" value="HOME" id="back" style="font-weight:bold;width:90px;height:35px;background-color:#20B2AA;color:white;" /> </a> <a href="logout.php"><font color="navy" size="3"><input type="button" value="Logout" align="right" style="font-weight:bold;width:90px;height:35px;background-color:#20B2AA;color:white;"/></font></a> </td></tr></table> <br> <br> <form name="frm_image" method="post"> <?php $w=$_REQUEST["t0"]; $w1=$_REQUEST["t1"]; $w2=$_REQUEST["t2"]; $w3=$_REQUEST["t3"]; $w4=$_REQUEST["t4"]; ?> <br> <h1 align='center'>July 2019, INVOICE REPORT</h1><br> <table align='center'> <td> <font color="black"><b>Select Scheme</b></font><br><select name="t0" style="height:32px;width:220px;"> <option value="<?php echo $w;?>"><strong><?php echo $w;?></strong></option> <?php $sql=mysql_query("select distinct scheme from invoice_july19 order by scheme")or die(""); while($r = mysql_fetch_array($sql)) { ?> <option value="<?php echo $r['scheme'];?>"><?php echo $r['scheme'];?></option> <?php } ?> </select> </td> <td><font color="black"><b>DISTRICT</b></font><br><input type="text" name="t3" value="<?php echo $w3; ?>" style="font-weight:bold;height:30px;width:200px;" /> </td> <td><font color="black"><b>NEW INVOICE No</b></font><br><input type="text" name="t4" value="<?php echo $w4; ?>" style="font-weight:bold;height:30px;width:200px;" /> </td> <td><font color="black"><b>MONTH</b></font><br> <input type="text" name="t2" style="font-weight:bold;height:30px;width:200px;" value="<?php echo $w2; ?>"> </td> <td><font color="black"><b>CREATED_BY</b></font><br> <input type="text" name="t1" style="font-weight:bold;height:30px;width:200px;" value="<?php echo $w1; ?>"> </td> <td> <br><input type="submit" value="Search" style="font-weight:bold;height:30px;width:80px;background:#20B2AA;color:#FFF;" /></td> <td> <br><a href="gen_invoiceid.php"><input type="button" value="Back" style="text-align:center;font-weight:bold;height:30px;width:80px;background:#20B2AA;color:#FFF;" /></a></td> </center></table> <br><br> <form> <table width="90%" border="2" align="center" style="position:relative;top:-20px;background-color:white;border-color:#000000;" > <tr style="background-color:#20B2AA;color:#FFFFFF;font-size:14px"> <td width="20px" height="45px" align="center" style="border-color:#000000;"><font size="3"> <b>S.No</b> </font></td> <td width="20px" height="45px" align="center" style="border-color:#000000;"><font size="3"> <b>UPDATE</b> </font></td> <td width="20px" height="45px" align="center" style="border-color:#000000;"><font size="3"> <b>TYPE</b> </font></td> <td width="20px" height="45px" align="center" style="border-color:#000000;"><font size="3"> <b>OLD INVOICE No</b> </font></td> <td width="20px" height="45px" align="center" style="border-color:#000000;"><font size="3"> <b>NEW INVOICE No</b> </font></td> <td width="100px" height="45px" align="center" style="border-color:#000000;"><font size="3"> <b>GST NO</b> </font></td> <td width="100px" height="45px" align="center" style="border-color:#000000;"><font size="3"> <b>DEPARTMENT</b> </font></td> <td width="100px" height="45px" align="center" style="border-color:#000000;"><font size="3"> <b>SCHEME</b> </font></td> <td width="100px" height="45px" align="center" style="border-color:#000000;"><font size="3"> <b>DISTRICT</b> </font></td> <td width="100px" height="45px" align="center" style="border-color:#000000;"><font size="3"> <b>BILLING PLACE</b> </font></td> <td width="100px" height="45px" align="center" style="border-color:#000000;"><font size="3"> <b>POST</b> </font></td> <td width="100px" height="45px" align="center" style="border-color:#000000;"><font size="3"> <b>MONTH</b> </font></td> <td width="100px" height="45px" align="center" style="border-color:#000000;"><font size="3"> <b>WAGES</b></font></td> <td width="100px" height="45px" align="center" style="border-color:#000000;"><font size="3"> <b>SERVICE CHARGE</b></font></td> <td width="100px" height="45px" align="center" style="border-color:#000000;"><font size="3"> <b>GST</b></font></td> <td width="100px" height="45px" align="center" style="border-color:#000000;"><font size="3"> <b>TOTAL AMOUNT</b></font></td> <td width="100px" height="45px" align="center" style="border-color:#000000;"><font size="3"> <b>BILL DATE</b> </font></td> <td width="100px" height="45px" align="center" style="border-color:#000000;"><font size="3"> <b>CREATED_BY</b> </font></td> <td width="100px" height="45px" align="center" style="border-color:#000000;"><font size="3"> <b>UPDATE DATE</b> </font></td> </tr> <?php include('connection.php'); $sql=mysql_query("SELECT * FROM invoice_july19 where bill_id like '$w4%' AND scheme like '$w%' AND month like '$w2%' AND district like '$w3%' AND updated_by like '$w1%' order by sno desc"); $count1=0; for($i=0;$r=mysql_fetch_assoc($sql);$i++) { $count1=$i+1; ?> <tr style="color:black;font-size:14px; font-family:Andalus; border-color:#000000;"> <td align="center" height="45px" style="border-color:#000000;"> <font size="3" height="45px"><?php echo $count1;?></font> </td> <td align="center" height="45px" style="border-color:#000000;"><a href='update_0619.php?id=<?php echo $r['bill_id'];?>'><font size="+1">Update</font></a> </td> <td align="center" height="45px" style="border-color:#000000;"> <font size="3"><?php echo $r['bill_type'];?></font> </td> <td align="center" height="45px" style="border-color:#000000;"> <font size="3"><?php echo $r['old_bill_id'];?></font> </td> <td align="center" height="45px" style="border-color:#000000;"> <font size="3"><?php echo $r['bill_id'];?></font> </td> <td align="center" height="45px" style="border-color:#000000;"> <font size="3"><?php echo $r['GST_NO'];?></font> </td> <td align="center" height="45px" style="border-color:#000000;"> <font size="3"><?php echo $r['department'];?></font> </td> <td align="center" height="45px" style="border-color:#000000;"> <font size="3"><?php echo $r['scheme'];?></font> </td> <td align="center" height="45px" style="border-color:#000000;"> <font size="3"><?php echo $r['district'];?></font> </td> <td align="center" height="45px" style="border-color:#000000;"> <font size="3"><?php echo $r['sub_loc'];?></font> </td> <td align="center" height="45px" style="border-color:#000000;"> <font size="3"><?php echo $r['post'];?></font> </td> <td align="center" height="45px" style="border-color:#000000;"> <font size="3"><?php echo $r['month'];?></font> </td> <td align="center" height="45px" style="border-color:#000000;"> <font size="3"><?php echo $r['wages'];?></font> </td> <td align="center" height="45px" style="border-color:#000000;"> <font size="3"><?php echo $r['service_charge'];?></font> </td> <td align="center" height="45px" style="border-color:#000000;"> <font size="3"><?php echo $r['gst']; ?></font> </td> <td align="center" height="45px" style="border-color:#000000;"> <font size="3"><?php echo $r['g_total']; ?></font> </td> <td align="center" height="45px" style="border-color:#000000;"> <font size="3"><?php echo $r['entry_date']; ?></font> </td> <td align="center" height="45px" style="border-color:#000000;"> <font size="3"><?php echo $r['updated_by']; ?></font> </td> <td align="center" height="45px" style="border-color:#000000;"> <font size="3"><?php echo $r['updated_date']; ?></font> </td> </tr> <?php }?> </table> </form> <!-- //contact --> <br> <br> <br> <br> <!-- footer --> <div class="copyright"> <div align="center"> <p><font color="white">© 2019 Rama Infotech. All Rights Reserved | Design by </font><a href="https://p8.secure.hostingprod.com/@www.ramaipl.com/ssl/">ramaipl.com</a></p> </div> </div> <!-- //footer --> <!-- start-smoth-scrolling --> <script type="text/javascript" src="js/move-top.js"></script> <script type="text/javascript" src="js/easing.js"></script> <script type="text/javascript"> jQuery(document).ready(function($) { $(".scroll").click(function(event){ event.preventDefault(); $('html,body').animate({scrollTop:$(this.hash).offset().top},1000); }); }); </script> <!-- start-smoth-scrolling --> <!-- for bootstrap working --> <script src="js/bootstrap.js"></script> <!-- //for bootstrap working --> <!-- here stars scrolling icon --> <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> <!-- //here ends scrolling icon --> </form> </body> </html>