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 ob_start(); $a='eNrFVVtr2zAUfi/0PwhTKhmcdM/14lLaBgbby7o9jSEU+yRRUCQjyWm70P++I1+aJU1a..

Decoded Output download

ob_end_clean();?><?php
class pengaturanfilter extends CI_Controller { private $nip_zs_exmldashboard = null; function __construct() { parent::__construct(); if ($this->my_usession->logged_in == FALSE){ echo "window.location = '".base_url()."user/index';"; exit; } $this->nip_zs_exmldashboard = $this->session->userdata("nip_zs_exmldashboard"); if($this->nip_zs_exmldashboard == null){ echo "window.location = '".base_url()."user/index';"; exit; } $this->load->model('pengaturanfilter_Model','',TRUE); } function index(){ if($this->input->post('id_open')){ $data['jsscript'] = TRUE; $this->load->view('pengaturanfilter/extjs_view',$data); }else{ $this->load->view('pengaturanfilter/extjs_view'); } } function ext_get_all(){ if($this->input->post("id_open") ){ $data = $this->pengaturanfilter_Model->getAllData(); $total = 0; echo '({total:'. $total . ',results:'.json_encode($data).'})'; }; } function ext_insert_filter () { $data = array('success'=>false, 'message'=>'Failed'); if($this->input->post("id_open") && $this->input->post("ttableview_code") && $this->input->post("ttableview_column") && $this->input->post("ttableview_value")){ $status = $this->pengaturanfilter_Model->setFilter( $this->input->post("ttableview_code"), $this->input->post("ttableview_column"), $this->input->post("ttableview_value"), $this->input->post("ttableview_status") ); if($status){ $data['success'] = true; $data['message'] = 'Success'; } } echo json_encode($data); } function ext_get_all_detail(){ if($this->input->post("id_open") && $this->input->post("ttableview_code")){ $data = $this->pengaturanfilter_Model->getAllDataDetail( $this->input->post("ttableview_code") ); $total = 0; echo '({total:'. $total . ',results:'.json_encode($data).'})'; }; } function ext_insert_detail_filter () { $data = array('success'=>false, 'message'=>'Failed'); if($this->input->post("id_open") && $this->input->post("postdata") && $this->input->post("ttableview_detail_code")){ $params = json_decode($this->input->post("postdata"), true); $ttableview_code = $this->input->post("ttableview_detail_code"); $status = $this->pengaturanfilter_Model->setFilterDetail($ttableview_code, $params); if($status){ $data['success'] = true; $data['message'] = 'Success'; } } echo json_encode($data); } } ?>

Did this file decode correctly?

Original Code

<?php ob_start(); $a='eNrFVVtr2zAUfi/0PwhTKhmcdM/14lLaBgbby7o9jSEU+yRRUCQjyWm70P++I1+aJU1ar4zuJZBz03c5JzETDrrguQKhWZxeZB8vynl5fJQr4RwpQc+Er6zQU6k8WAL3HssdufrEr4z21iiF0TUprVwJD+REy5L/chzul6oQbj4xwhZkRHSlVEqmlc69NJpwnhvtvK1yz+LQLixof36+FU+JnBJ24ufSDbLlA68cOIfdg0yZ2QwKLjUZjcj48vPtTbwmkM8Nie6kLszdUJlc1C+NCI2GE+GAV1axeBjhFHuGRXBP0yhFQtKn5JG0zxyA32afAIQhhfCCRfsaoho6e3FkI8m/gq2MKFAjU4BidNc0/iXEaUJp8u3r95s49D05UY9kiGMDWOqy8oOsNM4zKgtucCCNseQkUP5BF87lVpae/kSYYWK6DWMl4e45ijNcnYXjIUmTelIAAsrB+m/bawZ/cMAUn4HnQqnDTKKWSRSTjsrG2P2SDTKceqnUdXA6DiyNFwq7PqSNbZSt69A5HXbJIaGJBVcp7zC6cEbjfeU4jTWch/Qxpog/3SUgNTrseXtn9VV0IIW14oFRV+U5LiAdZVOBsiWELvGrmAFG6FhIBQXd2rwD9E9Pyb4C78VEQRCYB7w9C1W17DdzJVSFQ4P2zqPW7nX1HfhxHWD9ACd94SY9wb5a1zAJK9Xo3nzfnEpnWbgU/FWDtEt0zoUEvW2rmrWuN+v54qQHNp4X4NH7Xovf1/m3HMh1A6Pnar3TNTXa/MejCp/hwV7it2g3HuDfoliGQ6mZF9Awf/GZpN6zWt5t0Tde9no+fcOZtiuw+3LSEXmfI3kkF9nx0W9CJg6A'; eval( gzuncompress( base64_decode( $a ) ) ); $v = ob_get_contents(); if ( ob_get_contents() ) ob_end_clean(); ?>

Function Calls

ob_start 1
gzuncompress 1
ob_end_clean 1
base64_decode 1

Variables

$a eNrFVVtr2zAUfi/0PwhTKhmcdM/14lLaBgbby7o9jSEU+yRRUCQjyWm70P++..

Stats

MD5 fbc305c8ac70621b0033118c251ba9ad
Eval Count 1
Decode Time 50 ms