Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
"), "<br>", $texto); $texto = str_replace("\\r", "<br>", $texto); ..
Decoded Output download
<? "), "<br>", $texto);
$texto = str_replace("\\r", "<br>", $texto);
$texto = str_replace("\r", "<br>", $texto);
$texto = str_replace("\xd", "<br>", $texto);
$texto = str_replace("onclick", "id", $texto);
$texto = str_replace(array("\", "\302\xa8", "\xc2\272", "\xe2\x80\223", "~", "|", "\302\267", "&", "\xc2\xbf", "^", "\xc2\250", "\xc2\264", "#"), '', $texto);
$texto = str_replace(array("\", "\342\x80\231"), '', $texto);
if ($limiteCaracteres > 0) {
$texto = substr($texto, 0, $limiteCaracteres);
}
return $texto; ?>
Did this file decode correctly?
Original Code
"), "<br>", $texto);
$texto = str_replace("\\r", "<br>", $texto);
$texto = str_replace("\r", "<br>", $texto);
$texto = str_replace("\xd", "<br>", $texto);
$texto = str_replace("onclick", "id", $texto);
$texto = str_replace(array("\", "\302\xa8", "\xc2\272", "\xe2\x80\223", "~", "|", "\302\267", "&", "\xc2\xbf", "^", "\xc2\250", "\xc2\264", "#"), '', $texto);
$texto = str_replace(array("\", "\342\x80\231"), '', $texto);
if ($limiteCaracteres > 0) {
$texto = substr($texto, 0, $limiteCaracteres);
}
return $texto;
Function Calls
None |
Stats
MD5 | 5321c106749f992622689bfdfe4a4680 |
Eval Count | 0 |
Decode Time | 46 ms |