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 $_X=base64_decode($_X);$_X=strtr($_X,'SgPO9YZWFKmqyfxcjLJRzuM5vNts1b.{B4nC]i/2Dl0..
Decoded Output download
<?php
$_X=base64_decode($_X);$_X=strtr($_X,'SgPO9YZWFKmqyfxcjLJRzuM5vNts1b.{B4nC]i/2Dl0EheA
[d8=Qp>VXo H}6GIw7ka3TrU<','=R9odmplAEPyk8gv[53xrMezqZHi7YhW<DsG{>CcX}1N/afj6]JtuS
.BUnwVKLQO20ITF4b');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;?>
<?php if (! defined('BASEPATH')) exit('No direct script access allowed');
class Delete_All extends Admin_Controller {
public function __construct() {
$this->permission_enum = 'L_enum_permissions_tracking_tags';
$this->permission_key = 'DELETE';
parent::__construct();
} // function
public function index() {
$this->success_redirect = app_get_action('TRACKING_TAGS');
$this->error_redirect = app_get_action('TRACKING_TAGS');
$this->obj = new TrackingTag;
$this->delete_all();
} // function
} // class
?>
Did this file decode correctly?
Original Code
<?php
$_X=base64_decode($_X);$_X=strtr($_X,'SgPO9YZWFKmqyfxcjLJRzuM5vNts1b.{B4nC]i/2Dl0EheA
[d8=Qp>VXo H}6GIw7ka3TrU<','=R9odmplAEPyk8gv[53xrMezqZHi7YhW<DsG{>CcX}1N/afj6]JtuS
.BUnwVKLQO20ITF4b');$_R=str_replace('__FILE__',"'".$_F."'",$_X);eval($_R);$_R=0;$_X=0;?>
<?php if (! defined('BASEPATH')) exit('No direct script access allowed');
class Delete_All extends Admin_Controller {
public function __construct() {
$this->permission_enum = 'L_enum_permissions_tracking_tags';
$this->permission_key = 'DELETE';
parent::__construct();
} // function
public function index() {
$this->success_redirect = app_get_action('TRACKING_TAGS');
$this->error_redirect = app_get_action('TRACKING_TAGS');
$this->obj = new TrackingTag;
$this->delete_all();
} // function
} // class
Function Calls
strtr | 1 |
defined | 1 |
str_replace | 1 |
base64_decode | 1 |
Stats
MD5 | 58010f666e84119dc217459194e6b704 |
Eval Count | 1 |
Decode Time | 68 ms |