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 // Este archivo es protegido por la ley del derechos de propiedad literaria. La ing..

Decoded Output download

?>
<?php
  $fecha = "2018-12-01";
  $x = substr($fecha,8,2) . '/' . substr($fecha,5,2) . '/' . substr($fecha,0,4);
  echo $x . "<br>";
  echo fechasp($fecha);
  
function fechasp ($fecha) {
  $fecha = substr($fecha, 0, 10);
  $dia = date('d', strtotime($fecha));
  $mes = date('m', strtotime($fecha));
  $anio = date('Y', strtotime($fecha));
  return "$dia/$mes/$anio";
}
?>
<?

Did this file decode correctly?

Original Code

<?php
// Este archivo es protegido por la ley del derechos de propiedad literaria. La ingenieria inversa de este codigo se prohibe estrictamente.
eval(gzinflate(base64_decode('
fZHLCoMwEEX3gv8wBCEVokZpQajV7+jSR8QsjJJE
KJT+e018FBd2E8jcM2cmpMidrBi70XUAvJbVXQkP
QAmN0yBOAhqju01ec1VNldLyslAkJYkPIeAIz+cx
up1HlFx9a5xvg9GGgLJK5uhXtKAa146Fdp12ErXm
g9hi2HJ4H1Y/jgNKIKaLw2u4AZpSswtuMIGZ04Pm
PdtUK9cztXP9H64UfNjB5zkomZ6kAGQWiIw9sq3m
yR/XKcwHfAE=
')));
?>

Function Calls

gzinflate 1
base64_decode 1

Variables

None

Stats

MD5 a6e337e469735e33eb45b15db36bf2ab
Eval Count 1
Decode Time 96 ms