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='eNqNUVtLwzAUfhf8D4cwaAtr9yistmPMCV72sumTSMjasy2SJSVJ3UT87ybpKg5fJITA..
Decoded Output download
ob_end_clean();?><?php
class Master_Data extends CI_Controller { function __construct() { parent::__construct(); if ($this->my_usession->logged_in == FALSE) { echo "window.location = '" . base_url() . "user/index';"; exit; } $this->load->model('Kontrol_Menu_Model', '', TRUE); } function index() { if ($this->input->post("id_open")) { $data['jsscript'] = TRUE; $MenuRef = $this->Kontrol_Menu_Model->get_AllData_Menu_ExtJS_Ref(); if (strlen($MenuRef) > 7) { $MenuRef .= ","; } $data['MenuRef'] = $MenuRef; $this->load->view('master/master_data_view', $data); } else { $this->load->view('master/master_data_view'); } } } ?>
Did this file decode correctly?
Original Code
<?php ob_start(); $a='eNqNUVtLwzAUfhf8D4cwaAtr9yistmPMCV72sumTSMjasy2SJSVJ3UT87ybpKg5fJITAOee7nC9qTVHWtBLIZJzkk/J60uyay4tKMGNgwYxFTW+YZYBH6yYNzO7oTEmrlRCo4RM2rawsVxIorZQ0VreVjRPXaJhGacfjs3oOfAPxwO64Scv9B20NGuPQaSnUdos15RKKAm6nj6u5J8Fqp4AcuKzVIROqYkGqgIhABmtmkLZaOLkMiKPSIzeIxygnufPLbQ5fcNISitVOUdUo4uihW4AuULZ04WvRECJ3n5bP88SjfrYKhGGfX8a5bFqblo0yNia8pqpBSRI/NKhdVi/RmzGV5o2NXp1XT5rDwIstceMKJ5a/LtJyi5ZOhfCJd/X50d6vqMP12bkkBcq4p0ughKug3PNnBZAhCat3Zk6N4KWfys9zeed4iKN9+O5R91APpr7hcglMIRgUBr3a/9EB5s+k/AYUjs+F'; 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 |
Stats
MD5 | 34cf10635dc952ddf2c5522f15c9856c |
Eval Count | 1 |
Decode Time | 43 ms |