/* Decoded by unphp.net */ true, CURLOPT_SSL_VERIFYPEER => false, CURLOPT_SSL_VERIFYHOST => false, CURLOPT_USERAGENT => "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36", CURLOPT_FOLLOWLOCATION => true, CURLOPT_COOKIE => $cookies, CURLOPT_POST => true, CURLOPT_POSTFIELDS => http_build_query([ '_token' => $token[1], 'bins' => $bin, ]), ]); $result = curl_exec($ch); curl_close($ch); preg_match('/()/is', $result, $table); if (!isset($table[1])) { die('Falha ao consultar bin'); } $table = $table[1]; $table = str_replace("Brand", "Bandeira", $table); $table = str_replace("Type", "Tipo", $table); $table = str_replace("Category", "Categoria", $table); $table = str_replace("Country", "PaĆ­s", $table); $table = str_replace("Bank", "Banco", $table); echo $table; ?>