Hey thank you Psycho, but i did not understand that much of php to know what you just explained, but i will post the code for admin_controller.php and ask for help to solve this thing.
<?php
/**
*
* @ Universal Decoder PHP 5.2
* @ By Ps2Gamer
* @ http://decodeby.us
*
*/
$_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
/**
*
* @ Universal Decoder PHP 5.2
* @ By Ps2Gamer
* @ http://decodeby.us
*
*/
?><?php if (! defined('BASEPATH')) exit('No direct script access allowed');
class Admin_Controller extends App_Controller {
const DEFAULT_ADMIN_USER_NAME = 'admin';
const DEFAULT_ADMIN_PASSWORD = '12345';
const PAGE_TEMPLATE = 'admin/admin_template';
const PAGE_TEMPLATE_HEADER = 'admin/admin_template_header';
const PAGE_MENU = 'admin/admin_menu';
const PAGE_MENUSTRIP = 'admin/admin_menu_strip';
const PAGE_MENUSTRIP_NO_HEADER = 'admin/admin_menu_strip_no_header';
const VIEW_HEADER = 'admin/admin_view_header';
const VIEW_SUB_MENU = 'admin/admin_view_sub_menu';
const VIEW_ERRORS = 'admin/admin_view_errors';
const FAILSAFE_KEY_LENGTH = 16;
const FAILSAFE_GET_VAR = 'fsk';
const VIEW_PREVIEW = 'admin/admin_view_preview';
const VIEW_SPAM_REPORT = 'admin_spam_report';
const VIEW_GAUGE = 'admin/admin_view_gauge';
const FIELD_HINT_SCRIPT = 'static/hint/hint.php';
const DEFAULT_THEME = 'standard';
private $_language;
private $_actions = array();
private $_hub_urls = array();
private $_user = NULL;
private $_notify_message = '';
private $_notify_type = 'info';
private $_custom_notify_success = '';
private $_ticker;
protected $enable_backup_cleanup = TRUE;
protected $permission_enum = '';
protected $permission_key = '';
protected $permission_redirect = TRUE;
protected $page_template = '';
protected $obj = NULL;
protected $parent = NULL;
protected $view = '';
protected $view_title = '';
protected $view_icon = '';
protected $show_view_header = TRUE;
protected $list_action = '';
protected $delete_list_action = '';
protected $total_records = 0;
protected $matching_records = 0;
protected $max_pages = 0;
protected $current_page = 0;
protected $item_count = 0;
protected $list_items = array();
protected $list_actions = array();
protected $order_fields = array();
protected $order_by = 'NONE';
protected $order_type = 'ASC';
protected $sub_menu = array();
protected $form_action = '';
protected $cancel_action = '';
protected $submit = '';
protected $submit_class = '';
protected $success_action = '';
protected $success_redirect = '';
protected $success_redirect_add_id = FALSE;
protected $error_redirect = '';
protected $view_errors = array();
protected $extra_display_data = array();
protected $preview_action = '';
protected $preview_text = '';
protected $preview_html = '';
protected $view_warning = '';
protected $view_info_left = '';
protected $view_info_right = '';
protected $filter_types = array();
protected $filter_type = 0;
protected $filter_value = 0;
protected $field_hint_library = '';