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 $secret = 'j!oub4ss4somoalr?tlddeetvosh.gd@e'; for ($i = 0; $i <strlen($secret);..
Decoded Output download
<?php
$secret = 'j!oub4ss4somoalr?tlddeetvosh.gd@e';
for ($i = 0; $i <strlen($secret);$i +=2){
echo $secret [$i];
?>
Did this file decode correctly?
Original Code
<?php
$secret = 'j!oub4ss4somoalr?tlddeetvosh.gd@e';
for ($i = 0; $i <strlen($secret);$i +=2){
echo $secret [$i];
Function Calls
| None |
Stats
| MD5 | 56ee8d683c94ccc0ca2fefa4986dc3f8 |
| Eval Count | 0 |
| Decode Time | 77 ms |