Tn Jones Shell Bypass
:
3.147.6.58
:
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
/
public_html
/
rmpyrll
/
Upload File:
files >> /home/upgov/public_html/rmpyrll/num_poly.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: 1000px !important; border:2px solid black; } </style> </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> <table id="fixTable" class="table" border="2px" align="center" > <thead> <tr style="border:2px solid black;color:#224B73;font-size:20px;font-weight:bold;text-align:center;"> <td align="center" colspan="10">POLYTECHNIC SUMMARY REPORT</td> </tr> <tr style="background-color:#2A5CAA;color:#FFFFFF;font-size:15px;font-family:andalus;"> <td> Year </td> <td> Total District Attendance </td> <td> Total Attendance Given By The Department To Rama </td> <td> Pending Attendance </td> <td> Total Bill Given By The Rama To Department </td> <td> Pending Bill </td> <td> Total Payment Given By The Department To Rama </td> <td> Pending Payment </td> <td> Total Salary Given By The Rama To Department </td> <td> Pending Salary </td> </tr> </thead> <tbody> <tr style="font-size:15px;font-family:andalus;background-color:#cfd4fc;color:#000000;"> <td align='center' colspan='10'><b>FINANCIAL APRIL 2017 - MARCH 2018<b></td> </tr> <?php $rowCount=0; $sql1=mysql_query("SELECT m.DB_MonthName, m.Display_Name FROM allmonth2 m order by m.MonthOrder")or die("Error in qurey"); while($r1 = mysql_fetch_array($sql1)) { $mon102=$r1['DB_MonthName']; $rowCount=$rowCount+1; ?> <tr style="border:2px solid black;color:#224B73;font-size:13px;font-weight:bold;text-align:center;"> <td> <center><b><?php echo $r1['Display_Name']; ?></b></center> </td> <td><b>22</b></td> <?php $sql103=mysql_query("SELECT count(*) as attandance from health where scheme='POLYTECHNIC' and month='$mon102'")or die("Error in qurey"); if($r103 = mysql_fetch_array($sql103)) { $tt=$r103['attandance']; $tr=22-$tt; ?> <td style='background-color:#E6BFF2;'><b><?php echo $tt;?></b></td> <td><b><?php echo $tr;?></b></td> <?php } ?> <?php $sql104=mysql_query("SELECT count(*) as bill from health where bill <> '' and bill is not null and scheme='POLYTECHNIC' and month='$mon102'")or die("Error in qurey"); if($r104 = mysql_fetch_array($sql104)) { $tb=$r104['bill']; $tr1=22-$tb; ?> <td style='background-color:#E6BFF2;'><b><?php echo $tb;?></b></td> <td><b><?php echo $tr1;?></b></td> <?php } ?> <?php $sql105=mysql_query("SELECT count(*) as payment from health where payment <> '' and payment is not null and scheme='POLYTECHNIC' and month='$mon102'")or die("Error in qurey"); if($r105 = mysql_fetch_array($sql105)) { $tp=$r105['payment']; $tr2=22-$tp; ?> <td style='background-color:#E6BFF2;'><b><?php echo $tp;?></b></td> <td><b><?php echo $tr2;?></b></td> <?php } ?> <?php $sql106=mysql_query("SELECT count(*) as salary from health where salary <> '' and salary is not null and scheme='POLYTECHNIC' and month='$mon102'")or die("Error in qurey"); if($r106 = mysql_fetch_array($sql106)) { $ts=$r106['salary']; $tr3=22-$ts; ?> <td style='background-color:#E6BFF2;'><b><?php echo $ts;?></b></td> <td><b><?php echo $tr3;?></b></td> <?php } ?> <?php } ?> </tr> <tbody> <tr style="font-size:15px;font-family:andalus;background-color:#cfd4fc;color:#000000;"> <td align='center' colspan='10'><b>FINANCIAL APRIL 2016 - MARCH 2017<b></td> </tr> <?php $rowCount=0; $sql1=mysql_query("SELECT m.DB_MonthName, m.Display_Name FROM allmonth m order by m.MonthOrder")or die("Error in qurey"); while($r1 = mysql_fetch_array($sql1)) { $mon102=$r1['DB_MonthName']; $rowCount=$rowCount+1; ?> <tr style="border:2px solid black;color:#224B73;font-size:13px;font-weight:bold;text-align:center;"> <td> <center><b><?php echo $r1['Display_Name']; ?></b></center> </td> <td><b>22</b></td> <?php $sql103=mysql_query("SELECT count(*) as attandance from health where scheme='POLYTECHNIC' and month='$mon102'")or die("Error in qurey"); if($r103 = mysql_fetch_array($sql103)) { $tt=$r103['attandance']; $tr=22-$tt; ?> <td style='background-color:#E6BFF2;'><b><?php echo $tt;?></b></td> <td><b><?php echo $tr;?></b></td> <?php } ?> <?php $sql104=mysql_query("SELECT count(*) as bill from health where bill <> '' and bill is not null and scheme='POLYTECHNIC' and month='$mon102'")or die("Error in qurey"); if($r104 = mysql_fetch_array($sql104)) { $tb=$r104['bill']; $tr1=22-$tb; ?> <td style='background-color:#E6BFF2;'><b><?php echo $tb;?></b></td> <td><b><?php echo $tr1;?></b></td> <?php } ?> <?php $sql105=mysql_query("SELECT count(*) as payment from health where payment <> '' and payment is not null and scheme='POLYTECHNIC' and month='$mon102'")or die("Error in qurey"); if($r105 = mysql_fetch_array($sql105)) { $tp=$r105['payment']; $tr2=22-$tp; ?> <td style='background-color:#E6BFF2;'><b><?php echo $tp;?></b></td> <td><b><?php echo $tr2;?></b></td> <?php } ?> <?php $sql106=mysql_query("SELECT count(*) as salary from health where salary <> '' and salary is not null and scheme='POLYTECHNIC' and month='$mon102'")or die("Error in qurey"); if($r106 = mysql_fetch_array($sql106)) { $ts=$r106['salary']; $tr3=22-$ts; ?> <td style='background-color:#E6BFF2;'><b><?php echo $ts;?></b></td> <td><b><?php echo $tr3;?></b></td> <?php } ?> <?php } ?> </tr> </tbody> </table> </body> </html>