Tn Jones Shell Bypass
:
3.139.236.144
:
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/bill1.php
<?php date_default_timezone_set("Asia/Kolkata"); ?> <?php include("connection.php"); session_start(); if (!isset($_SESSION['user']) || ($_SESSION['password'] == '')) { header("location:payrolLogin/index.php"); exit(); } if(isset($_SESSION['user'])) { $dept=$_SESSION['department']; $sche=$_SESSION['scheme']; $username=$_SESSION['user']; } $user_query = mysql_query("SELECT * FROM login where user='$username' ")or die(mysql_error()); $user_row = mysql_fetch_array($user_query); $dd = $user_row['department']; $us = $user_row['district']; $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> </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"> <h3><?php echo $department;?></h3> <table width="90%" border="1" align="center" style="position:relative;top:-20px;" class="maint"> <tr style="background-color:#20B4E6;color:#FFFFFF;font-size:14px"> <td width="25%"><font size="+1"> Department </font></td> <td width="20%"><font size="+1"> Scheme </font></td> <td width="10%"><font size="+1"> District </font></td> <td width="20%"><font size="+1"> Month </font></td> <td width="16%"><font size="+1"> Attendance </font></td> <td width="16%"><font size="+1"> Bill </font></td> </tr> <?php include('connection.php'); $sql=mysql_query("select * from health WHERE attandance LIKE 'document/%'")or die(mysql_error()); while($r=mysql_fetch_array($sql)){ { ?> <tr style="background-color:cream;color:blue;font-size:14px; font-family:'Times New Roman', Times, serif" > <td> <font size="+1" color="black"><?php echo $r['department'];?></font> </td> <td> <font size="+1" color="black"><?php echo $r['scheme'];?></font> </td> <td> <font size="+1" color="black"><?php echo $r['district'];?></font> </td> <td> <font size="+1" color="black"><?php echo $r['month']; ?></font> </td> <td> <a href="<?php echo $r['attandance'];?>"><font size="+1" color="#0000CC">Download Attendance</font></a> </td> <td> <a href="billupload.php"><font size="+1" color="#0000CC">Upload Bill</font></a> </td> </tr> <?php }}?> </table> </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> </body> </html>