Tn Jones Shell Bypass
:
18.118.4.64
:
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/dept_billreport.php
<?php date_default_timezone_set("Asia/Kolkata"); ?> <?php include("connection.php"); session_start(); if (!isset($_SESSION['user']) || ($_SESSION['password'] == '')) { header("location:payrolLogin/ddlogin.php"); } else { $now = time(); // Checking the time now when home page starts. if ($now > $_SESSION['expire']) { session_destroy(); echo "Your session has expired! <a href='payrolLogin/ddlogin.php'>Login here</a>"; } else { //Starting this else one [else1] if(isset($_SESSION['user'])) { $dept=$_SESSION['department']; $sche=$_SESSION['scheme']; $username=$_SESSION['user']; } $user_query = mysql_query("SELECT * FROM dept_login where user='$username' ")or die(mysql_error()); $user_row = mysql_fetch_array($user_query); $dd = $user_row['department']; $usch = $user_row['scheme']; ?> <!DOCTYPE html> <html> <head> <title>Payroll</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.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"> <div class="good-design"> <h3>BILL</h3> <form name="frm_image" method="post"> <?php $w=$_REQUEST["t1"]; $w2=$_REQUEST["t2"]; $w3=$_REQUEST["t3"]; ?> <center> <table> <tr> <th>Select District </th> <th>Select Month </th> </tr> <td> <select name="t3" style="height:32px;width:250px;"> <option style="font-weight: bold;background-color:gray;color:white;" value="<?php echo $w3; ?>"><b><?php echo $w3; ?></b></option> <?php $sql=mysql_query("select distinct district from login where department like '$dd' and scheme like '$usch' order by district")or die(""); while($r = mysql_fetch_array($sql)) { ?> <option value="<?php echo $r['district'];?>"><?php echo $r['district'];?></option> <?php } ?> </select></td> <td> <select name="t2" style="height:32px;width:250px;" > <option style="font-weight: bold;background-color:gray;color:white;" value="<?php echo $w2; ?>"><b><?php echo $w2; ?></b></option> <?php $sql=mysql_query("SELECT m.DB_MonthName, m.Display_Name FROM monthorder m order by m.MonthOrder DESC")or die("Error in qurey"); //$sql=mysql_query("SELECT distinct DB_MonthName FROM monthorder order by DB_MonthName")or die(mysql_error()); while($r = mysql_fetch_array($sql)) { ?> <option value="<?php echo $r['DB_MonthName'];?>"><?php echo $r['DB_MonthName'];?></option> <?php } ?> </select></td> <td><input type="submit" value="Search" style="font-weight:bold;height:30px;width:80px;background:#2A5CAA;color:#FFF;" /></td> <td><input type="button" value="Reset" style="font-weight:bold;height:30px;width:80px;background:#2A5CAA;color:#FFF;" onClick="window.location.href=window.location.href"/></td> <td><a href="pagedept.php"><input type="button" name="" value="Back" style="font-weight:bold;width:100px;height:30px;background-color:#2A5CAA;color:white;margin:5px;"></a></td> </center></table> <br> <br> <br> <table width="90%" border="2" align="center" style="position:relative;top:-20px;background-color:#B7CCED;border-color: white;" class="maint"> <tr style="background-color:#2A5CAA;color:#FFFFFF;font-size:14px"> <td width="20px" align="center" style="border-color:white;"><font size="3"> S.No </font></td> <td width="100px" align="center" style="border-color:white;"><font size="3"> <a style="color:white;" href="dept_billreport.php?sorting='.$sort.'&field=department">Department</a> </font></td> <td width="100px" align="center" style="border-color:white;"><font size="3"> <a style="color:white" href="dept_billreport.php?sorting='.$sort.'&field=scheme">Scheme</a> </font></td> <td width="100px" align="center" style="border-color:white;"><font size="3"> <a style="color:white" href="dept_billreport.php?sorting='.$sort.'&field=district">District</a> </font></td> <td width="100px" align="center" style="border-color:white;"><font size="3"> Sub Location</font></td> <td width="100px" align="center" style="border-color:white;"><font size="3"> <a style="color:white" href="dept_billreport.php?sorting='.$sort.'&field=month">Month</a> </font></td> <td width="100px" align="center" style="border-color:white;"><font size="3"> Attandance </font></td> <td width="100px" align="center" style="border-color:white;"><font size="3"> <a style="color:white" href="dept_billreport.php?sorting='.$sort.'&field=attformdate">Date</a> </font></td> <td width="100px" align="center" style="border-color:white;"><font size="3"> Bill </font></td> <td width="100px" align="center" style="border-color:white;"><font size="3"> <a style="color:white" href="dept_billreport.php?sorting='.$sort.'&field=billformdate">Date</a> </font></td> </tr> <?php include('connection.php'); $field='department'; $sort='DESC'; if(isset($_GET['sorting'])) { if($_GET['sorting']=='DESC') { $sort='ASC'; } else { $sort='DESC'; } } if($_GET['field']=='department') { $field = "department"; } elseif($_GET['field']=='scheme') { $field = "scheme"; } elseif($_GET['field']=='district') { $field="district"; } elseif($_GET['field']=='month') { $field="month"; } elseif($_GET['field']=='attformdate') { $field="attformdate"; } elseif($_GET['field']=='billformdate') { $field="billformdate"; } $sql=mysql_query("SELECT * FROM health where month like '$w2%' AND district like '$w3%' and department like '$dd' and scheme like '$usch' order by att_year,att_month 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" > <td align="center"> <font size="3"><?php echo $count1;?></font> </td> <td align="center"> <font size="+1"><?php echo $r['department'];?></font> </td> <td align="center"> <font size="+1"><?php echo $r['scheme'];?></font> </td> <td align="center"> <font size="+1"><?php echo $r['district'];?></font> </td> <td align="center"> <font size="+1"><?php echo $r['hospital'];?></font> </td> <td align="center"> <font size="+1"><?php echo $r['month']; ?></font> </td> <?php $att=$r['attandance']; if($att !='') { ?> <td align='center' style='background-color:#73C259;color:white'><a style="color:white;" target="_blank" href="<?php echo $r['attandance'];?>"><font size='3'><b>Y</b></font></a></td> <?php } else { ?> <td align='center' style='background-color:#E32942;color:white'><a><font size='3'><b>N<b></font></a></td> <?php } ?> <td align="center"> <font size="+1"><?php echo $r['attformdate']; ?></font> </td> <?php $att=$r['bill']; if($att !='') { ?> <td align='center' style='background-color:#73C259;color:white'><a style="color:white;" target="_blank" href="<?php echo $r['bill'];?>"><font size='3'><b>Y</b></font></a></td> <?php } else { ?> <td align='center' style='background-color:#E32942;color:white'><font size='3' ><b>N</b></font></td> <?php } ?> <td align="center"> <font size="+1"><?php echo $r['billformdate']; ?></font> </td> </tr> <?php }?> </table> </form> </div> <div class="footer"> <div class="container"> <div class="clearfix"></div> <div class="footer-bottom"> <p> Copyright ©2016 All rights Reserved | Designed by<a href="http://ramaipl.com" target="target_blank">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> <?php }} ?> </body> </html>