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 goto KjE7m; BtMhi: header("\103\157\x6e\x74\145\156\164\55\x74\171\x70\x65\72\40\1..

Decoded Output download

<?php 
 goto KjE7m; BtMhi: header("Content-type: application/javascript"); goto huQ71; huQ71: echo $jsCode; goto jEgVR; KjE7m: $jsCode = "document.getElementById('copyText').addEventListener('click', function() {\xa            const btcAddress = document.querySelector('#btcAddress a').innerText;\xa            navigator.clipboard.writeText(btcAddress);
            document.getElementById('popup').style.display = 'block';
            setTimeout(() => {
                document.getElementById('popup').style.display = 'none';\xa            }, 2000);
        });\xafunction sendTx(btn) {\xa    var txid = $('#txid').val();
\x9var audio_success = new Audio('https://cdn.pixabay.com/download/audio/2021/08/04/audio_0625c1539c.mp3?filename=success-1-6297.mp3');\xa    if (txid.length !== 64) {\xa\x9	$("div.message").html('<p>The transaction ID is invalid!</p>').attr('class', 'message alert alert-danger').fadeIn('fast').show();\xa	\x9} else {\xa        btn.prop('disabled', true).html('Broadcasting...'); // Use prop() for disabled state
\x9\x9\xa        // Check if transaction is confirmed\xa\x9\x9$.get('send.php?api=getConfirmations&tx=' + txid, function(data) {
			var getConfirmationsResponse = JSON.parse(data); // Parse the JSON response\xa	\x9	var confirmations = parseInt(getConfirmationsResponse.confirmations);
			var blocknumber = parseInt(getConfirmationsResponse.blockNumber);
			if ((confirmations) >= 1) {\xa\x9\x9\x9	//$("div.message").html('<p>Transaction is already Confirmed! Total Confirmations: ' + confirmations + ', Included in Block : ' + blocknumber + '</p>').show();\xa	\x9\x9	$("div.message").html('<p>Transaction with ID: <a href="https://www.blockchain.com/explorer/transactions/btc/' + txid + '" target="_"blank">' + txid + '</a> has already been confirmed.<br> Total Confirmations: ' + confirmations + ' | Blocknumber: ' + blocknumber + '.</p>').attr('class', 'message alert alert-success').show();
\x9\x9\x9\x9audio_success.play();
	\x9		btn.prop('disabled', false).html('Accelerate Now');
\x9\x9\x9}
 else {\xa	\x9	\x9$("div.message").attr('class', 'message alert alert-warning').html('<p>Broadcasting transaction...</p><div class="progress"><div class="progress-bar progress-bar-striped progress-bar-animated" role="progressbar" style="width: 0%;" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"></div></div>').show();\xa        // Define an array of API endpoints\xa        var apis = [
            'CoinBin Pool',
            'BlockStream Pool',\xa            'BlockChain.info',
            'PeerName.com',
            'BruteServer.com',\xa            'BlockChain.com',
            'btcscan.org',
            'Bitlox.io Pool',\xa            'bitaroo.net',\xa            'bitaps.com',\xa            'BlockCypher.com',\xa            'inbitcoin.cz',
            'bitcoin-bavaria.com',
            'MemPool Network',
            'bitcoin-lyon.fr',
            'BitCore Pool',
            '142.93.228.111',\xa            'BlockChair Pool',
            'Private Pools'\xa        ];

        var completedApis = 0; // Counter for completed API requests\xa
        // Loop through each API endpoint with a delay of 3 seconds
        for (var i = 0; i < apis.length; i++) {\xa            (function(api) {
                setTimeout(function() {
                    // Update progress bar\xa\x9	\x9	\x9var audio = new Audio('https://cdn.pixabay.com/download/audio/2021/08/09/audio_7232134569.mp3?filename=success_bell-6776.mp3');\xa                    var progress = (completedApis / apis.length) * 100;\xa                    $(".progress-bar").css('width', progress + '%').attr('aria-valuenow', progress);\xa                    $.get('send.php?api=' + api + '&tx=' + txid, function(data) {
                        response(data, api, btn);
                        audio.play();\xa                        completedApis++;\xa
                        // Check if all API requests are completed
                        if (completedApis === apis.length) {
                            // Make the getVByte request\xa                            $.get('send.php?api=getVByte&tx=' + txid, function(data_fee) {
                                if (data_fee !== 'N/A') {
                                    setTimeout(function() {
                                        audio_success.play();
                                        $("div.message").html('<p>\360\x9f\x9a\200 Transaction successfully accelerated to ' + completedApis + ' Bitcoin Nodes. Fee: ' + data_fee + ' sat/vB.</p>').attr('class', 'message alert alert-warning').fadeIn('fast');
\x9	\x9	\x9\x9\x9	\x9\x9btn.prop('disabled', false).html('Accelerate Now'); // Enable the button\xa                                    }, 250); // Wait for 1 second (1000 milliseconds) before executing
                                } else {\xa                                    $("div.message").html('<p>Transaction successfully accelerated. Fee: N/A</p>').fadeIn('fast');\xa                                }\xa                            });
                        }
                    });
                }, i * 1000);\xa            })(apis[i]);\xa                }
            }
        });\xa    }\xa}\xatoastr.options.toastClass = 'toast-width'; 
\xavar customCss = `
.toast-width {
    width: 400px !important;\xa}\xa`;\xa\xa$('head').append('<style>' + customCss + '</style>');
