403Webshell
Server IP : 89.248.107.232  /  Your IP : 216.73.217.70
Web Server : Apache
System : Linux host2.kasilh.com 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64
User : seg ( 10005)
PHP Version : 7.4.33
Disable Function : opcache_get_status
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/vhosts/seg-sa.es/grupo-seg.com/wp-content/plugins/superstorefinder-wp/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /var/www/vhosts/seg-sa.es/grupo-seg.com/wp-content/plugins/superstorefinder-wp//sendMail.php
<?php
include("ssf-wp-inc/includes/ssf-wp-env.php");
$name=$_POST['name'];
$phone=$_POST['phone'];
$email=$_POST['email'];
$message=$_POST['message'];
$name_lbl  = (isset($_POST['name_lbl']) && !empty($_POST['name_lbl'])) ? $_POST['name_lbl'] : 'Name';
$email_lbl = (isset($_POST['email_lbl']) && !empty($_POST['email_lbl'])) ? $_POST['email_lbl'] : 'Email';
$msg_lbl   = (isset($_POST['msg_lbl']) && !empty($_POST['msg_lbl'])) ? $_POST['msg_lbl'] : 'Message';
$phone_lbl = (isset($_POST['phone_lbl']) && !empty($_POST['phone_lbl'])) ? $_POST['phone_lbl'] : 'Phone';

$to = $_POST['rcvEmail'];
$subject = $_POST['subject']. ' enquiry';
$body = $name_lbl.': '.$name.'<br/>';
$body .= $email_lbl.': '.$email.'<br/>';
if(!empty($phone)){
	$body .= $phone_lbl.': '.$phone.'<br/>';
}
$body .= $msg_lbl.': '.$message.'<br/>';
$headers[] = 'Content-Type: text/html; charset=UTF-8';
$headers[]   = 'Reply-To: '.$name.' <'.$email.'>';
wp_mail( $to, $subject, $body, $headers );
?>

Youez - 2016 - github.com/yon3zu
LinuXploit