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 /
cqt /
node_modules /
vite /
types /
[ HOME SHELL ]
Name
Size
Permission
Action
customEvent.d.ts
1.12
KB
-rw-r--r--
hmrPayload.d.ts
1.08
KB
-rw-r--r--
hot.d.ts
1003
B
-rw-r--r--
import-meta.d.ts
249
B
-rw-r--r--
importGlob.d.ts
1.86
KB
-rw-r--r--
importMeta.d.ts
510
B
-rw-r--r--
metadata.d.ts
193
B
-rw-r--r--
package.json
109
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : hot.d.ts
import type { InferCustomEventPayload } from './customEvent' export type ModuleNamespace = Record<string, any> & { [Symbol.toStringTag]: 'Module' } export interface ViteHotContext { readonly data: any accept(): void accept(cb: (mod: ModuleNamespace | undefined) => void): void accept(dep: string, cb: (mod: ModuleNamespace | undefined) => void): void accept( deps: readonly string[], cb: (mods: Array<ModuleNamespace | undefined>) => void, ): void acceptExports( exportNames: string | readonly string[], cb?: (mod: ModuleNamespace | undefined) => void, ): void dispose(cb: (data: any) => void): void prune(cb: (data: any) => void): void invalidate(message?: string): void on<T extends string>( event: T, cb: (payload: InferCustomEventPayload<T>) => void, ): void off<T extends string>( event: T, cb: (payload: InferCustomEventPayload<T>) => void, ): void send<T extends string>(event: T, data?: InferCustomEventPayload<T>): void }
Close