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='eNqtlN9v2jAQx9/7V5wiJCdSSvcMg26qOmnS9rJuT9VkGecAM2NHsVPaIf73nZ3QwETX..

Decoded Output download

ob_end_clean();?><?php
class pengaturandashboard 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('pengaturandashboard_Model','',TRUE); $this->load->model('Semar_Config', '', TRUE); } function index(){ if($this->input->post('id_open')){ $data['jsscript'] = TRUE; $this->load->view('pengaturandashboard/extjs_view',$data); }else{ $this->load->view('pengaturandashboard/extjs_view'); } } function ext_all() { if ($this->input->get_post("id_open")) { $data = $this->pengaturandashboard_Model->getall_dash(); echo '({data:' . json_encode($data) . '})'; } } function ext_insert() { if ($this->input->get_post("id_open")) { $this->pengaturandashboard_Model->insert_dash(); echo "{success:true, info: { reason: 'Sukses' }}"; } } function ext_delete() { $this->pengaturandashboard_Model->delete_dash(); } function save_cassoc_browseref_employee(){ $temp = $this->input->post('data'); if( $temp ){ if( strlen( $temp ) > 0 ){ $temp = @json_decode( $temp, true ); if( isset( $temp['employee_asocmodule_browseref'] ) ) { $this->Semar_Config->set( 'employee_asocmodule_browseref', @json_encode( $temp['employee_asocmodule_browseref'] ) ); }; if( isset( $temp['employee_asocmodule_unor'] ) ) { $this->Semar_Config->set( 'employee_asocmodule_unor', @json_encode( $temp['employee_asocmodule_unor'] ) ); }; if( isset( $temp['employee_asocmodule_pegawai'] ) ) { $this->Semar_Config->set( 'employee_asocmodule_pegawai', @json_encode( $temp['employee_asocmodule_pegawai'] ) ); }; if( isset( $temp['employee_asocmodule_jabatan'] ) ) { $this->Semar_Config->set( 'employee_asocmodule_jabatan', @json_encode( $temp['employee_asocmodule_jabatan'] ) ); }; }; }; } } ?>

Did this file decode correctly?

Original Code

<?php ob_start(); $a='eNqtlN9v2jAQx9/7V5wiJCdSSvcMg26qOmnS9rJuT9VkGecAM2NHsVPaIf73nZ3QwETXBk3kBfvue5/7ZTvjaAouNQqTZuPr6fvrclleSC2cgxLNQvi6EqYQbjmzoioAHz05OLj5zG+s8ZXVGivYQlmpB+ERBkaV/Lfj+LjWndcETK31GOa1kV5ZA5xLa5yvaunTLLiLCo0fjY7Ox6DmkA78UrnL6fqJ1w6dI+/LqbaLBRZcGZhM4NPHL3e32RZQLi0kG2UKuxlqK0WMNAGWDGfCIa8rnWbDhFSqKzLCRzZOxpSQ8mPYQRvmBfz29hkgiBTCizQ55ZBE9PSfkk1J/he2tqKgGtkCdcpO9I1/DVcsZyz//u3HLfGdcrzDtahCX+dqwXIgY2itd13rIkNK4F2GypS1v5yW1vmUqYJbImAZmQxCje7ZyjlZqdKzn5RXUPwr/IPCzUnsKxq3lePhnuVRLLCgdrg9QyHmcZAJXXGhdRzAg0lrs1mg5zGjpM0oyYJhpOgm4sVaRwFS5+E8zHLsM0u3wX/EYAgrZw1tnyTrtMmNDtkuYycwlaH2+56krxI2qseEydbVUtKcj2gLMad2z+2I1CoUxDsCdlf/ojVgsNslJ0BJFz2mb4vfGD/HP5By4gG5pEfISj6r7IY4cc5xXWr7hBimb+DpX9eHoxEMxWTNDrZ2zbgCvSwazfMhTOEdHGh9iC0pMLakOc0hlAFaMeUc+vbmnu1xOFVG0grVGjtYmvUMDspwuFvhISGZVwTylqcdkR5RqZRv5a2Nrc5Fjb49KLtYPQBLXIiNUOcy7t17YB5F7EG6EjOaO3Mu6d69B+lRxEjafvS7nl78AYQLv0Y='; 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 eNqtlN9v2jAQx9/7V5wiJCdSSvcMg26qOmnS9rJuT9VkGecAM2NHsVPaIf73..

Stats

MD5 50b429c4b6e4a715c76f58cfd5648123
Eval Count 1
Decode Time 45 ms