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 foreach ($bots as $bot) { $sells = (new Purchase())->find("\x62\157\164\137\x69\144..

Decoded Output download

<?php  foreach ($bots as $bot) { $sells = (new Purchase())->find("bot_id = :bot_id AND status > 1", "bot_id={$bot->id}")->count(); echo "<div class="item">\xa                <div class="numbers">\xa                    <img src="/img/botpic/" . $bot->icon . ".png">\xa                    <span class="bot_total_sell">" . $sells . "</span>\xa                    <br>\xa\xa                    <div>
                        <span class="delete_bot"><a data-route="pages/bots/delete.php?id=" . $bot->id . ""><i class="fa-solid fa-trash"></i></a></span>\xa                    </div>
                </div>\xa                <h2>" . $bot->name . "</h2>\xa                <h5>" . $bot->channel_name . "</h5>
            </div>"; } ?>

Did this file decode correctly?

Original Code

<?php  foreach ($bots as $bot) { $sells = (new Purchase())->find("\x62\157\164\137\x69\144\x20\75\x20\x3a\142\x6f\164\x5f\151\x64\40\101\x4e\x44\40\x73\164\141\164\x75\x73\40\76\x20\61", "\142\x6f\x74\137\x69\x64\75{$bot->id}")->count(); echo "\74\144\151\166\40\143\154\141\x73\163\x3d\42\x69\x74\x65\x6d\42\x3e\xa\40\x20\40\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\x3c\x64\x69\x76\40\x63\x6c\x61\163\x73\75\42\x6e\x75\155\142\145\x72\x73\x22\x3e\xa\x20\x20\40\x20\40\x20\40\40\x20\40\x20\40\x20\x20\x20\40\40\40\40\40\74\x69\155\147\40\163\x72\143\75\x22\57\151\155\147\x2f\142\x6f\164\x70\151\x63\x2f" . $bot->icon . "\56\x70\x6e\x67\42\x3e\xa\x20\40\x20\40\40\40\40\40\x20\40\x20\x20\x20\x20\x20\x20\x20\x20\40\x20\x3c\163\x70\x61\156\x20\143\154\141\x73\x73\x3d\x22\142\157\x74\137\164\x6f\x74\x61\x6c\137\163\145\x6c\x6c\42\x3e" . $sells . "\x3c\57\163\160\141\x6e\x3e\xa\40\x20\40\x20\40\40\40\40\x20\x20\x20\40\x20\x20\40\40\x20\40\x20\40\74\x62\162\x3e\xa\xa\x20\40\40\x20\x20\40\x20\40\40\x20\x20\40\x20\40\x20\x20\40\40\x20\40\x3c\144\x69\166\x3e\12\40\x20\40\40\x20\40\x20\40\40\40\40\40\x20\x20\x20\40\x20\40\40\x20\40\40\40\x20\x3c\163\160\141\x6e\40\143\154\x61\163\x73\x3d\42\x64\145\154\145\164\x65\x5f\142\157\x74\x22\x3e\74\141\40\x64\x61\164\141\55\162\157\165\164\x65\75\42\160\141\x67\145\163\x2f\x62\157\x74\163\57\144\145\154\145\x74\145\x2e\x70\150\160\77\x69\144\x3d" . $bot->id . "\42\x3e\x3c\x69\x20\143\154\141\163\x73\x3d\x22\146\141\x2d\x73\x6f\154\151\144\40\x66\x61\x2d\164\162\x61\x73\150\x22\76\x3c\57\x69\x3e\x3c\57\141\x3e\74\57\163\x70\x61\156\x3e\xa\x20\40\x20\40\40\x20\40\40\40\40\40\40\40\x20\x20\40\x20\x20\40\40\x3c\x2f\144\x69\166\76\12\x20\40\40\40\x20\40\x20\40\40\40\x20\x20\x20\x20\x20\40\74\57\144\151\166\x3e\xa\40\40\40\x20\40\40\x20\40\40\x20\x20\40\40\x20\40\x20\74\150\x32\x3e" . $bot->name . "\74\57\150\62\x3e\xa\x20\x20\40\40\x20\x20\40\x20\x20\40\x20\x20\40\x20\x20\x20\x3c\x68\x35\76" . $bot->channel_name . "\x3c\x2f\x68\x35\76\12\40\40\40\40\40\x20\x20\40\x20\40\40\x20\74\57\144\151\166\76"; } ?>

Function Calls

None

Variables

None

Stats

MD5 96acce41767c81141de6934547bfbc0f
Eval Count 0
Decode Time 113 ms