MMCT TEAM
Server IP : 2a02:4780:11:1359:0:1d43:a566:2  /  Your IP : 216.73.216.161
Web Server : LiteSpeed
System : Linux in-mum-web1259.main-hosting.eu 4.18.0-553.37.1.lve.el8.x86_64 #1 SMP Mon Feb 10 22:45:17 UTC 2025 x86_64
User : u490972518 ( 490972518)
PHP Version : 5.6.40
Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u490972518/domains/ppschool.org.in/public_html/gsmps/app/code/../php-includes/../

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u490972518/domains/ppschool.org.in/public_html/gsmps/app/code/../php-includes/../student.php
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>    
<!------ Include the above in your HEAD tag ---------->

<!DOCTYPE html>
<html>
    
<head>
	<title> Login Page</title>
	<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
	<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
	<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.1/css/all.css" integrity="sha384-gfdkjb5BdAXd+lj+gudLWI+BXq4IuLW5IT+brZEZsLFm++aCMlF1V92rMkPaX4PP" crossorigin="anonymous">
 <script>
   
    $(document).ready(function(){
				//alert();
				$("#myform21").submit(function(e){
					
					
					e.preventDefault();
					$.ajax({
						url:"login.php",
						type:"POST",
						data: new FormData(this),
						contentType:false,
						processData:false,
						success:function(res){
							alert(res);
							if(res=='Login Success')
							{
								location.replace('app.php');
								
							}
							else
							
							{
								$("#modal-default12").modal("show");
							
								
							}
							
						},
						error:function(){
							alert("error");
							$("#btnContinue").prop("disabled",false);
						}
					});
				});
				
			});
   </script>
<style>




		/* Coded with love by Mutiullah Samim */
		body,
		html {
			margin: 0;
			padding: 0;
			height: 100%;
			background: #60a3bc !important;
		}
		.user_card {
			height: 400px;
			width: 350px;
			margin-top: auto;
			margin-bottom: auto;
			background: #f39c12;
			position: relative;
			display: flex;
			justify-content: center;
			flex-direction: column;
			padding: 10px;
			box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
			border-radius: 5px;

		}
		.brand_logo_container {
			position: absolute;
			height: 170px;
			width: 170px;
			top: -75px;
			border-radius: 50%;
			background: #60a3bc;
			padding: 10px;
			text-align: center;
		}
		.brand_logo {
			height: 150px;
			width: 150px;
			border-radius: 50%;
			border: 2px solid white;
		}
		.form_container {
			margin-top: 100px;
		}
		.login_btn {
			width: 100%;
			background: #c0392b !important;
			color: white !important;
		}
		.login_btn:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.login_container {
			padding: 0 2rem;
		}
		.input-group-text {
			background: #c0392b !important;
			color: white !important;
			border: 0 !important;
			border-radius: 0.25rem 0 0 0.25rem !important;
		}
		.input_user,
		.input_pass:focus {
			box-shadow: none !important;
			outline: 0px !important;
		}
		.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
			background-color: #c0392b !important;
		}
	
	
	</style>

</head>
<!--Coded with love by Mutiullah Samim-->
<body>
	<div class="container h-100">
		<div class="d-flex justify-content-center h-100">
			<div class="user_card">
				<div class="d-flex justify-content-center">
					<div class="brand_logo_container">
						<img src='images/logo.png' style='height:150px;width:150px'>
					</div>
				</div>
				<div class="d-flex justify-content-center form_container">
					<form id='myform21'>
						<div class="input-group mb-3">
							<div class="input-group-append">
							
							</div>
								<span class="input-group-text"><i class="fas fa-user"></i></span><input type="text" name="app" class="form-control input_user"  required value="" placeholder="Application No.">
						</div>
						<div class="input-group mb-2">
							<div class="input-group-append">
							
							</div>
								<span class="input-group-text"><i class="fas fa-phone"></i></span><input type="number" name="mobile" required class="form-control input_pass" value="" placeholder="Mobile">
						</div>
						<div class="form-group">
							<div class="custom-control custom-checkbox">
								<input type="checkbox" class="custom-control-input" id="customControlInline">
								<label class="custom-control-label" for="customControlInline">Remember me</label>
							</div>
						</div>
							<div class="d-flex justify-content-center mt-3 login_container">
				 	<button  name="button" class="btn login_btn">Login</button>
				   </div>
					</form>
				</div>
			<div class="mt-4">
					
					<div class="d-flex justify-content-center links">
						<a href="index.php">Click For Back</a>
					</div>
				</div>
				
				
			</div>
		</div>
	</div>

            
</body>
</html>




<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>   
  <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>    
  <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css"/>


 <div class="modal fade" id="modal-default12" data-keyboard="false" data-backdrop="static" aria-modal="true" role="dialog">
        <div class="modal-dialog">
            <div class="modal-content">
                <div class="overlay" id="loading_confirmation">
                    <i class="fas fa-2x fa-sync fa-spin"></i>
                </div>
                <div class="modal-header m-auto">
				    
                    
                </div>
                <div class="modal-body text-center">
                    <div class="row" id="status">
                        <div class="col-md-12">
                            <div class="row">
                                <div class="col-md-12">
                                    <img src="../images/logo.png" style="width:100px;" class="img-thumbnail" />
                                  
                                </div>
                            </div>
                            <hr />
                            <div class="row">
                                <div class="col-md-12">
                                  <span  id="cusername" style='color:red'>   Thanks for Contact <br>
                                    Please Try Again  </span> <span style="color:green"></span>
                                </div>
                            </div>

                            <hr />
                          
                            <img src="https://chskpublicschool.in/app/images/no-way-x.gif" style="width:100px;" />
                            <h1 class="text-danger">Application Number Or Mobile Number Wrong</h1>
                        </div>
                    </div>

                </div>
                <div class="modal-footer justify-content-between">
                    

                    <a href="index.php" class="btn btn-success">Click For Again Login</a>
					   
                    
                </div>
            </div>

MMCT - 2023