Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<div class="col-lg-3"> <button hidden class="btn btn-sm btn-block btn-pu..
Decoded Output download
<div class="col-lg-3">
<button hidden class="btn btn-sm btn-block btn-purple mt-4" onclick="setHello('<?php echo htmlspecialchars($log["user_id"]); ?> ', 'credit')"><i class="far fa-keyboard"></i> Ask CC</button>
</div>
Did this file decode correctly?
Original Code
<div class="col-lg-3">
<button hidden class="btn btn-sm btn-block btn-purple mt-4" onclick="setHello('<?php echo htmlspecialchars($log["user_id"]); ?> ', 'credit')"><i class="far fa-keyboard"></i> Ask CC</button>
</div>
Function Calls
htmlspecialchars | 1 |
Stats
MD5 | e84a95caf1c2d52f7bc8ec42e96f906a |
Eval Count | 0 |
Decode Time | 58 ms |