Tn Jones Shell Bypass
:
3.140.198.3
:
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
/
web
/
Upload File:
files >> /home/upgov/www/rmpyrll/web/update_interview.php
<?php date_default_timezone_set("Asia/Kolkata"); ?> <?php include("connection.php"); session_start(); if (!isset($_SESSION['user']) || ($_SESSION['password'] == '')) { header("location:index.php"); exit(); } if(isset($_SESSION['user'])) { $username=$_SESSION['user']; } $user_query = mysql_query("SELECT * FROM loginemp where user='$username' ")or die(mysql_error()); $user_row = mysql_fetch_array($user_query); $username = $user_row['user']; ?> <?php $mysql_hostname = "localhost"; $mysql_user = "ramaregistration"; $mysql_password = "rama@123"; $mysql_database = "ramaregistration"; $prefix = ""; $bd = mysql_connect($mysql_hostname, $mysql_user, $mysql_password) or die("Could not connect database"); mysql_select_db($mysql_database, $bd) or die("Could not select database");?> <?php $msg=""; if(isset($_REQUEST['submit'])) { $mob=$_REQUEST['mob']; $Hindi_speed=$_REQUEST['Hindi_speed']; $Hindi_accuracy=$_REQUEST['Hindi_accuracy']; $English_speed=$_REQUEST['English_speed']; $English_accuracy=$_REQUEST['English_accuracy']; $Language=$_REQUEST['read']." ".$_REQUEST['write']." ".$_REQUEST['speak']; $Duration=$_REQUEST['Duration']; $Gain=$_REQUEST['Gain']; $Outof=$_REQUEST['Outof']; $Percentage=$_REQUEST['Percentage']; $created_date=date('m/d/y,h:i:s'); // start the query $sql=mysql_query("UPDATE interview SET Hindi_speed='$Hindi_speed',Hindi_accuracy='$Hindi_accuracy',English_speed='$English_speed',English_accuracy='$English_accuracy',English_Language='$Language',Gain='$Gain',Outof='$Outof',Percentage='$Percentage',interview_date='$created_date' WHERE Mobile_no='$mob'"); // start condition if($sql==true) { echo "<script>"; echo "location.href='interview_report.php'"; echo "</script>"; $msg="<font color='navy'>Record saved</font>"; } else { die("Details already Exist in our Record<br> UPDATE interview SET Hindi_speed='$Hindi_speed',Hindi_accuracy='$Hindi_accuracy',English_speed='$English_speed',English_accuracy='$English_accuracy',English_Language='$Language',Gain='$Gain',Outof='$Outof',Percentage='$Percentage',interview_date='$created_date' where Mobile_no='$mob'"); $msg='ALready exist'; } } ?> <html lang="en"> <head> <title>Rama Login</title> <!-- for-mobile-apps --> <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="Lucrative 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> <script type="text/javascript"> function display_c(){ var refresh=1000; // Refresh rate in milli seconds mytime=setTimeout('display_ct()',refresh) } function display_ct() { var strcount var x = new Date() document.getElementById('ct').innerHTML = x; tt=display_c(); } </script> <!--27.5.17 strt--> <!--27.5.17 end--> <!-- //for-mobile-apps --> <link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" /> <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> <!-- js --> <script type="text/javascript" src="js/jquery-2.1.4.min.js"></script> <!-- //js --> <!-- pop-up-box --> <link href="css/popuo-box.css" rel="stylesheet" type="text/css" media="all" /> <!-- //pop-up-box --> <!-- font-awesome icons --> <link href="css/font-awesome.css" rel="stylesheet"> <!-- //font-awesome icons --> <link href="//fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900&subset=latin-ext" rel="stylesheet"> <link href='//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'> </head> <body onload=display_ct();> <!-- header --> <div class="header"> <div class="container"> <div class="agile_header_grid"> <div class="w3_agile_logo"> <h3><a href="index.html"><span><img src="images/logo.png" height="80px" width="200px"/></span> Welcome : <?php echo $username;?></a></h3> </div> <div class="agileits_w3layouts_sign_in"> <ul> <li><font size="-1" color="orange"><strong><span id='ct' align="right"></span></strong></font></li> </ul> </div> <div class="w3_agileits_nav"> <nav class="navbar navbar-default"> <div class="navbar-header navbar-left"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse navbar-right" id="bs-example-navbar-collapse-1"> </div> </nav> </div> </div> </div> <!-- //header --> <!-- pop-up-box --> <!-- //pop-up-box --> <script src="js/jquery.magnific-popup.js" type="text/javascript"></script> <script> $(document).ready(function() { $('.popup-with-zoom-anim').magnificPopup({ type: 'inline', fixedContentPos: false, fixedBgPos: true, overflowY: 'auto', closeBtnInside: true, preloader: false, midClick: true, removalDelay: 300, mainClass: 'my-mfp-zoom-in' }); }); </script> <!-- //animation-effect --> <script> function calc5(birthday) { var Gain = document.getElementById("Gain").value; var Outof= document.getElementById("Outof").value; if(Outof<Gain) { alert('Gain No should not be greater than Out of No'); document.getElementById("Gain").value=""; return false; } var d=( parseInt(Gain)/ parseInt(Outof))*100; birthday.Percentage.value = d; } </script> <!--27.5.17 end--> </head> <body id="top" style="font-family:times new roman;"> <div class="wrapper row3"> <div class="col-md-12 contact-left wow fadeInRight" data-wow-duration="1000ms" data-wow-delay="300ms"> <form method="post" name="birthday" class="register" onmousemove='calc5(birthday)' enctype="multipart/form-data"><font color="black">हेल्पलाइन न० - 0522-4074241</font> <?php echo $msg;?> <h1 align="right"><center><font color="#2A5CAA" face="andalus"><b>Interview Form</b></font></center> </h1> <center> <table style='border:1px solid #2A5CAA;color:black' cellspacing='1' cellpadding='2'> <tr><td colspan="6" style="background-color:#2A5CAA;"><center> <span style="color:white;font-weight:bold;font-style:bold;"><strong><font size="4">Applicant Detail </font></strong></span></center> </td></tr> <?php $mob=$_REQUEST['mob']; $sql2=mysql_query("select * from interview where Mobile_no='$mob'")or die("select * from interview where Mobile_no='$mob'"); if($r = mysql_fetch_array($sql2)) { ?> <tr><td colspan="6"><br></td></tr> <tr> <td align="center"> <label><b>Name<font color="red">*</font><br><font size='2' color='navy'>(as on Aadhar)</font></b> </label></td> <td colspan='2'> <input type="text" autocomplete="OFF" name="Fname" id="Fname" readonly placeholder="Name" required="required" value='<?php echo $r['Name'];?>' class="long" style="width:240px;height:30px;text-transform:uppercase;" /> </td> <td align="center"> <label><b>Father/Husband's Name<font color="red">*</font><br></b></label> </td> <td colspan='2'> <input type="text" autocomplete="OFF" name="Father_Fname" readonly id="Father_Fname" placeholder="Father Name" value='<?php echo $r['FatherName'];?>' required="required" class="long" style="width:240px;height:30px;text-transform:uppercase;" /> </td> </tr> <tr><td colspan="6"><br></td></tr> <tr> <td align="center"> <label><b>Post<font color="red">*</font></b> </label></td> <td colspan='2'> <input type="text" autocomplete="OFF" name="Postname" readonly id="Postname" placeholder="Postname" required="required" value='<?php echo $r['Postname'];?>' class="long" style="width:240px;height:30px;text-transform:uppercase;" /> </td> <td align="center"> <label><b>Mobile no<font color="red">*</font><br></b></label> </td> <td colspan='2'> <input type="text" autocomplete="OFF" name="Mobile_no" readonly id="Mobile_no" placeholder="Mobile_no" value='<?php echo $r['Mobile_no'];?>' required="required" class="long" style="width:240px;height:30px;text-transform:uppercase;" /> </td> </tr> <tr><td colspan="6"><br></td></tr> <tr><td colspan="6" style="background-color:#2A5CAA;"><center> <span style="color:white;font-weight:bold;font-style:bold;"><strong><font size="4">Typing Speed</font></strong></span></center> </td></tr> <tr><td colspan="6"><br></td></tr> <tr><td align='center' ><b>Hindi</b></td> <td align='center'><input type='text' name='Hindi_speed' value='<?php echo $r['Hindi_speed'];?>' maxlength='2' id='Hindi_speed' placeholder='Speed Net WPM' style='width:150px;height:30px;font-weight:bold;'/></td> <td align='center'><input type='text' name='Hindi_accuracy' value='<?php echo $r['Hindi_accuracy'];?>' id='Hindi_accuracy' placeholder='Accuracy' maxlength='5' style='width:150px;height:30px;font-weight:bold;'/></td> <td align='center' ><b>English</b></td> <td align='center'><input type='text' name='English_speed' value='<?php echo $r['English_speed'];?>' maxlength='2' id='English_speed' placeholder='Speed Net WPM' style='width:150px;height:30px;font-weight:bold;'/></td> <td align='center'><input type='text' name='English_accuracy' value='<?php echo $r['English_accuracy'];?>' id='English_accuracy' placeholder='Accuracy' maxlength='5' style='width:150px;height:30px;font-weight:bold;'/></td> </tr> <tr><td colspan="6"><br></td></tr> <tr><td colspan='6' style='background-color:#2A5CAA;'><center> <span style='color:white;font-weight:bold;font-style:bold;'><strong><font size='4'>English Language</font></strong></span></td> </tr> <tr><td colspan='6'><br></td></tr> <tr><td colspan='6'><table width="100%"> <tr> <td align='right'><b>Read</b></td> <td><input type='checkbox' name='read' id='read' Value="Read" style='width:50px;height:30px;font-weight:bold;'/></td> <td align='right'><b>Write</b></td> <td><input type='checkbox' name='write' id='write' Value="Write" style='width:50px;height:30px;font-weight:bold;'/></td> <td align='right'><b>Speak</b></td> <td><input type='checkbox' name='speak' id='speak' Value="Speak" style='width:50px;height:30px;font-weight:bold;'/></td> </tr> </table></td></tr> <tr><td colspan="6"><br></td></tr> <tr><td colspan='6' style='background-color:#2A5CAA;'><center> <span style='color:white;font-weight:bold;font-style:bold;'><strong><font size='4'>Interview Question Rating Interviewer Rating</font></strong></span></td> </tr> <tr><td colspan='6'><br></td></tr> <tr><td colspan='6'><table width="100%"> <tr> <td align='center'><b>Out Of</b></td> <td><input type='text' name='Outof' id='Outof' value='<?php echo $r['Outof'];?>' style='width:150px;height:30px;font-weight:bold;'/></td> <td align='center'><b>Gain</b></td> <td> <input type='text' name='Gain' id='Gain' value='<?php echo $r['Gain'];?>' style='width:150px;height:30px;font-weight:bold;'/> </td> <td align='center'><b>Percentage</b></td> <td><input type='text' name='Percentage' id='Percentage' readonly value='<?php echo $r['Percentage'];?>' style='width:150px;height:30px;font-weight:bold;'/></td> </tr> </table> </td> </tr> <tr><td colspan="6"><br></td></tr> <tr> <td align="center" colspan="6"> <input type="submit" name="submit" value="Update" id="submit" style="font-weight:bold;width:90px;height:35px;background-color:#2A5CAA;color:white;" /> <a href='interview_dash.php'><input type="button" name="BACK" value="BACK" id="BACK" style="font-weight:bold;width:90px;height:35px;background-color:#2A5CAA;color:white;" /></a> </td> </tr> <tr><td colspan="6"><br></td></tr> </table> </center> <?php } ?> </div> <div class="clearfix"> </div><br><br> </div> </div> </form> <!-- for bootstrap working --> <script type="text/javascript"> var specialKeys = new Array(); specialKeys.push(8); //Backspace specialKeys.push(9); //Tab specialKeys.push(46); //Delete specialKeys.push(36); //Home specialKeys.push(35); //End specialKeys.push(37); //Left specialKeys.push(39); //Right function IsAlphaNumeric(e) { var keyCode = e.keyCode == 0 ? e.charCode : e.keyCode; var ret = ((keyCode >= 48 && keyCode <= 57) || (keyCode >= 65 && keyCode <= 90) || (keyCode >= 97 && keyCode <= 122) || (specialKeys.indexOf(e.keyCode) != -1 && e.charCode != e.keyCode)); document.getElementById("error").style.display = ret ? "none" : "inline"; return ret; } </script> <script src="js/bootstrap.js"></script> <!-- //for bootstrap working --> <!-- JAVASCRIPTS --> <div class="copyright"> <div align="center"> <p><font color="white">© 2017 Rama Infotech. All Rights Reserved | Design by </font><a href="https://p8.secure.hostingprod.com/@www.ramaipl.com/ssl/">ramaipl.com</a></p> </div> </div> <!-- //footer --> <!-- start-smoth-scrolling --> <script type="text/javascript" src="js/move-top.js"></script> <script type="text/javascript" src="js/easing.js"></script> <script type="text/javascript"> jQuery(document).ready(function($) { $(".scroll").click(function(event){ event.preventDefault(); $('html,body').animate({scrollTop:$(this.hash).offset().top},1000); }); }); </script> <!-- start-smoth-scrolling --> <!-- for bootstrap working --> <script src="js/bootstrap.js"></script> <!-- //for bootstrap working --> <!-- here stars scrolling icon --> <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> <!-- //here ends scrolling icon --> </body> </html>