| Server IP : 199.79.63.27 / Your IP : 216.73.216.250 Web Server : Microsoft-IIS/10.0 System : Windows NT MD-PLESK-WEB5 10.0 build 20348 (Windows Server 2022) AMD64 User : IWPD_6698(lcitec7i) ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/INETPUB/VHOSTS/lcit.edu.in/lcitps.edu.in/ |
Upload File : |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Database Backup</title>
<style>
body {
font-family: "Muli", sans-serif;
padding: 40px;
background-color: #f4f4f4;
}
.container {
background: white;
padding: 30px;
border-radius: 8px;
max-width: 400px;
margin: auto;
text-align: center;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
button {
padding: 10px 20px;
font-size: 16px;
background-color: #0078D7;
color: white;
border: none;
border-radius: 4px;
cursor: pointer;
}
button:hover {
background-color: #005fa3;
}
</style>
</head>
<body>
<div class="container">
<h2>Download Database Backup</h2>
<p>Click the button below to generate and download the latest backup of your database.</p>
<form action="backup.php" method="post">
<button type="submit">Download Backup</button>
</form>
</div>
</body>
</html>