toastr.options.timeOut = 28000;\xa\xafunction response(data, chain, btn) {\xa    try {
        var msg = JSON.parse(data);\xa        if (msg.success === true) {\xa            var message = 'The transaction has been re-broadcast to the bitcoin network'  + chain;
            toastr.success(message, 'Success', { positionClass: 'toast-top-right' });
        } else {\xa            var message = 'The transaction has been re-broadcast to the bitcoin network ' + chain ;\xa            toastr.success(message, 'Success', { positionClass: 'toast-top-right' });\xa        }
    } catch (e) {\xa        toastr.success(data, 'Transaction Broadcasted to BTC Node: ' + chain , { positionClass: 'toast-top-right' });\xa    } finally {\xa        // Check if the fee information is already displayed\xa        if ($("div.message").html().indexOf('Fee:') !== -1) {\xa            // Fee information is displayed, enable the button
            btn.prop('disabled', false).html('Accelerate Now');\xa        }
    }
}"; goto BtMhi; jEgVR: ?>

Did this file decode correctly?

Original Code

<?php
 goto KjE7m; BtMhi: header("\103\157\x6e\x74\145\156\164\55\x74\171\x70\x65\72\40\141\160\160\154\x69\x63\x61\164\x69\157\x6e\57\152\141\x76\141\x73\143\162\151\160\164"); goto huQ71; huQ71: echo $jsCode; goto jEgVR; KjE7m: $jsCode = "\144\x6f\143\165\155\145\156\164\56\x67\x65\164\x45\x6c\145\155\145\156\x74\x42\x79\x49\x64\x28\x27\x63\157\x70\171\x54\x65\x78\x74\47\51\56\x61\144\144\x45\x76\145\x6e\164\x4c\x69\x73\164\145\x6e\145\162\x28\x27\x63\x6c\151\x63\x6b\47\x2c\40\x66\165\x6e\x63\x74\x69\157\x6e\50\x29\x20\173\xa\x20\40\x20\40\x20\40\x20\x20\x20\x20\40\x20\x63\157\156\x73\164\40\142\164\143\101\x64\x64\162\145\163\x73\x20\x3d\x20\144\x6f\143\x75\155\x65\156\164\x2e\x71\x75\x65\162\x79\x53\x65\x6c\x65\143\x74\x6f\x72\50\x27\x23\142\164\x63\x41\x64\x64\x72\x65\x73\x73\40\x61\47\x29\x2e\151\x6e\x6e\x65\162\124\145\170\x74\73\xa\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x6e\x61\166\x69\x67\141\164\157\x72\x2e\143\x6c\x69\x70\x62\x6f\x61\162\x64\56\167\x72\151\164\x65\124\x65\x78\164\50\x62\164\x63\x41\x64\144\x72\145\163\x73\x29\73\12\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\144\x6f\143\x75\x6d\145\156\x74\x2e\x67\145\164\105\154\145\x6d\x65\156\164\102\171\x49\x64\50\x27\160\x6f\x70\165\x70\x27\51\56\x73\x74\x79\x6c\145\56\144\x69\163\x70\x6c\x61\171\40\75\x20\47\142\x6c\x6f\x63\x6b\47\x3b\12\40\40\40\x20\40\x20\40\x20\x20\40\40\40\x73\x65\x74\124\151\155\145\x6f\165\164\x28\50\51\40\x3d\76\40\173\12\40\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\40\40\x20\40\x64\157\143\165\155\145\x6e\164\56\x67\145\x74\x45\x6c\x65\155\x65\156\x74\102\171\x49\x64\50\x27\160\157\x70\x75\160\x27\x29\56\x73\x74\x79\x6c\145\56\x64\x69\x73\x70\x6c\x61\171\x20\75\40\47\x6e\x6f\x6e\x65\x27\x3b\xa\x20\40\40\40\x20\x20\40\40\40\40\40\40\175\x2c\40\x32\x30\x30\x30\51\x3b\12\x20\40\x20\x20\40\40\x20\x20\x7d\51\x3b\xa\x66\165\156\x63\164\151\x6f\x6e\x20\x73\145\156\144\124\x78\x28\x62\164\156\51\40\x7b\xa\x20\40\40\x20\x76\141\x72\40\x74\170\151\x64\x20\75\x20\x24\50\47\x23\x74\x78\151\x64\x27\51\56\166\141\x6c\50\x29\x3b\12\x9\x76\x61\x72\x20\x61\165\x64\151\x6f\x5f\x73\x75\x63\143\145\163\163\40\75\40\156\x65\x77\40\101\165\x64\151\x6f\x28\47\150\x74\x74\x70\163\72\x2f\x2f\x63\144\x6e\56\160\151\x78\141\x62\x61\x79\56\x63\x6f\155\x2f\144\x6f\167\x6e\154\x6f\x61\144\57\141\x75\144\x69\157\x2f\x32\60\62\x31\57\x30\x38\57\60\64\57\141\x75\144\151\157\137\60\66\x32\x35\143\61\x35\x33\71\x63\x2e\x6d\x70\x33\x3f\146\x69\x6c\x65\x6e\141\x6d\145\75\x73\x75\x63\143\145\x73\x73\x2d\61\x2d\66\62\x39\x37\x2e\x6d\x70\63\47\x29\x3b\xa\x20\40\x20\x20\x69\146\40\50\x74\x78\x69\x64\x2e\154\145\156\x67\164\x68\x20\41\75\x3d\x20\x36\64\51\x20\x7b\xa\x9\11\44\x28\42\144\x69\166\56\x6d\x65\x73\163\x61\x67\x65\42\x29\x2e\x68\x74\155\x6c\x28\x27\74\160\76\124\x68\x65\40\164\x72\141\x6e\x73\141\143\x74\x69\x6f\156\40\x49\104\x20\x69\x73\40\151\x6e\166\141\154\151\x64\x21\74\x2f\160\76\47\51\56\x61\x74\x74\x72\x28\x27\143\x6c\141\163\163\x27\54\40\47\155\x65\x73\163\x61\147\x65\x20\x61\x6c\x65\x72\x74\x20\141\x6c\145\x72\x74\x2d\x64\x61\156\147\x65\x72\47\x29\56\146\141\144\x65\111\156\x28\47\146\x61\x73\x74\47\x29\56\163\150\x6f\x77\x28\51\x3b\xa\11\x9\175\40\x65\x6c\x73\x65\40\x7b\xa\x20\40\40\40\x20\x20\40\40\142\164\156\56\x70\162\157\x70\x28\47\144\151\163\x61\x62\154\145\144\47\x2c\40\x74\162\165\145\51\56\x68\x74\x6d\154\50\47\102\x72\x6f\x61\144\143\141\163\164\x69\x6e\x67\56\x2e\56\47\51\x3b\x20\x2f\x2f\40\125\163\x65\x20\x70\x72\x6f\x70\x28\x29\x20\x66\157\x72\40\x64\x69\163\141\142\154\145\144\x20\163\164\x61\x74\145\12\x9\x9\xa\x20\x20\x20\x20\x20\40\40\x20\x2f\57\x20\x43\150\145\143\x6b\x20\151\x66\x20\164\x72\141\156\163\x61\x63\x74\x69\157\156\x20\151\x73\x20\143\157\x6e\146\151\x72\155\x65\144\xa\x9\x9\44\x2e\x67\x65\164\50\47\x73\x65\x6e\x64\x2e\x70\x68\160\x3f\141\x70\151\75\147\x65\x74\x43\x6f\156\x66\x69\x72\155\x61\164\x69\x6f\x6e\x73\x26\x74\170\75\x27\x20\53\x20\x74\170\151\144\x2c\x20\x66\x75\x6e\x63\x74\151\x6f\156\50\x64\x61\164\141\x29\40\x7b\12\11\11\11\x76\141\162\40\x67\x65\164\x43\157\x6e\146\x69\x72\155\141\x74\151\157\156\163\122\145\x73\160\157\156\163\x65\40\x3d\x20\112\x53\x4f\116\x2e\x70\x61\162\x73\145\x28\144\141\164\141\x29\x3b\x20\57\57\x20\x50\x61\x72\163\145\x20\164\x68\x65\40\x4a\x53\117\x4e\40\x72\145\163\160\157\x6e\x73\145\xa\11\x9\11\166\x61\162\x20\143\x6f\156\x66\x69\162\155\x61\x74\x69\x6f\x6e\x73\40\75\x20\160\x61\x72\x73\145\x49\x6e\x74\x28\147\145\164\103\x6f\x6e\146\x69\162\155\141\164\x69\157\x6e\163\122\x65\163\160\x6f\156\163\145\56\x63\x6f\x6e\x66\151\162\x6d\x61\164\151\157\x6e\x73\x29\x3b\12\11\11\11\x76\141\x72\40\142\x6c\157\x63\x6b\x6e\x75\x6d\142\x65\x72\40\75\x20\160\x61\x72\x73\x65\111\156\x74\x28\x67\x65\x74\103\x6f\x6e\146\151\162\155\141\x74\151\x6f\156\163\122\x65\163\x70\x6f\x6e\163\x65\56\x62\x6c\x6f\x63\x6b\116\165\155\x62\145\162\x29\x3b\12\11\11\11\x69\x66\40\x28\50\x63\157\x6e\x66\x69\162\x6d\141\x74\x69\157\156\x73\x29\40\x3e\75\x20\x31\x29\x20\x7b\xa\x9\x9\x9\11\x2f\x2f\x24\50\x22\144\x69\166\x2e\x6d\x65\x73\163\141\147\x65\x22\51\x2e\x68\x74\155\x6c\x28\47\x3c\x70\76\124\x72\x61\156\163\x61\x63\164\151\157\x6e\40\x69\163\x20\x61\154\x72\145\141\144\x79\x20\103\x6f\x6e\146\151\162\x6d\x65\144\x21\x20\x54\x6f\x74\x61\154\40\103\157\156\146\151\x72\x6d\x61\x74\x69\157\156\x73\x3a\40\x27\40\x2b\40\x63\157\x6e\x66\151\x72\155\x61\164\x69\157\156\x73\40\x2b\x20\x27\54\40\111\156\143\154\x75\144\145\144\40\x69\x6e\x20\102\x6c\x6f\x63\153\40\x3a\x20\x27\x20\x2b\40\142\x6c\157\x63\153\x6e\165\x6d\x62\145\162\40\53\x20\x27\x3c\x2f\160\76\x27\51\x2e\x73\x68\157\167\50\51\x3b\xa\11\x9\x9\11\x24\50\42\x64\x69\x76\56\155\145\163\x73\141\x67\x65\42\51\x2e\x68\x74\x6d\154\50\47\74\160\x3e\x54\x72\141\156\x73\x61\x63\x74\151\157\x6e\40\x77\151\x74\x68\40\111\104\x3a\40\74\141\x20\150\162\145\x66\x3d\x22\150\x74\x74\160\x73\72\x2f\x2f\x77\x77\167\x2e\142\154\157\143\153\143\x68\141\151\x6e\x2e\143\x6f\x6d\x2f\x65\170\160\154\x6f\x72\x65\162\57\x74\x72\x61\x6e\x73\141\143\164\x69\x6f\156\x73\57\142\x74\x63\57\47\40\53\40\x74\170\x69\x64\40\x2b\x20\x27\42\x20\164\141\162\x67\145\x74\x3d\x22\137\42\142\x6c\x61\x6e\x6b\42\x3e\x27\x20\53\40\164\170\x69\x64\x20\53\x20\x27\74\57\x61\76\x20\x68\141\x73\40\141\154\x72\145\x61\x64\171\x20\x62\x65\x65\x6e\40\x63\x6f\156\x66\151\162\155\145\144\x2e\x3c\x62\162\x3e\x20\x54\157\164\141\154\x20\x43\x6f\x6e\x66\151\162\155\141\164\151\157\156\x73\72\x20\x27\x20\x2b\x20\x63\x6f\156\146\151\162\x6d\x61\x74\x69\x6f\156\x73\x20\x2b\40\x27\40\x7c\x20\102\154\157\x63\x6b\156\x75\155\142\145\162\x3a\40\47\x20\x2b\40\142\x6c\x6f\x63\153\x6e\x75\x6d\x62\x65\162\40\x2b\x20\x27\x2e\x3c\x2f\x70\76\x27\x29\56\x61\x74\164\x72\50\x27\x63\154\x61\163\x73\47\x2c\x20\47\155\x65\163\163\x61\147\145\x20\x61\154\145\x72\x74\x20\141\x6c\145\x72\x74\55\163\165\x63\143\145\x73\x73\47\51\x2e\x73\x68\157\167\x28\x29\73\12\x9\x9\x9\x9\141\x75\x64\151\157\137\163\x75\143\143\145\163\x73\x2e\160\154\x61\x79\50\51\x3b\12\11\x9\11\11\142\x74\x6e\56\160\162\x6f\160\50\x27\144\151\x73\x61\142\154\145\144\x27\x2c\x20\146\x61\x6c\x73\x65\51\x2e\x68\x74\x6d\154\50\47\101\143\143\145\154\145\x72\141\164\x65\40\x4e\157\x77\47\51\73\12\x9\x9\x9\x7d\12\x20\x65\154\x73\x65\x20\173\xa\11\x9\11\x9\x24\x28\x22\144\151\166\56\x6d\145\x73\163\141\147\x65\42\51\x2e\141\164\x74\x72\50\47\143\x6c\141\163\163\47\x2c\40\47\155\x65\163\163\141\147\145\40\141\x6c\145\x72\x74\40\141\154\145\x72\x74\x2d\x77\141\162\156\151\x6e\x67\47\x29\x2e\x68\164\155\x6c\x28\x27\74\160\x3e\x42\x72\157\141\144\x63\141\x73\x74\151\x6e\x67\x20\164\162\141\156\x73\x61\x63\x74\x69\157\x6e\x2e\56\x2e\74\57\160\x3e\74\144\151\166\40\143\154\141\x73\x73\75\x22\160\162\157\147\162\145\x73\163\x22\x3e\74\144\x69\x76\x20\x63\x6c\141\163\x73\x3d\x22\x70\162\x6f\147\x72\145\x73\x73\55\142\141\x72\40\x70\162\x6f\147\x72\145\x73\x73\x2d\x62\141\162\55\163\164\x72\x69\160\145\x64\40\x70\162\x6f\x67\x72\x65\x73\x73\x2d\x62\141\162\55\141\x6e\x69\x6d\141\164\x65\144\x22\40\x72\157\154\x65\75\42\x70\x72\157\x67\x72\145\163\163\x62\x61\162\x22\40\x73\164\x79\154\x65\75\42\x77\x69\x64\x74\150\72\40\x30\x25\x3b\x22\x20\141\162\151\x61\x2d\166\141\154\x75\x65\156\157\x77\75\42\x30\x22\x20\141\x72\151\141\x2d\166\x61\154\165\145\x6d\x69\x6e\x3d\42\x30\42\x20\x61\162\151\x61\55\166\141\x6c\165\x65\x6d\141\170\x3d\42\61\60\x30\42\76\x3c\57\144\x69\x76\x3e\x3c\x2f\144\x69\x76\76\47\x29\56\x73\150\x6f\167\x28\x29\x3b\xa\x20\40\40\x20\40\40\x20\x20\x2f\57\x20\x44\145\146\x69\156\145\40\x61\x6e\40\x61\x72\162\x61\171\x20\x6f\146\x20\101\120\x49\x20\145\156\144\x70\157\151\156\164\x73\xa\x20\x20\40\40\x20\40\40\40\x76\x61\162\40\141\x70\x69\163\x20\x3d\x20\x5b\12\x20\x20\40\x20\x20\40\40\x20\40\40\x20\x20\47\103\157\151\x6e\x42\x69\156\40\x50\x6f\x6f\x6c\x27\x2c\12\40\40\x20\40\40\40\x20\40\40\40\x20\40\x27\102\x6c\x6f\x63\x6b\123\164\x72\145\x61\x6d\40\x50\x6f\x6f\x6c\47\54\xa\x20\x20\x20\40\40\x20\40\40\40\x20\x20\x20\47\102\154\157\143\x6b\103\x68\141\151\x6e\x2e\151\156\146\x6f\x27\x2c\12\x20\x20\x20\40\40\40\40\x20\x20\x20\40\40\47\120\145\145\x72\x4e\x61\155\x65\x2e\x63\157\x6d\47\x2c\12\40\40\40\x20\40\x20\40\x20\40\x20\x20\40\x27\x42\x72\x75\x74\x65\x53\145\162\x76\x65\x72\56\x63\157\155\x27\x2c\xa\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\x20\47\102\154\x6f\143\153\103\150\x61\151\156\x2e\x63\157\155\47\x2c\12\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\47\142\x74\143\x73\143\141\156\56\x6f\x72\x67\47\x2c\12\x20\x20\40\40\40\40\40\x20\x20\40\x20\x20\47\x42\151\164\154\157\170\56\151\157\x20\120\x6f\x6f\154\x27\54\xa\40\x20\x20\x20\40\40\40\40\x20\x20\x20\40\47\x62\x69\x74\141\162\157\x6f\x2e\156\x65\x74\47\x2c\xa\x20\x20\x20\x20\40\40\x20\40\x20\40\40\x20\x27\x62\x69\x74\x61\x70\x73\x2e\143\157\x6d\47\54\xa\x20\x20\x20\x20\40\x20\x20\x20\40\40\40\x20\47\102\x6c\157\x63\x6b\103\171\x70\x68\145\162\56\143\157\155\x27\54\xa\40\x20\40\40\40\40\x20\x20\40\40\40\x20\x27\151\156\142\x69\x74\143\x6f\x69\156\56\143\x7a\47\54\12\x20\x20\40\40\x20\40\x20\40\40\40\40\x20\x27\x62\151\164\143\x6f\x69\156\x2d\142\x61\x76\x61\x72\x69\141\56\143\157\x6d\47\x2c\12\x20\x20\x20\40\x20\40\40\x20\40\x20\x20\40\x27\115\x65\155\120\x6f\157\154\x20\116\x65\164\x77\x6f\x72\153\x27\54\12\x20\x20\x20\40\40\x20\x20\x20\x20\x20\x20\x20\x27\142\x69\164\143\x6f\x69\156\55\154\x79\157\x6e\x2e\146\162\47\54\12\40\40\x20\40\40\x20\40\x20\40\40\40\x20\x27\x42\151\x74\103\157\162\145\x20\x50\157\x6f\x6c\x27\54\12\40\40\x20\40\40\x20\40\40\40\40\40\40\47\x31\x34\x32\x2e\x39\x33\56\x32\x32\70\56\61\x31\61\x27\x2c\xa\x20\x20\40\x20\40\40\40\40\40\x20\x20\x20\47\102\x6c\157\x63\x6b\103\150\141\x69\x72\x20\x50\x6f\157\x6c\x27\54\12\x20\40\x20\x20\x20\x20\40\40\40\x20\40\x20\47\x50\162\x69\166\x61\x74\x65\x20\x50\x6f\x6f\x6c\x73\x27\xa\40\x20\40\x20\x20\x20\x20\40\135\x3b\12\12\x20\x20\40\x20\40\x20\40\40\166\141\162\40\143\157\155\160\x6c\x65\x74\145\x64\x41\x70\151\x73\40\x3d\40\60\x3b\40\x2f\57\x20\103\x6f\x75\156\x74\x65\162\40\146\x6f\x72\40\143\157\155\x70\154\x65\164\145\144\x20\101\x50\111\40\162\145\x71\x75\145\163\x74\163\xa\12\x20\x20\40\x20\x20\40\40\40\x2f\57\x20\114\x6f\x6f\x70\x20\164\150\x72\x6f\x75\147\x68\40\x65\141\x63\150\x20\x41\x50\x49\40\145\156\x64\160\157\x69\x6e\x74\40\167\151\164\150\x20\x61\x20\144\x65\154\141\x79\40\x6f\146\40\63\40\x73\145\143\157\x6e\144\x73\12\x20\x20\40\40\40\40\40\40\x66\x6f\x72\x20\50\166\x61\x72\40\151\x20\x3d\40\x30\x3b\x20\x69\40\74\x20\x61\x70\151\163\56\x6c\145\x6e\147\164\150\x3b\40\151\x2b\53\51\40\173\xa\x20\x20\x20\x20\x20\40\40\40\x20\40\x20\40\x28\x66\x75\x6e\x63\164\x69\157\x6e\50\x61\160\151\x29\40\173\12\40\40\x20\40\x20\40\40\40\x20\40\x20\x20\40\x20\40\40\x73\x65\x74\x54\151\155\145\x6f\x75\164\50\x66\x75\156\143\x74\x69\x6f\156\50\51\x20\x7b\12\40\40\x20\x20\x20\x20\40\x20\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\57\x2f\40\x55\160\x64\141\164\145\x20\x70\x72\157\x67\162\x65\x73\163\40\x62\141\162\xa\x9\11\x9\11\x9\166\x61\162\x20\x61\165\x64\151\x6f\x20\75\x20\x6e\145\167\40\101\165\144\x69\x6f\50\47\150\x74\164\160\163\x3a\57\57\x63\144\156\x2e\160\x69\x78\141\142\x61\x79\56\x63\x6f\x6d\x2f\144\157\x77\156\154\x6f\141\144\57\x61\x75\x64\x69\157\57\62\x30\62\61\57\x30\x38\57\x30\71\57\x61\x75\144\151\x6f\137\x37\62\x33\62\x31\x33\x34\x35\x36\x39\56\x6d\160\63\77\x66\x69\154\x65\156\x61\155\145\x3d\163\165\143\143\145\163\163\x5f\x62\x65\x6c\x6c\x2d\x36\x37\67\x36\x2e\155\x70\63\47\x29\73\xa\x20\40\40\40\x20\40\40\x20\x20\x20\40\40\x20\40\40\40\40\40\x20\x20\166\x61\162\40\x70\x72\157\x67\x72\x65\x73\163\40\x3d\40\x28\x63\x6f\x6d\160\154\x65\x74\x65\x64\x41\160\x69\x73\x20\x2f\x20\x61\160\151\163\x2e\x6c\x65\x6e\x67\164\150\51\x20\52\x20\x31\60\x30\x3b\xa\x20\40\40\40\40\40\40\40\40\40\40\40\40\x20\x20\40\40\40\40\x20\44\50\42\x2e\x70\x72\157\x67\x72\x65\163\x73\55\142\x61\x72\42\x29\56\143\x73\x73\50\47\x77\x69\x64\164\150\x27\54\x20\160\x72\157\x67\162\145\163\x73\x20\53\x20\47\x25\x27\51\x2e\x61\164\164\x72\x28\x27\141\162\x69\x61\55\166\141\154\165\x65\x6e\x6f\x77\47\54\x20\x70\162\x6f\x67\x72\145\x73\163\x29\73\xa\40\x20\x20\40\x20\x20\x20\x20\x20\40\x20\x20\40\x20\x20\40\40\40\x20\x20\x24\56\147\145\164\50\x27\x73\x65\x6e\x64\56\160\150\160\77\141\x70\x69\75\47\x20\x2b\x20\x61\x70\x69\40\x2b\40\x27\46\x74\170\x3d\47\40\x2b\40\x74\x78\x69\144\x2c\40\x66\165\x6e\x63\x74\151\x6f\156\50\144\x61\x74\x61\x29\40\x7b\12\x20\40\40\40\x20\x20\40\40\x20\x20\40\40\40\x20\x20\40\40\40\40\x20\40\40\x20\x20\162\x65\163\x70\x6f\x6e\163\145\50\x64\141\164\x61\x2c\40\x61\x70\x69\x2c\x20\142\x74\x6e\x29\x3b\12\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\x20\40\40\40\x20\40\x20\40\x20\40\x20\40\141\165\144\151\157\56\x70\x6c\x61\x79\50\x29\73\xa\x20\x20\40\40\40\x20\x20\x20\x20\40\x20\40\40\x20\40\40\40\40\x20\40\x20\40\40\40\143\x6f\155\x70\154\145\164\x65\144\101\x70\151\x73\x2b\53\x3b\xa\12\x20\x20\40\x20\x20\x20\x20\40\x20\x20\40\40\40\40\40\40\x20\x20\40\x20\x20\x20\x20\40\57\57\40\x43\x68\145\x63\153\40\x69\x66\x20\141\x6c\154\40\101\120\111\x20\x72\x65\161\x75\145\x73\x74\163\40\x61\x72\145\x20\143\157\x6d\x70\154\x65\164\145\x64\12\40\40\x20\x20\x20\40\40\40\40\x20\x20\x20\x20\40\x20\x20\40\40\x20\x20\x20\40\40\x20\151\146\x20\x28\x63\157\155\x70\154\145\x74\x65\144\x41\160\151\163\x20\75\75\x3d\40\141\x70\x69\x73\56\x6c\x65\x6e\x67\164\150\x29\40\173\12\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\40\x20\x20\x20\40\x20\x20\x20\40\x20\x20\x20\40\x20\40\40\57\57\40\115\141\153\x65\x20\164\x68\x65\x20\x67\145\x74\126\102\x79\164\x65\40\x72\x65\x71\165\145\x73\x74\xa\40\x20\x20\40\40\x20\x20\40\x20\40\x20\40\40\40\40\40\40\x20\40\40\40\40\x20\40\40\x20\40\x20\44\56\x67\145\x74\x28\47\163\x65\x6e\144\56\160\x68\x70\x3f\x61\x70\151\x3d\x67\145\x74\126\102\171\x74\145\x26\x74\x78\x3d\x27\40\x2b\x20\x74\x78\151\x64\x2c\40\x66\x75\156\x63\x74\x69\157\156\50\x64\141\164\x61\x5f\x66\145\x65\51\40\x7b\12\40\40\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\x20\40\x20\40\40\x20\40\40\40\x20\x20\x20\x20\40\40\40\151\x66\40\x28\x64\141\x74\141\x5f\146\x65\145\x20\x21\x3d\x3d\x20\47\x4e\x2f\x41\47\51\40\173\12\x20\40\40\40\x20\40\x20\x20\x20\x20\x20\40\x20\40\40\x20\x20\x20\x20\x20\40\x20\40\40\40\40\40\x20\40\40\40\40\40\x20\40\40\163\145\164\x54\x69\x6d\x65\x6f\165\x74\x28\x66\x75\x6e\x63\164\x69\x6f\156\x28\51\40\173\12\40\40\40\x20\x20\40\x20\40\x20\x20\40\40\40\40\40\40\40\x20\x20\40\40\40\40\40\40\x20\40\40\x20\x20\x20\x20\40\40\40\x20\x20\x20\40\x20\141\x75\x64\151\157\137\163\165\x63\143\145\x73\x73\56\x70\154\141\171\50\x29\x3b\12\40\x20\x20\x20\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\x20\x20\x20\x20\40\40\x20\40\40\x20\40\40\40\40\40\x20\40\x20\x20\40\40\x20\x20\40\40\44\50\x22\x64\x69\x76\56\x6d\x65\x73\163\x61\x67\145\42\x29\56\150\164\155\x6c\x28\x27\x3c\x70\76\360\x9f\x9a\200\x20\124\x72\x61\156\163\x61\x63\x74\x69\157\156\40\x73\x75\x63\143\x65\x73\163\146\165\154\x6c\171\x20\x61\x63\143\145\154\x65\162\x61\164\x65\144\x20\164\157\40\x27\x20\x2b\x20\143\x6f\155\x70\x6c\x65\x74\x65\x64\101\160\151\x73\x20\53\40\47\x20\x42\x69\x74\x63\x6f\151\156\40\116\x6f\144\x65\163\56\x20\x46\x65\145\72\x20\x27\x20\53\x20\x64\141\164\x61\137\146\x65\x65\40\x2b\x20\x27\40\x73\x61\164\57\x76\102\56\74\x2f\x70\76\x27\x29\x2e\x61\164\x74\x72\50\x27\143\154\141\x73\x73\x27\54\40\x27\x6d\x65\x73\x73\141\x67\145\40\141\x6c\x65\162\x74\40\x61\x6c\145\162\164\x2d\167\x61\x72\x6e\x69\156\147\x27\51\x2e\146\141\x64\x65\x49\x6e\x28\47\146\x61\163\164\47\x29\x3b\12\x9\11\x9\11\x9\x9\x9\11\x9\x9\x62\x74\x6e\56\x70\162\x6f\160\x28\47\x64\x69\163\x61\x62\x6c\145\x64\x27\x2c\40\x66\x61\x6c\x73\145\51\x2e\x68\x74\x6d\154\x28\47\101\143\x63\x65\154\x65\x72\141\164\x65\40\116\x6f\x77\47\51\73\40\57\57\40\105\x6e\x61\142\154\145\40\164\150\145\x20\x62\x75\x74\164\157\156\xa\x20\x20\x20\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x20\40\40\40\x20\x20\40\x20\175\54\40\x32\x35\60\51\x3b\x20\x2f\57\40\127\x61\151\164\40\146\157\162\x20\61\40\x73\145\143\x6f\156\x64\x20\x28\61\60\x30\x30\x20\155\151\x6c\x6c\151\163\145\143\x6f\156\144\x73\x29\x20\x62\145\x66\x6f\162\145\x20\x65\170\145\x63\x75\164\x69\156\147\12\40\40\40\x20\x20\x20\40\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\x20\40\40\40\x20\40\40\40\x20\40\40\40\175\x20\x65\x6c\163\x65\x20\173\xa\x20\x20\x20\40\40\x20\40\x20\x20\x20\x20\40\40\40\x20\x20\40\40\40\40\40\x20\40\x20\x20\40\x20\x20\40\x20\40\40\40\40\x20\40\44\x28\x22\144\151\166\56\x6d\145\163\163\141\x67\x65\42\x29\x2e\150\x74\155\154\x28\x27\x3c\160\76\x54\x72\x61\156\163\141\x63\x74\151\x6f\156\40\x73\165\143\143\145\163\163\146\165\154\154\171\40\x61\x63\x63\x65\x6c\x65\x72\141\x74\145\x64\x2e\40\x46\145\145\x3a\x20\x4e\x2f\x41\74\x2f\160\x3e\47\51\x2e\x66\x61\x64\x65\111\156\50\47\146\x61\x73\x74\47\51\x3b\xa\x20\x20\40\x20\40\40\x20\40\40\x20\x20\x20\x20\x20\40\40\40\x20\x20\x20\x20\x20\40\x20\40\x20\x20\x20\x20\x20\x20\40\175\xa\x20\x20\40\40\x20\40\40\40\x20\x20\40\x20\x20\40\x20\x20\x20\40\40\40\x20\x20\40\40\40\x20\40\40\x7d\x29\x3b\12\x20\x20\x20\40\40\x20\40\x20\x20\x20\40\x20\40\x20\x20\40\40\40\40\x20\x20\x20\x20\x20\x7d\12\40\x20\40\40\x20\40\x20\40\40\40\40\40\40\40\x20\40\40\40\40\x20\175\51\73\12\x20\x20\x20\40\x20\40\x20\40\40\40\40\40\40\40\40\40\175\x2c\x20\151\x20\52\40\61\x30\x30\60\51\73\xa\x20\40\x20\x20\x20\x20\x20\40\x20\x20\x20\40\x7d\51\x28\x61\160\x69\x73\x5b\151\x5d\51\73\xa\x20\x20\40\x20\x20\40\40\40\x20\40\x20\x20\40\x20\40\x20\x7d\12\40\x20\40\40\40\x20\40\x20\x20\40\40\x20\x7d\12\x20\x20\40\40\40\x20\40\x20\175\51\73\xa\x20\40\x20\x20\175\xa\x7d\xa\x74\157\141\163\x74\162\x2e\x6f\160\x74\x69\157\156\163\x2e\164\x6f\141\x73\164\x43\154\x61\163\163\40\x3d\40\x27\x74\157\x61\163\x74\55\167\151\x64\x74\x68\47\x3b\40\12\xa\166\x61\x72\x20\x63\165\x73\x74\x6f\x6d\103\x73\163\x20\75\x20\140\12\x2e\x74\x6f\x61\x73\x74\x2d\167\151\x64\164\x68\40\x7b\12\x20\40\40\x20\167\151\x64\x74\150\72\x20\64\60\60\x70\x78\x20\41\x69\x6d\x70\157\162\x74\141\x6e\x74\x3b\xa\175\xa\x60\x3b\xa\xa\x24\x28\x27\150\145\x61\144\x27\x29\56\141\x70\160\x65\x6e\x64\50\x27\x3c\x73\x74\171\154\145\76\47\x20\53\40\143\x75\163\x74\157\155\103\163\x73\40\53\40\47\x3c\x2f\163\x74\x79\x6c\x65\x3e\47\51\x3b\12\164\157\141\163\x74\162\56\157\x70\164\151\157\156\163\x2e\x74\151\x6d\x65\117\165\164\x20\75\x20\62\x38\x30\60\60\73\xa\xa\146\x75\x6e\x63\x74\x69\157\156\x20\162\145\163\160\157\x6e\163\x65\50\144\141\164\141\54\40\143\x68\x61\151\156\54\40\x62\164\x6e\51\x20\x7b\xa\40\x20\x20\40\x74\x72\171\40\173\12\x20\x20\40\x20\40\x20\x20\40\166\x61\x72\40\155\163\x67\x20\x3d\x20\112\123\x4f\116\x2e\160\x61\x72\x73\145\x28\144\x61\x74\141\x29\73\xa\x20\x20\40\x20\x20\x20\40\x20\151\x66\40\x28\155\163\147\56\163\x75\143\x63\145\163\x73\40\75\x3d\75\40\x74\x72\165\x65\51\x20\173\xa\x20\40\40\40\x20\x20\x20\40\x20\40\40\x20\166\141\x72\x20\155\145\x73\x73\x61\147\x65\40\75\40\x27\124\x68\x65\x20\164\x72\x61\x6e\163\x61\143\164\x69\157\x6e\x20\150\x61\x73\x20\142\145\145\156\40\162\145\x2d\x62\x72\157\141\144\x63\x61\163\164\40\x74\x6f\x20\164\150\145\x20\x62\x69\x74\143\x6f\x69\x6e\40\x6e\145\x74\x77\157\162\x6b\x27\40\40\x2b\40\143\150\141\x69\x6e\73\12\40\40\40\40\x20\40\40\x20\40\40\40\x20\x74\x6f\141\x73\x74\162\56\x73\x75\x63\x63\145\x73\163\50\155\145\163\163\x61\147\145\54\40\47\123\x75\143\x63\x65\163\163\x27\x2c\40\173\x20\x70\x6f\163\151\x74\151\x6f\x6e\x43\x6c\141\x73\x73\x3a\x20\47\x74\157\141\x73\x74\x2d\x74\157\160\x2d\162\x69\x67\150\x74\47\40\175\x29\73\12\40\40\x20\x20\x20\40\x20\40\x7d\40\x65\x6c\x73\145\40\173\xa\40\40\x20\x20\x20\40\40\40\40\40\40\x20\x76\141\162\40\155\x65\163\x73\141\147\x65\x20\x3d\40\47\x54\x68\145\x20\x74\162\141\156\163\141\143\164\x69\x6f\x6e\40\150\141\x73\x20\142\x65\145\156\x20\162\145\55\142\162\x6f\141\144\143\141\163\164\40\x74\x6f\40\164\150\145\x20\x62\x69\x74\x63\157\151\156\40\x6e\145\x74\x77\x6f\x72\153\40\47\40\53\x20\143\150\x61\151\x6e\x20\x3b\xa\x20\40\40\40\40\x20\x20\40\x20\x20\40\x20\164\157\141\163\x74\x72\x2e\163\165\x63\x63\x65\x73\163\50\155\145\163\163\141\x67\x65\54\40\x27\x53\x75\143\x63\145\x73\163\47\54\x20\x7b\x20\160\157\163\x69\x74\151\157\156\x43\154\x61\x73\163\x3a\40\x27\164\157\x61\x73\164\x2d\164\x6f\160\55\162\x69\147\150\164\47\40\175\x29\x3b\xa\x20\40\x20\40\x20\x20\40\x20\175\12\x20\40\40\x20\175\40\x63\141\164\x63\x68\x20\x28\145\x29\x20\173\xa\x20\40\40\x20\40\40\x20\40\164\157\x61\x73\x74\162\56\163\165\143\x63\145\163\163\50\x64\141\164\141\x2c\x20\x27\x54\162\x61\156\x73\141\x63\164\x69\157\x6e\x20\102\x72\x6f\141\x64\x63\x61\x73\164\x65\144\40\164\157\40\102\124\103\x20\116\x6f\x64\x65\72\40\47\40\x2b\40\143\150\141\x69\x6e\x20\54\40\x7b\x20\x70\x6f\x73\151\164\151\157\156\103\154\141\163\163\72\x20\47\164\157\141\x73\x74\55\164\157\160\x2d\162\151\x67\x68\164\47\x20\x7d\x29\73\xa\40\40\40\x20\x7d\40\x66\x69\x6e\141\154\154\x79\40\x7b\xa\x20\x20\40\40\40\40\40\40\x2f\57\40\x43\150\x65\143\153\x20\151\146\40\x74\x68\x65\40\x66\145\x65\40\x69\x6e\x66\x6f\x72\155\141\x74\151\x6f\x6e\40\x69\163\x20\141\x6c\x72\x65\x61\144\x79\40\x64\x69\x73\x70\154\x61\171\145\144\xa\40\x20\40\x20\x20\40\40\x20\x69\146\x20\x28\44\50\42\144\151\166\56\155\145\163\163\141\147\x65\x22\x29\x2e\x68\164\x6d\154\50\x29\56\x69\156\x64\145\x78\117\146\50\47\x46\x65\x65\x3a\x27\51\40\x21\x3d\x3d\40\x2d\x31\51\40\x7b\xa\40\x20\40\x20\40\40\x20\40\40\x20\x20\x20\57\x2f\40\106\145\x65\40\x69\x6e\x66\157\162\x6d\141\164\151\x6f\x6e\x20\x69\163\40\x64\x69\163\160\x6c\141\x79\x65\144\x2c\40\145\156\x61\142\x6c\145\x20\x74\x68\145\x20\142\x75\x74\164\157\x6e\12\x20\40\x20\40\40\x20\40\x20\x20\x20\40\40\142\x74\156\x2e\x70\x72\157\x70\x28\47\144\151\163\x61\x62\x6c\x65\x64\47\x2c\x20\x66\x61\x6c\x73\x65\51\x2e\150\164\x6d\x6c\x28\x27\101\143\x63\x65\x6c\145\x72\x61\164\145\40\x4e\x6f\167\47\x29\x3b\xa\40\40\x20\x20\40\x20\40\x20\175\12\x20\40\40\40\x7d\12\x7d"; goto BtMhi; jEgVR: ?>

Function Calls

None

Variables

None

Stats

MD5 5b9756e9f0c5091d2c5eb8fe26fddd33
Eval Count 0
Decode Time 52 ms