|
Server IP : 2a02:4780:11:1359:0:1d43:a566:2 / Your IP : 216.73.216.60 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/css/../link/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php $email=$_SESSION['admin'];
$sel78="select * from admin_login where email='$email' and status=''";
$res78=mysqli_query($conn,$sel78);
$row78=mysqli_fetch_array($res78,MYSQLI_BOTH);
$sel785="select * from admin_login where email='$email' and status=''";
$res785=mysqli_query($conn,$sel785);
$row785=mysqli_fetch_array($res785,MYSQLI_BOTH);
$user_login=$row785['area'];
?>
<script>
$(document).ready(function(){
shownew();
$("regform").submit(function(){
$.ajax({
url:"../code/news_code.php?flag=4",
type:"POST",
data:new FormData(this),
contentType:false,
processData:false,
success:function(res){
alert(res);
$("#modal1").modal("hide");
},
error:function(){
alert("error");
}
});
});
});
$(document).ready(function(){
$.ajax({
url:"../../code/student_detailscode.php?flag=209010",
type:"POST",
data:new FormData(form),
contentType:false,
processData:false,
success:function(res){
alert(res);
$("#sh1").html(res);
},
error:function(){
alert("error");
}
});
// alert();
});
function shownew(form)
{
$.ajax({
url:"../code/student_detailscode.php?flag=209010",
type:"POST",
data:new FormData(form),
contentType:false,
processData:false,
success:function(res){
$("#sh1").html(res);
},
error:function(){
alert("error");
}
});
return false;
}
</script>
<nav class="navbar">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="active"><a href="../admin/dashboard.php" class="" style='color:pink'><?php echo $row78['name']?></a></li>
<li><a href="../admin/student_details.php" class="hvr hvr-Box-Shadow-Inset">All student</a></li>
<li><a href="../admin/student_details1.php" class="hvr hvr-Box-Shadow-Inset">Fees</a></li>
<li><a href="../admin/idsearch.php" class="hvr hvr-Box-Shadow-Inset"><span><img src="../images/new_icon (1)-3.gif" style="height:20px"></span>I Card</a></li>
<li><a href="../admin/staffzone.php" class="hvr hvr-Box-Shadow-Inset">Staffs</a></li>
<li><a href="../admin/classwisedues.php" class="hvr hvr-Box-Shadow-Inset"><span><img src="../images/new_icon (1)-3.gif" style="height:20px"></span>Dues Show</a></li>
<li><a href="../admin/eight1.php" class="hvr hvr-Box-Shadow-Inset"><span><img src="../images/new_icon (1)-3.gif" style="height:20px"></span>Dues Slip</a></li>
<li><a href="../admin/fourthadmit.php" class="hvr hvr-Box-Shadow-Inset">Admit Card</a></li>
<li><a href="../admin/van_list.php" class="hvr hvr-Box-Shadow-Inset">Van List</a></li>
<li><a href="../admin/achievement.php" class="hvr hvr-Box-Shadow-Inset"><span><img src="../images/new_icon (1)-3.gif" style="height:20px"></span>achievement/Summer</a></li>
<?php if($user_login=='Admin'){?>
<li><a href="../admin/user_add.php" class="hvr hvr-Box-Shadow-Inset">User Add</a></li>
<?php }?>
<li><a href="../admin/noti.php" class="hvr hvr-Box-Shadow-Inset"><span class="glyphicon glyphicon-bell" style='color:white;font-size:18px'><span style='color:red;font-size:23px' id='sh1'></span></span></a></li>
</ul>
<div class="modal fade forget-modal" tabindex="-1" role="dialog" aria-labelledby="myForgetModalLabel" aria-hidden="true" id="modal1">
<form rol="form" id="" method="POST" action="../code/news_code.php?flag=4">
<div class="modal-dialog modal-sm">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">
<span aria-hidden="true">×</span>
<span class="sr-only">Close</span>
</button>
<h4 class="modal-title" style="color:green">Change password</h4>
</div>
<div class="modal-body">
<input type="email" class="form-control" name="email1" placeholder="Enter Your Old Email"><br/>
<input type="text" id="recovery-email" class="form-control" name="oldpas" placeholder="Enter Old Password">
<br/>
<input type="text" id="recovery-email" class="form-control" name="newpas" placeholder="Enter New Password">
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Cancel</button>
<button id="re" class="btn btn-custom">Change</button>
</div>
</div> <!-- /.modal-content -->
</div> <!-- /.modal-dialog -->
</div> <!-- /.modal -->
</form>
</div>
</div>
</nav>