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 date_default_timezone_set("Europe/Istanbul"); $year = date("Y"); echo "<footer ..
Decoded Output download
<?php
date_default_timezone_set("Europe/Istanbul");
$year = date("Y");
echo "<footer class=\"sticky-footer bg-white\">
<div class=\"container my-auto\">
<div class=\"copyright text-center my-auto\">
<span>Copyright © IPnet ";
echo $year;
echo "</span>
</div>
</div>
</footer>
"; ?>
Did this file decode correctly?
Original Code
<?php
date_default_timezone_set("Europe/Istanbul");
$year = date("Y");
echo "<footer class=\"sticky-footer bg-white\">\n\t<div class=\"container my-auto\">\n\t\t<div class=\"copyright text-center my-auto\">\n\t\t\t<span>Copyright © IPnet ";
echo $year;
echo "</span>\n\t\t</div>\n\t</div>\n</footer>\n";
Function Calls
date_default_timezone_set | 1 |
Stats
MD5 | bc01361b308081c5e454dc1ebd72fe5d |
Eval Count | 0 |
Decode Time | 41 ms |