Tn Jones Shell Bypass
:
18.223.210.83
:
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/final_num_sum.php
<?php date_default_timezone_set("Asia/Kolkata"); ?> <?php include("connection.php"); session_start(); if (!isset($_SESSION['user']) || ($_SESSION['password'] == '')) { header("location:payrolLogin/ramalogin.php"); } if(isset($_SESSION['user'])) { $username=$_SESSION['user']; } $user_query = mysql_query("SELECT * FROM loginrama where user='$username' ")or die(mysql_error()); $user_row = mysql_fetch_array($user_query); $us = $user_row['user']; ?> <!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> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-throttle-debounce/1.1/jquery.ba-throttle-debounce.min.js"></script> <!--<script src="js3/jquery.stickyheader.js"></script>--> <script src="assets/jquery-2.1.3.js"></script> <script src="assets/tableHeadFixer.js"></script> <link rel="stylesheet" href="assets/bootstrap-3.3.2/css/bootstrap.css"> <script> $(document).ready(function() { $("#fixTable").tableHeadFixer({"left" :2}); }); </script> <style> #parent { height: 400px; } #fixTable { width: 700px !important; } </style> <style> th { border: 1px solid white; color: white; text-align: center; vertical-align: top; height:40px; } td { border: 1px solid white; text-align: center; vertical-align: center; height:35px; } .verticalText { vertical-align: middle; width:10px; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); } </style> <script> function printdiv() { //your print div data //alert(document.getElementById("printpage").innerHTML); var newstr=document.getElementById("printpage").innerHTML; var header='<header><div align="center"><h3 style="color:#EB5005"> NUMERIC REPORT</h3></div><br></header><hr><br>' var footer ="Your Footer"; //You can set height width over here var popupWin = window.open('', '_blank', 'width=1100,height=600'); popupWin.document.open(); popupWin.document.write('<html> <body onload="window.print()">'+ newstr + '</html>' + footer); popupWin.document.close(); return false; } </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> <br> </div> <!-- search-scripts --> <script src="js/classie.js"></script> <script src="js/uisearch.js"></script> <!-- //search-scripts --> </div> </div> <!-- header-section-ends --> <div class="content"> <h4 style='margin-right:50px;' align="right"><a href="numericreport.php"> <font face="andalus"><b>BACK</b></font></a> </h4><br> <form name="frm_image" method="post"> <?php $w=$_REQUEST["t1"]; $w2=$_REQUEST["t2"]; $w3=$_REQUEST["t3"]; ?> <center> <table> <td><font color="black"><b>Select Month</b></font><br> <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> <option value="January 2016">JANUARY 2016</option> <option value="February 2016">FEBRUARY 2016</option> <option value="March 2016">MARCH 2016</option> <option value="April 2016">APRIL 2016</option> <option value="May 2016">MAY 2016</option> <option value="June 2016">JUNE 2016</option> <option value="July 2016">JULY 2016</option> <option value="August 2016">AUGUST 2016</option> <option value="September 2016">SEPTEMBER 2016</option> <option value="October 2016">OCTOBER 2016</option> <option value="November 2016">NOVEMBER 2016</option> <option value="December 2016">DECEMBER 2016</option> <option value="January 2017">JANUARY 2017</option> <option value="February 2017">FEBRUARY 2017</option> <option value="March 2017">MARCH 2017</option> <option value="April 2017">APRIL 2017</option> <option value="May 2017">May 2017</option> <option value="June 2017">June 2017</option> <option value="July 2017">July 2017</option> <option value="August 2017">August 2017</option> <option value="September 2017">September 2017</option> </select> </td> <td> <br><input type="submit" value="Search" style="font-weight:bold;height:30px;width:80px;background:#2A5CAA;color:#FFF;" /></td> <td> <br><a href="numericreport.php"><input type="button" value="Back" style="text-align:center;font-weight:bold;height:30px;width:80px;background:#2A5CAA;color:#FFF;" /></a></td> </center></table><br><a href="#" onclick="printdiv()" style="margin-left:30px;margin-right:30px;text-align:right;"><font size="+1" color="black"><img src="images/print.png"></font> </a><br><div id="printpage"> <table id="fixTable" class="table" border="2px" align="center" style='border-color:black;'> <thead> <tr style="border:2px solid black;color:#224B73;font-size:20px;font-weight:bold;text-align:center;"> <td align="center" colspan="6">CONSOLIDATED MONTH WISE REPORT</td> </tr> <tr style="border:2px solid black;background-color:#2A5CAA;color:#FFFFFF;font-size:15px;font-family:andalus;"> <th> SCHEME </th> <th> ATTD. REQ IN A MONTH </th> <th> ATTD RCVD </th> <th> BILL CREATED </th> <th> PAYMENT RECEIVED </th> <th> SALARY TRANSFERRED </th> </tr> <?php $rowCount=0; $sql1=mysql_query("SELECT m.DB_scheme, m.Display_scheme, m.countadd FROM schemetable m order by m.sno")or die("SELECT m.DB_scheme, m.Display_scheme, m.countadd FROM schemetable m order by m.sno"); while($r1 = mysql_fetch_array($sql1)) { $mon102=$r1['DB_scheme']; $rowCount=$rowCount+1; ?> <tr style="border:2px solid black;color:#224B73;font-size:15px;font-weight:bold;text-align:center;"> <td style='background-color:#E6BFF2;'> <center><b><?php echo $r1['Display_scheme']; ?></b></center> </td> <td style='background-color:#E6BFF2;'><b><?php echo $r1['countadd']; ?></b></td> <?php $sql103=mysql_query("SELECT count(*) as attandance from health where scheme='$mon102' and month like '$w2%'")or die("Error in qurey"); if($r103 = mysql_fetch_array($sql103)) { $tt=$r103['attandance']; ?> <td style='background-color:#E6BFF2;'><b><?php echo $tt;?></b></td> <?php } ?> <?php $sql104=mysql_query("SELECT count(*) as bill from health where bill <> '' and bill is not null and scheme='$mon102' and month like '$w2%'")or die("Error in qurey"); if($r104 = mysql_fetch_array($sql104)) { $tb=$r104['bill']; ?> <td style='background-color:#E6BFF2;'><b><?php echo $tb;?></b></td> <?php } ?> <?php $sql105=mysql_query("SELECT count(*) as payment from health where payment <> '' and payment is not null and scheme='$mon102' and month like '$w2%'")or die("Error in qurey"); if($r105 = mysql_fetch_array($sql105)) { $tp=$r105['payment']; ?> <td style='background-color:#E6BFF2;'><b><?php echo $tp;?></b></td> <?php } ?> <?php $sql106=mysql_query("SELECT count(*) as salary from health where salary <> '' and salary is not null and scheme='$mon102' and month like '$w2%'")or die("Error in qurey"); if($r106 = mysql_fetch_array($sql106)) { $ts=$r106['salary']; ?> <td style='background-color:#E6BFF2;'><b><?php echo $ts;?></b></td> <?php } ?> <?php } ?> </tr> </thead> <tbody> <tr style="border:0px solid black;color:#224B73;font-size:14px;font-weight:bold;text-align:center;background-color:#B7CCED;"> </tr> </tbody> </table> </div> </body> </html>