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="aptf-center-align"> <a href="<?php echo "https://twitter.com/".$username;..
Decoded Output download
<div class="aptf-center-align">
<a href="<?php echo "https://twitter.com/".$username;?>" target="_blank" class="aptf-follow-link"><div class="aptf-follow-btn"><i></i><span id="l" class="label">Follow <b><?php echo $username;?></b></span></div></a>
</div>
Did this file decode correctly?
Original Code
<div class="aptf-center-align">
<a href="<?php echo "https://twitter.com/".$username;?>" target="_blank" class="aptf-follow-link"><div class="aptf-follow-btn"><i></i><span id="l" class="label">Follow <b><?php echo $username;?></b></span></div></a>
</div>
Function Calls
None |
Stats
MD5 | c85f8c35df128b9c8a73bbec163e63c5 |
Eval Count | 0 |
Decode Time | 81 ms |