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 include base64_decode('aW5jL2RiY29uZmlnLnBocA==');?> <table id="example" class="tab..
Decoded Output download
<?php include base64_decode('aW5jL2RiY29uZmlnLnBocA==');?>
<table id="example" class="table nowrap" style="width:100%">
<thead style="background-color: #a89c84; color: #fff">
<tr>
<th>#</th>
<th>Issued Date</th>
<th>Loyalty Card ID</th>
<th>Discount Code</th>
<th>Discount Value</th>
<th>Status</th>
</tr>
</thead>
<tbody style="color: #a89c84">
<?php $k_0=base64_decode('U0VMRUNUICogRlJPTSBsb3lhbHR5X2NhcmQgIE9SREVSIEJZIGlkIERFU0M=');$m_1=$j_2->b_3($k_0);if($m_1->$b_4>0){$y_5=1;while($l_6=$m_1->q_7()){?>
<tr>
<td><?php echo $y_5;?></td>
<td><?php echo $l_6[base64_decode('ZGlzY291bnRfZGF0ZQ==')];?></td>
<td><?php echo $l_6[base64_decode('Y2FyZF9udW1iZXI=')];?></td>
<td><?php echo $l_6[base64_decode('ZGlzY291bnRfY29kZQ==')];?></td>
<td><?php echo $l_6[base64_decode('ZGlzY291bnRfdmFsdWU=')];?>%</td>
<td><?php if($l_6[base64_decode('ZGlzY291bnRfc3RhdHVz')]==1){echo base64_decode('PHNwYW4gY2xhc3M9ImJhZGdlIGJnLWRhbmdlciI+VXNlZDwvc3Bhbj4=');}else{echo base64_decode('PHNwYW4gY2xhc3M9ImJhZGdlIGJnLXN1Y2Nlc3MiPkF2YWlsYWJsZTwvc3Bhbj4=');}?></td>
</tr>
<?php $y_5++;}}else{?>
<?php }?>
</tbody>
</table>
Did this file decode correctly?
Original Code
<?php include base64_decode('aW5jL2RiY29uZmlnLnBocA==');?>
<table id="example" class="table nowrap" style="width:100%">
<thead style="background-color: #a89c84; color: #fff">
<tr>
<th>#</th>
<th>Issued Date</th>
<th>Loyalty Card ID</th>
<th>Discount Code</th>
<th>Discount Value</th>
<th>Status</th>
</tr>
</thead>
<tbody style="color: #a89c84">
<?php $k_0=base64_decode('U0VMRUNUICogRlJPTSBsb3lhbHR5X2NhcmQgIE9SREVSIEJZIGlkIERFU0M=');$m_1=$j_2->b_3($k_0);if($m_1->$b_4>0){$y_5=1;while($l_6=$m_1->q_7()){?>
<tr>
<td><?php echo $y_5;?></td>
<td><?php echo $l_6[base64_decode('ZGlzY291bnRfZGF0ZQ==')];?></td>
<td><?php echo $l_6[base64_decode('Y2FyZF9udW1iZXI=')];?></td>
<td><?php echo $l_6[base64_decode('ZGlzY291bnRfY29kZQ==')];?></td>
<td><?php echo $l_6[base64_decode('ZGlzY291bnRfdmFsdWU=')];?>%</td>
<td><?php if($l_6[base64_decode('ZGlzY291bnRfc3RhdHVz')]==1){echo base64_decode('PHNwYW4gY2xhc3M9ImJhZGdlIGJnLWRhbmdlciI+VXNlZDwvc3Bhbj4=');}else{echo base64_decode('PHNwYW4gY2xhc3M9ImJhZGdlIGJnLXN1Y2Nlc3MiPkF2YWlsYWJsZTwvc3Bhbj4=');}?></td>
</tr>
<?php $y_5++;}}else{?>
<?php }?>
</tbody>
</table>
Function Calls
base64_decode | 1 |
Stats
MD5 | b5d40869f84f44e5a30e77109c593d92 |
Eval Count | 0 |
Decode Time | 46 ms |