Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 18.223.205.73
54 Domain
7.3.33
dpclient
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
home /
dpclient /
public_html /
iTailor-gold /
pm /
[ HOME SHELL ]
Name
Size
Permission
Action
auth.php
2.73
KB
-rw-r--r--
db.php
448
B
-rw-r--r--
func.php
5.27
KB
-rw-r--r--
process-booking.php
3.31
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : process-booking.php
<?php session_start(); require_once('func.php'); ?> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Redirecting Page...</title> <link rel="icon" href="favicon.ico" type="image/x-icon"> <link rel="apple-touch-icon" sizes="180x180" href="../img/apple-touch-icon.png"> <style> @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap'); *{ box-sizing:border-box; /* outline:1px solid ;*/ } body{ font-family: "DM Sans", sans-serif; background: rgba(15, 11, 8, 0.85);; height: 100%; margin: 0; background-repeat: no-repeat; background-attachment: fixed; } a { color: #fff; text-decoration: none; transition: all 0.30s linear 0s; } .wrapper-1{ width:100%; height:100vh; display: flex; flex-direction: column; } .wrapper-2{ padding: 30px; text-align:center; } h1{ font-size:2.5em; font-weight: 900; letter-spacing:3px; color: #fafafa; margin:0; margin-top: 1.5rem; margin-bottom:1.5rem; } .wrapper-2 p{ margin:0; font-size:1.3em; color:#fafafa; letter-spacing:1px; line-height: 1.5; } .go-home{ background: #e83890; border:none; padding: 25px 30px; margin: 30px 0; border-radius: 5px; cursor: pointer; } .go-home:hover{ opacity: 0.9; } .go-home a{ font-size: 1rem; font-weight: 700!important; text-transform: uppercase; letter-spacing: 2px; } .sm-btn-header { color: #fff; font: 400 16px/24px "DM Sans"; letter-spacing: 1.4px; text-transform: uppercase; padding: 10px 16px; border-radius: 4px; background: linear-gradient(180deg, #D0C078 0%, #A57F3A 49%, #D0C078 100%); display: block; width: max-content; margin: auto; margin-top: 1rem; } @media (min-width:360px){ .go-home{ margin-bottom:20px; } } @media (min-width:600px){ .thankyoucontent{ max-width:1000px; margin:0 auto; } .wrapper-1{ height: initial; max-width:620px; margin:0 auto; margin-top:50px; } } </style> <script> var destinationURL = '<//?=$rr ?>'; function redirectToDestination() { window.location.href = '../index.php'; } setTimeout(redirectToDestination, 9000); // Redirect after 9 seconds </script> </head> <body> <?php // Check if the form is submitted if ($_SERVER['REQUEST_METHOD'] == 'POST') { // Get form data $name = $_POST['name']; $email = $_POST['email']; $phone = $_POST['phone']; $location = $_POST['location']; $service = $_POST['service']; $date = $_POST['date']; // Call the function to save booking data saveBookingData($name, $email, $phone, $location, $service, $date); } ?> <div class="wrapper-1"> <div class="wrapper-2"> <h1>Thank you for your inquiry.</h1> <p>Our Executive Tailor will be contacting you soon.</p> <p>We look forward to seeing you at the show.</p> <a class="sm-btn-header" href="../index.php"> home page</a> </div> </div> <!-- Your HTML content goes here --> </body> </html>
Close